Open Louis-udm opened 6 years ago
Just adding that pycharm has the same comment to make chunk separation
The # %%
marker for cells is indeed common practice. It was introduced by Spyder five years ago (cf. https://github.com/spyder-ide/spyder/issues/7933), and is now supported by PyCharm (professional), vscode with the vscode Jupyter plugin, PTVS, and obviously, Hydrogen. In addition: scripts in that format can be converted to Jupyter notebooks (and back) using Jupytext.
yeah, this will be a lot easier and then you can get the Run Cell button like https://github.com/DonJayamanne/vscodeJupyter has
this will be a lot easier.