Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

converting jupyter notebook files to python

pip install ipython
pip install nbconvert
exmaple:
  jupyter nbconvert --to python NumPy_Tut.ipynb
 
PREVIOUS NEXT
Tagged: #converting #jupyter #notebook #files #python
ADD COMMENT
Topic
Name
5+8 =