I've been working with Jupyter notebooks quite a while but right now, I'm switching to Jupyter lab. I really like it, especially the possibility to create a new view for my outputs and hide the output from the main notebook. However, once you run the same cell again, the output in the main notebook is no longer hidden. Is there a possibility to rerun a cell by hiding its output in the main notebook and showing it only in the new view?
Asked
Active
Viewed 1,921 times
7
-
2https://github.com/jupyter-widgets/jupyterlab-sidecar this might partially solve your problem. – mtkilic May 16 '19 at 18:51
-
Unfortunately, at the time of writing, `sidecar` doesn't work with Jupyter Lab 3 yet. – Thomas Dec 27 '20 at 13:37
-
It works with JupyterLab 3.0 now. – krassowski Feb 19 '21 at 14:26
-
1JupyterLab 4.0 will include an option to display any variable in a separate view via the Debugger. – krassowski Oct 29 '21 at 21:49