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

Enable support for nbconvert to download .ipynb files as PDF #9

Open
balajialg opened this issue May 2, 2023 · 2 comments
Open

Enable support for nbconvert to download .ipynb files as PDF #9

balajialg opened this issue May 2, 2023 · 2 comments

Comments

@balajialg
Copy link

No description provided.

@sean-morris
Copy link
Contributor

@balajialg It looks like we can't run nbconvert in the browser because these two packages are not pure Python:

  • 'pyzmq>=23.0'
  • 'tornado>=6.2'

@jtpio I am hoping Jeremy can confirm this.

@jtpio
Copy link
Contributor

jtpio commented May 3, 2023

Right running nbconvert in the browser is still going to be challenging at the moment.

A first step would be to make these dependencies optional in nbconvert, or have a smaller nbconvert that does not depend on tornado and pyzmp.

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

3 participants