ipython-contrib / jupyter_contrib_nbextensions

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

support multi-cell snippet insertion #1483

Open cailiang9 opened 4 years ago

cailiang9 commented 4 years ago

https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/b767c69a374f68d2a7272e4fe9e0a40a47cdb8f0/src/jupyter_contrib_nbextensions/nbextensions/snippets/main.js#L58

we can use # %% In [] to indicate a cell beginning like in VSCode.