Save your python file as jupyter notebook
saves the current python file as ipynb to the same location as the python file
The python file needs to be with format:
# To add a new cell, type '# %%'
# To add a new markdown cell, type '# %% [markdown]'
On an open python file ctrl+shift+p -> Save to .ipynb
fix the export output,
in code:
- added output
- added execution_count
- delete empty cells
in markdoun:
- removing first line whitespace
add metadata
bug fix, spaces after '# %%' working.
Enjoy!