ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 806 forks source link

is init_cell working on jupyterlab or is there a susbstite for this extension? #1517

Open foice opened 4 years ago

foice commented 4 years ago

I am loving init_cell in jupyter, but I do not see a similar extension in jupyterlab. Is there one?

I am aware that I can add by hand "init_cell": true, to the cell metadata, but I need bulk numbers of "init_cell" so this is not really practical.

PS I am also aware that someone considers "init_cell" as a bad programming attitude, please do not remind me : )