Dear Gilamex:
Thank you for the patience. Jupyter notebook is a bit tricky to set up for people who are not familiar with python programming ecosystem.
1. You can try an online version of my notebook. Everything are set up. Just wait the server to load the code.
https://mybinder.org/v2/gh/fangzhangmnm/moonsoon/HEAD
2. If you want to run your computer.
A .ipynb
is a Jupyter Notebook file, not a plain script, so python myfile.py
can’t read it.
Open one in seconds:
• Try Jupyter (browser demo) – one click, no installs; hit ▶ Run on the first cell to see it work. Jupyter
• Google Colab – drag your notebook into Colab, press Shift + Enter and each cell runs right inside your browser/Drive. Google Colab
Need hand-holding? Dataquest’s “Jupyter Notebook Tutorial for Beginners” walks through everything with screenshots and super-simple language. Dataquest
Btw still I encourage you to ask chatgpt “Why I cannot open an .ipynb file with python.exe?” It will give you hand to hand guide on how to set up things correctly.
But please also feel free to ask me for help.
Take it easy!