jupyterlab-hide-code icon indicating copy to clipboard operation
jupyterlab-hide-code copied to clipboard

Possible additions in the jupyterlab-hide-code extension.

Open mylopouc opened this issue 6 months ago • 1 comments

It would be really helpful if two more additions could be added in this JupyterLab extension:

  1. Adding this functionality to ipylab commands. Then, you could something like to trigger the widget:
from ipylab import JupyterFrontEnd 
app = JupyterFrontEnd() 
app.commands.execute('hide-code:toggle') 
  1. Adding the possibility of running this widget while opening the Jupyter Lab / Notebook. Could this be a choice through config settings?

Thanks!

mylopouc avatar May 09 '25 14:05 mylopouc