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
I'm running a jupyterlab docker image created thus:
FROM jupyter/minimal-notebook:2022-10-17
RUN pip install jupyterlab_rise && mamba clean --all -f -y
RUN pip install jupyterlab-system-monitor && mamba clean --all -f -y
WORKDIR $HOME
USER $NB_USER
The notebook is actually one I use to test rise in a service I run.... with more complex notebook images - so I realise the actual cells won't run :chuckle:
Expectation
I would not have expected the extension to be included in the slide-show rendering
The text was updated successfully, but these errors were encountered:
Wondering if this happens with other extensions that put widgets in the top area.
Also I was hoping to move some of the functionalities of the system-monitor extension to the jupyter-resource-usage at some point to ease maintenance and consolidate the existing extension. Probably something to do after the JupyterLab 4 final release.
I believe this is a bug in jupyterlab-rise that I highlighted in my review: damianavila/RISE#605 (review) and it also happens for jupyterlab-citation-manager (which takes even more space).
When displaying a notebook in "Slideshow" mode, the extension jupyterlab-system-monitor is included... and takes up a large amount of the display:
See https://photos.app.goo.gl/iPpsJY5rzQEnuVpT8
Context
I'm running a jupyterlab docker image created thus:
The notebook is actually one I use to test
rise
in a service I run.... with more complex notebook images - so I realise the actual cells won't run :chuckle:Expectation
I would not have expected the extension to be included in the slide-show rendering
The text was updated successfully, but these errors were encountered: