Described as a work memo for the Python development environment. The license of ANACONDA has changed and there is no problem for the time being, but I tried to move to a local development environment of Python that does not use ANACONDA. I decided to use Visual Studio Code (VS Code) and its Jupyter Extension for Visual Studio Code (Jupyter Extension) for jupyter notebook. The procedure is simple, but I decided to write it as a memo of how to use it. Pyenv and pyenv-virtualenv are used as the Python development environment. (Separate article)
OS : Mac OS Big Sur(11.1) Xcode: Not installed on the App Store
Download and install from Visual Studio Code Site
Download and install from Visual Studio Code Site Insiders!
I get a warning when I start it, but "Open"
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
Download and install from Jupyter Extension for Visual Studio Code Site Insiders!
A popup will pop up to open Visual Studio Code.app
Visual Studio Code launches and Jupyter opens in that window
Press install
Launch Visual Studio Code
Display all commands Press command key + shift key + p key
jupyter: Select Create New Blank Jupyter Notebook
If there is something that needs to be installed, it will pop up, so please install it.
Jupyter Notebook launches in Visual Studio Code
The Python environment you are using is displayed in the upper right, and you can switch the Python environment to execute by clicking here.