ports/www/ipynb-py-convert/pkg/DESCR

8 lines
367 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Atom/Hydrogen or VSCode/Python allows creating a python files split into cells
with # %% separators with the ability to run cells via backend Jupyter session
and interactively show results back. ipynb-py-convert python module converts
files: .ipynb to .py and .py to .ipynb.
This can assist in version controlling ipynb projects, as .py doesn't include
output data.