-
Notifications
You must be signed in to change notification settings - Fork 14
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
Integration with JupyterLite? #88
Comments
Thanks @deeplook. Yes This is for example the case with this custom deployment: https://github.com/jtpio/lit You might need to separate the following two statements in different cells: app = JupyterFrontEnd() app.commands.execute('apputils:change-theme', {'theme': 'JupyterLab Dark'}) |
Ok, great! Will this be deployed to https://jupyterlite.readthedocs.io, too, and when? ;) |
Ah I think it's unlikely to be added to https://jupyterlite.readthedocs.io. But you can easily make your own JupyterLite deployment and add |
Sorry, I didn't mean "deployed" in the sense of pre-install ipylab on https://jupyterlite.readthedocs.io, but in the sense of being able to micropip-install it there. |
Right, it can be micropip installed. But the frontend extension also needs to be available, which requires adding it to the deployed website. For example here on the demo site: |
Got it, thanks! |
I think it would be nice to run ipylab in JupyterLite, so I gave it a try, although I see no claim that ipylab should support JupyterLite. So while ipylab does install fine, it does not appear to have any effect on the (JupyterLab) interface, like in this code:
When using widgets in a panel like this (from a standard example snippet) I get a "Loding widget..." message:
I'd appreciate any statement if this should work and I'm doing something wrong, or if JupyterLite support is considered enough of a nice to have feature in the future?
The text was updated successfully, but these errors were encountered: