当前位置:网站首页>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 .
边栏推荐
- Qstype implementation of self drawing interface project practice (II)
- 人生的开始
- js删除字符串中的子串
- < IV & gt; H264 decode output YUV file
- 什么是敏捷开发流程
- Sword finger offer 26 Substructure of tree
- Youzan won the "top 50 Chinese enterprise cloud technology service providers" together with Tencent cloud and Alibaba cloud [easy to understand]
- Timing / counter of 32 and 51 single chip microcomputer
- PhD battle-11 preview | review and prospect backdoor attack and defense of neural network
- Un an à dix ans
猜你喜欢
871. 最低加油次数
例题 非线性整数规划
Cell: Tsinghua Chenggong group revealed an odor of skin flora. Volatiles promote flavivirus to infect the host and attract mosquitoes
寒门再出贵子:江西穷县考出了省状元,做对了什么?
Tech talk activity preview | building intelligent visual products based on Amazon kVs
Dgraph: large scale dynamic graph dataset
AP and F107 data sources and processing
Sword finger offer 27 Image of binary tree
Understand one article: four types of data index system
深度之眼(二)——矩阵及其基本运算
随机推荐
Smart trash can (V) - light up OLED
Tech talk activity preview | building intelligent visual products based on Amazon kVs
Notice on holding a salon for young editors of scientific and Technological Journals -- the abilities and promotion strategies that young editors should have in the new era
ROS知识点——消息过滤器 ( message_filters)
伟立控股港交所上市:市值5亿港元 为湖北贡献一个IPO
一年頂十年
Method of C language self defining function
IP address translation address segment
Sword finger offer 27 Image of binary tree
绿竹生物冲刺港股:年期内亏损超5亿 泰格医药与北京亦庄是股东
Seven charts, learn to do valuable business analysis
Sword finger offer 22 The penultimate node in the linked list
深度之眼(二)——矩阵及其基本运算
How openharmony starts FA of remote devices
871. Minimum refueling times
executescalar mysql_ExecuteScalar()
What is generics- Introduction to generics
默认浏览器设置不了怎么办?
一文看懂:数据指标体系的4大类型
Nexus簡介及小白使用IDEA打包上傳到Nexus3私服詳細教程