jupyterlab-hide-code
jupyterlab-hide-code copied to clipboard
Possible additions in the jupyterlab-hide-code extension.
It would be really helpful if two more additions could be added in this JupyterLab extension:
- 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')
- Adding the possibility of running this widget while opening the Jupyter Lab / Notebook. Could this be a choice through config settings?
Thanks!