playground_python Playground for python coding. How to convert *.ipynb files to *.py files > jupyter nbconvert <untitled.ipynb> --to python e.g. > jupyter nbconvert prime_number.ipynb --to python > jupyter nbconvert python_math/prime_number.ipynb --to python