convert python code to jupyter notebook code example
Example 1: converting jupyter notebook files to python
pip install ipython
pip install nbconvert
exmaple:
jupyter nbconvert --to python NumPy_Tut.ipynb
Example 2: convert org to jupyter notebook
(export-ipynb-buffer)