vscode-ipynb-py-convert
November 23, 2017 ยท View on GitHub
Jupyter plugin for vscode allows creating a python file with the ability to run cells using code lens and preview extension apis.
Lots more Jupyter python vscode examples
vscode-ipynb-py-convert python module converts ipynb->py and py->ipynb.
Example
python -m vscode-ipynb-py-convert examples/plot.py examples/plot.ipynb
or
python -m vscode-ipynb-py-convert examples/plot.ipynb examples/plot.py
VSCode

Markdown cells are converted to python multiline strings '''. Code cells are left as is. # %% is used by vscode as the cell marker on which 'Run Cell' action is available.
Jupyter ipynb notebook
