PanjehFollowApr 22, 2021·1 min readHow to convert ipynb to PythonHow to run an .ipynb Jupyter Notebook from terminalFirst you need to convert the ipynb file to Python:jupyter nbconvert --to python filename.ipynbThen run it in Terminal using:python3 filename.py