当前位置:网站首页>Win10 system uses pip to install juypter notebook process record (installed on a disk other than the system disk)
Win10 system uses pip to install juypter notebook process record (installed on a disk other than the system disk)
2022-07-02 17:21:00 【--Jize--】
Environment configuration
windows10
python 3.9
Installation steps
install python( If it is already installed, you can skip to the next step by yourself )
(python Installation tutorial )
Enter cmd, Run as administrator Command prompt 
Use python -m site Command view user_base and user_site, If it is doesn’t exist Need to E:\Python39\Lib The next path site.py Make changes .
Please refer to pip install ** Always go C Under the plate ? How to change ? Want to learn , I'll teach you 

to update pip
python -m pip install --upgrade pip -i https://pypi.douban.com/simple

install
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter

function juypter
Directly input the following command at the terminal
jupyter notebook

The following interface pops up in the browser, indicating that the installation is successful 
Be careful : Use Jupyter Notebook when , Keep the terminal on , Because once the terminal is turned off , It will disconnect the link with the local server , Will not be able to be in Jupyter Notebook Other operations in .
Use juypter notebook
Click on the new, newly build 
Some problems encountered during installation
A wrong : to update pip Report errors

resolvent
python In the update pip When PermissionError: [WinError 5] Access denied .
Error 2 : Network problems caused installation errors
Use command
pip3 install jupyter

Use this command to install because the network is too slow , Cause download timeout error , therefore
resolvent : Replace the domestic image source installation
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter
The following figure shows the successful installation 
Error of three :

Error four :

Error five :
Use pip list Command view shows that it is installed jupyter, But it cannot be called 

resolvent : Direct operation exe
To python Under the installation path Lib\site-packages\bin Direct operation jupyter notebook.exe
summary
There are many problems in the process of installation , Some problems are not clear how to solve , Many times .
Software can be reinstalled , But if you encounter a problem that you don't know the answer, can you start over ? Do you want to start the journey without knowing the result ? It's already on the road. Do you want to continue ?
If there is any error in the description in the article, please correct .
边栏推荐
- Vscode setting delete line shortcut [easy to understand]
- What is agile development process
- [shutter] dart data type (dynamic data type)
- ETH数据集下载及相关问题
- Sword finger offer 21 Adjust the array order so that odd numbers precede even numbers
- Win10系统使用pip安装juypter notebook过程记录(安装在系统盘以外的盘)
- Green bamboo biological sprint Hong Kong stocks: loss of more than 500million during the year, tiger medicine and Beijing Yizhuang are shareholders
- 默认浏览器设置不了怎么办?
- 什么是敏捷开发流程
- 剑指 Offer 27. 二叉树的镜像
猜你喜欢

Sword finger offer 27 Image of binary tree

相信自己,这次一把搞定JVM面试

Connect Porsche and 3PL EDI cases

Use the API port of the bridge of knowledge and action to provide resources for partners to access

畅玩集团冲刺港股:年营收2.89亿 刘辉有53.46%投票权

OpenPose的使用

Eye of depth (III) -- determinant of matrix

QWebEngineView崩溃及替代方案

【征文活动】亲爱的开发者,RT-Thread社区喊你投稿啦

宝宝巴士创业板IPO被终止:曾拟募资18亿 唐光宇控制47%股权
随机推荐
871. 最低加油次数
福元医药上交所上市:市值105亿 胡柏藩身价超40亿
Sword finger offer 25 Merge two sorted linked lists
ETH数据集下载及相关问题
A few lines of code to complete RPC service registration and discovery
使用知行之桥的API端口,提供资源供合作伙伴访问
Introduction to Hisilicon hi3798mv100 set top box chip [easy to understand]
求简单微分方程
Believe in yourself and finish the JVM interview this time
Role and function of uboot
详细介绍scrollIntoView()方法属性
What if the default browser cannot be set?
2022 interview questions
ssb门限_SSB调制「建议收藏」
例题 非线性整数规划
Idea2021.1 installation tutorial
How to quickly distinguish controlled components from uncontrolled components?
Briefly introduce the use of base64encoder
Sword finger offer 22 The penultimate node in the linked list
Eth data set download and related problems