Jupyter Notebook used in the VS Code

First, the installation configuration

1. Install the official Python extension package in the extended store

2. The system has been installed Jupyter Notebook

Since the Python environment Anaconda system is installed, it has Jupyter Notebook, and no need to install a separate

VSCode compile, debug Python (Python in VSCode):

https://www.cnblogs.com/pleiades/p/8146658.html

How pleasant to write Python with VSCode:

https://www.cnblogs.com/pleiades/p/8146658.html

Second, the use

1. you can first create a file directly to the .ipynb

2. Create the VsCode

Ctrl + Shift + P input Create Jupyter, then you can create

And then proceeds to Jupyter in the

 

Almost just behind the operation of a web page, not here describes the basic operations of Jupyter Notebook

 Official Documents

https://code.visualstudio.com/docs/python/jupyter-support

Guess you like

Origin www.cnblogs.com/dogecheng/p/11904286.html