Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The docs mention two ways for converting to HTML but only one works #14

Closed
ocefpaf opened this issue Jun 2, 2019 · 1 comment
Closed

Comments

@ocefpaf
Copy link

ocefpaf commented Jun 2, 2019

I was able to successfully use:

nbconv notebook.ipynb -e html

but

nbconv notebook.ipynb -o report.html

created a text file and not valid HTML.

xref.: pyOpenSci/software-submission#7

@marskar
Copy link
Collaborator

marskar commented Jun 13, 2019

I fixed this in the code with this commit: 526dc06
I wrote a click test to make sure the CLI behaves as expected: https://github.com/py4ds/nbless/blob/master/tests/test_cli.py#L62

@marskar marskar closed this as completed Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants