You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The approach taken differs from #381 as it creates a stand-alone app (similarly to retrolab - JLab remix) in order to:
Deal with the DOM manipulation induced by RevealJS that don't play nicely in webapp such JupyterLab
Add the opportunity to spin a notebook focusing on slideshow experience
What it does:
Add button in JupyterLab notebook toolbar to open the RISE view of the current notebook
Support federated extension in RISE mode (in particular ipywidgets are working)
Restructure completely the package to be a single python package with multiple npm packages to ship a single package for the classical notebook and JupyterLab
Support ipywidget
Run on Binder for the classical notebook and JupyterLab (but failed to open the standalone app from JupyterLab)
What it partly do:
Create a ugly slideshow with no configuration
What needs to be done:
Improve styling
properly handle all kinds of cells (subslide, fragment, ...)
Render slideshow in side-by-side panel within JupyterLab
Create custom notebook factory to remove the toolbar Explicitly dispose the toolbar (avoid dealing with specific factory)
Turn off virtual rendering Wait for fully rendering before converting to slideshow (placeholder cannot be removed due to DOM hierarchy change for Reveal)
Turn off heading collapse feat.
Check Jupyter Widget interact
Implement as much features as possible from classical:
This is a reboot of #381 - in order to move forward on jupyter/notebook#6220
The approach taken differs from #381 as it creates a stand-alone app (similarly to retrolab - JLab remix) in order to:
What it does:
Restructure completely the package to be a single python package with multiple npm packages to ship a single package for the classical notebook and JupyterLabipywidget
the classical notebook andJupyterLab(but failed to open the standalone app from JupyterLab)What it partly do:
What needs to be done:
Create custom notebook factory to remove the toolbarExplicitly dispose the toolbar (avoid dealing with specific factory)Turn off virtual renderingWait for fully rendering before converting to slideshow (placeholder cannot be removed due to DOM hierarchy change for Reveal)interact
PR opened: Enhance Jupytext for JupyterLab mwouts/jupytext#877
Help will be really appreciate to cover the above points - don't hesitate to open PRs against this PR branch.
The text was updated successfully, but these errors were encountered: