It seems that juypter can be operated using VS Code, so I will try it
・ Installation of VS Code -Installing Python extensions ・ Installation of anaconda -Create a new .ipynb file ・ I tried it for the time being -Correction after error output
https://code.visualstudio.com/
Download here and then install
Click on the icon in the lower left that has four squares and the upper right is a polo ↓ Type "Python" in the search bar above ↓ It will be reflected when you install and restart VS Code
I used to put in anaconda and miniconda, so I cleaned it once.
Referrer URL https://weblabo.oscasierra.net/python-anaconda-uninstall-macos/
Then install
Referrer URL https://tako1192.hatenablog.com/entry/2019/10/12/OSX_Catalina_%E3%81%A7Anaconda%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB
Create a notebook, write it in VS Code, and try to execute it.
Referrer URL https://dev.classmethod.jp/server-side/python/visual-studio-code-jupyter-notebook/
However, Error barrage
However, I was asked by the VS Code extension whether to install any packages, so I hit "I got it!" Without hesitation. Then all the libraries were available.
This is when it moves firmly You can also use the library
URL referenced at the time of Error https://teratail.com/questions/192633
https://qiita.com/komiya_____/items/547ae8b5a9b031f18b59
Recommended Posts