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

Add PDF conversion as an option #2

Open
michaelgao8 opened this issue Jun 21, 2019 · 0 comments
Open

Add PDF conversion as an option #2

michaelgao8 opened this issue Jun 21, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@michaelgao8
Copy link
Owner

Currently, the conversion to a pdf file, which would normally work as follows:

nbconvert  --to pdf <original_notebook.ipynb>

However, this functionality does not currently work because of a missing pandoc and tex installation.

To work on this, it may be useful to shell into the container and try to install the packages as referenced here (note that the docker container uses apt as its package manager)
and then test the functionality.

Ultimately, this should then be incorporated in the docker container itself. To try this on a fresh image, rebuild the container and then try to convert a file to pdf.

nbconvert pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants