Jeremy Tuloup
Jeremy Tuloup
Just checked and it still seems to be an issue with Notebook 7 / JupyterLab 4: https://github.com/jupyter/notebook/assets/591645/80fa8f50-b15d-46e6-a1fb-3bf666833d4d 
Bumping as we will likely need https://github.com/jupyterlab/jupyterlab/issues/14663 to be available in JupyterLab first.
@thakkarparth007 @michalrudko would you be able to try the latest version (`v2.0.0` at the moment) with JupyterLab 4 to check if it is still an issue? ``` pip install jupyterlab-quickopen...
Of note, there is also `thebe-lite`, with some docs here: https://mystmd.org/thebe/quickstart-lite
https://github.com/jupyterlite/jupyterlite/pull/1580 added a pin on `sphinx
Yeah, I've also been thinking after opening the PR that disabling the plugin entirely may be a bit too much, in case some extensions we don't know about provide some...
Played a bit more with this, to check what could be done with libraries like `jsPDF`: https://github.com/parallax/jsPDF https://github.com/user-attachments/assets/587c235e-d543-4032-b93a-2d10477ab7b7
Some ideas to continue exploring this: - Fix the upstream export plugin to avoid relying on `PageConfig.getNBConvertURL()` + `window.open()` : https://github.com/jupyterlab/jupyterlab/issues/17478 - That way `@jupyterlab/notebook-extension:export` could be used as-is without...
> Another enhancement idea: should we remove active cell class for export? Yes that make sense. In general anything that can make the notebook export look better (and closer to...
@agriyakhetarpal @krassowski just checking if you are still interested in upstreaming the work you did in https://github.com/JupyterEverywhere/jupyterlite-extension, in a separate plugin in JupyterLite?