download jupyter

  1. Open the command prompt (cmd), enter pip install jupyter -I

  1. Add the domestic image of jupyter

Tsinghua University https://pypi.tuna.tsinghua.edu.cn/simple/ (I use)

University of Science and Technology of China http://pypi.mirrors.ustc.edu.cn/simple/

Huazhong University of Science and Technology http://pypi.hustunique.com/simple/

Alibaba Cloud http://mirrors.aliyun.com/pypi/simple/

Douban http://pypi.douban.com/simple/

  1. Enter jupyter notebook in the command line window. If the default browser opens the Jupyter Notebook window, it means that Jupyter Notebook is installed successfully.

  1. You may encounter this problem (the system prompts that Microsoft C++ is missing)

Solution: We can install MicrosoftC++ Build Tools directly without installing Visual Studio .

  1. Open the link Home - Visual Studio Subscriptions Portal , log in to your account, and click to enter the download page.

  1. Search for build tools on the download page, select the second one on the left column, change the format to DVD after selection, and click download.

  1. Double-click the downloaded file and it will install automatically.

  1. After the installation is complete, perform steps 1, 2, and 3.

Guess you like

Origin blog.csdn.net/silbier/article/details/129087851