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
Is there an easy way to hide code cells in the generated RISE slides?
In the notebook version there are plugins to hide all code cells with the 'hide-input' tag, which also makes them invisible in the RISE slides.
I tried doing the same in jupyter lab. Eg. the jupyterlab-hide-code does hide the code cells in jupyter lab, but they are still visible in the jupyterlab-rise slides.
Is there a known solution on how to do this?
Reproduce
Create any notebook with code cells and set the 'hide-input' tag.
The code cells are not hidden in Jupyter Lab but not in the RISE slides, see screenshot:
The text was updated successfully, but these errors were encountered:
I think it would be ideal if there were a hide_code boolean in the cell metadata which you could easily toggle with a dropdown in the Property Inspector similar to how you can already do with Slide Type - e.g.
Description
Is there an easy way to hide code cells in the generated RISE slides?
In the notebook version there are plugins to hide all code cells with the 'hide-input' tag, which also makes them invisible in the RISE slides.
I tried doing the same in jupyter lab. Eg. the jupyterlab-hide-code does hide the code cells in jupyter lab, but they are still visible in the jupyterlab-rise slides.
Is there a known solution on how to do this?
Reproduce
Create any notebook with code cells and set the 'hide-input' tag.
The code cells are not hidden in Jupyter Lab but not in the RISE slides, see screenshot:
The text was updated successfully, but these errors were encountered: