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

How fast is it? #36

Closed
pplonski opened this issue Aug 26, 2022 · 1 comment
Closed

How fast is it? #36

pplonski opened this issue Aug 26, 2022 · 1 comment

Comments

@pplonski
Copy link

Is there any speed comparison with nbconvert?

Is it possible to use execnb with an already running kernel?

I'm working on a tool for converting Jupyter Notebook to interactive Web Apps - to make notebooks accessible for non-technical users. The tool is called Mercury. You can add widgets to the notebook by simply adding a YAML header in the first cell. The framework is based on nbconvert. I would love to use a faster tool for executing notebooks.

@jph00
Copy link
Member

jph00 commented Sep 3, 2022

The overhead is close to zero. So if you've doing a small amount of stuff in your kernel then the speedup will be dramatic.

If you give it a go, please let us know how you get along, and feel free to ask anything in issues here - at-mention me so I don't miss it.

@jph00 jph00 closed this as completed Sep 3, 2022
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