-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support Notebook 7 #36
Labels
enhancement
New feature or request
Milestone
Comments
Ah just noticed the question in the README: https://github.com/deathbeds/jupyterlab-deck#does-it-work-with-notebook-7 Indeed multiple documents will be an issue, but maybe there is a way to make it work with just a single document then. |
Yep went down the "try to make single notebook ux do something it didn't
want to" on nbpresent, not doing that again. Can't just put everything in a
dialog, or keep injecting more _substantive_ Dom everywhere.
If the api is sufficient, wouldn't rule out having a different
plugin/driver that supports the 7 Notebook activity, adapting for quirks,
but other ones just won't make as much sense... Ipydrawio/video-chat showed
me it wasn't very friendly to novel factories.
As for ilabshell: yeah dunno what ended up tipping that, probably some
signal.
…On Thu, Nov 17, 2022, 03:32 Jeremy Tuloup ***@***.***> wrote:
Ah just noticed the question in the README:
https://github.com/deathbeds/jupyterlab-deck#does-it-work-with-notebook-7
Indeed multiple documents will be an issue, but maybe there is a way to
make it work with just a single document then.
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCRCFSIROGOLFVF2OAVDWIX3SPANCNFSM6AAAAAASDER63I>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This is done. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Elevator Pitch
Thanks for working on
jupyterlab-deck
it looks really promising!Checking on the JupyterLite demo site with the RetroLab interface and the plugin fails to activate:
Probably some dependencies can be made optional. Also
NotebookTools
should now be available in Notebook 7 (jupyter/notebook#6487)Motivation
This could serve as an alternative to damianavila/RISE#605 for making RISE-liked presentation in the notebook.
Design Ideas
N/A
The text was updated successfully, but these errors were encountered: