-
Notifications
You must be signed in to change notification settings - Fork 504
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
JupyterLab extension #217
JupyterLab extension #217
Conversation
eedc306
to
f68ddb0
Compare
Thanks! Do you think it would make sense to have the package currently in |
Grouping the two together sounds like a good idea, even though one is for the voila frontend ( Another option would be to bring the |
Yep, for the the js package naming (under |
And the name |
Follow the same style and workflow as used in the main JupyterLab repo.
just a nitpick but i think a monochrome icon would look better in that icon bar. |
It would fit with the other existing icons yes. Another option is to use the full text |
We merged this one early so we can iterate on the remaining points in follow-up PRs. |
Release coming soon! |
WIP: JupyterLab extension
adding instruction on how to dev-install it in the readme would be nice (for people like me) |
There are some instructions in the contributing guide: https://github.com/QuantStack/voila/blob/master/CONTRIBUTING.md#jupyterlab-extension |
Nice! didn't see it, sorry. |
No problem! |
Hi this is a great great job I have one question... Can we save the formated output in PDF file or something like that, if we are not working with interactive widgets ?, Is this even possible ? It would be really usefull just to print the text and results of the notebook and not the code within, it would be amazing for academical works I think |
@Magnus512 one way to do it for now could be to use the "Open with Voila in New Browser Tab" command, and then use the web browser to print to PDF? |
I know this, I was thinking in something more ammm "Beautiful", in order to get a final document for presentation, anyway thanks for your reply :) |
Fixes #39.
Replaces #40 (keeps Maarten's commit).
Add a JupyterLab extension to render a notebook with voila.
TODO
optional
instead ofrequires
for dependencies