当前位置:网站首页>Jupyter notebook win installation record
Jupyter notebook win installation record
2022-07-28 17:13:00 【Name filling】
Jupyter Notebook win Installation record
1. Creating a virtual environment
(1) open cmd Installing a virtual environment
conda create -n xxxx python==3.xx
(2) Install dependency packages
conda install xxx
2. install Jupyter Notebook
(1) install jupyter
conda install jupyter
3. To configure Jupyter Notebook
Open from browser Jupyter Notebook There are two ways to choose the path of
(1) Use cmd Enter the corresponding directory and open it , Above
(2) Configure the default path , The configuration method is as follows :
Command line window input jupyter notebook --generate-config, Will find C:\Users\ user name \ .jupyter There is one more configuration file under jupyter_notebook_config.py;
(2) Open this profile , Configure the default path #c.NotebookApp.notebook_dir = ''.
After the configuration file is modified , stay jupyter notebook The code written in will be saved in this directory . Now restart stay CMD start-up jupyter notebook, You enter the new working directory ( I can't succeed in this ), If you want to change the default path , Refer to this Blog
4. Add code auto completion function ( Optional )
(1) open anaconda prompt, Input in sequence :
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
Then install nbextensions_configurator, Execute the following commands in turn
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
After completion, you can close the window used on
Open on the command line jupyter notebook There are screenshots as follows :
(2) In case of success , start-up jupyter notebook, You will find that there are more... In the options bar Nbextension The option to , Click this option , And check the Hinterland, You can add the automatic code completion function Reference here .
边栏推荐
- SUSE CEPH add nodes, reduce nodes, delete OSD disks and other operations – storage6
- 3D建模工具Archicad 26全新发布
- Ugui learning notes (III) summary of the use of each control
- Using MVC in the UI of unity
- 如何使用Fail2Ban保护WordPress登录页面
- [deep learning]: day 8 of pytorch introduction to project practice: weight decline (including source code)
- 3D modeling tool Archicad 26 newly released
- Ugui learning notes (IV) ugui event system overview and Usage Summary
- Record the processing process of CEPH two RBDS that cannot be deleted
- 做题笔记2(两数相加)
猜你喜欢

Re10: are we really making much progress? Revisiting, benchmarking, and refining heterogeneous gr

Egg (19): use egg redis performance optimization to cache data and improve response efficiency

UNIQUE VISION Programming Contest 2022(AtCoder Beginner Contest 248)G. GCD cost on the tree

Comprehensively design an oppe homepage -- page service part

Jsonarray traversal

Unity editor learning (I) using features to change the display of fields in components

Comprehensively design an oppe homepage -- after sales service of the page

如何在构建阶段保护镜像安全

Using MVC in the UI of unity

mysql 最大建议行数2000w,靠谱吗?
随机推荐
Re11: read EPM legal judgment prediction via event extraction with constraints
2020Q2全球平板市场出货大涨26.1%:华为排名第三,联想增幅最大!
Shopee code League 2022 - qualification round p3.connecting the numbers (segment tree / bipartite graph determination, to be discussed)
Leetcode 2022.04.10 China Merchants Bank special competition D. store promotion (DP)
The longest substring of sword finger offer without repeated characters
Ugui learning notes (I) rendering level
Unity shader uses rendered texture to achieve glass effect
How should I understand craft
累计出货130亿颗Flash,4亿颗MCU!深度解析兆易创新的三大产品线
Unity shader texture animation
Technology sharing | MySQL shell customized deployment MySQL instance
Re13:读论文 Gender and Racial Stereotype Detection in Legal Opinion Word Embeddings
Fine-grained Fact Verification with Kernel GA Network
Re11:读论文 EPM Legal Judgment Prediction via Event Extraction with Constraints
SUSE CEPH add nodes, reduce nodes, delete OSD disks and other operations – storage6
Re10:读论文 Are we really making much progress? Revisiting, benchmarking, and refining heterogeneous gr
Unity shader realizes water wave effect with noise texture
Create a self-organizing / safe / controllable Lora network! Semtech responded for the first time to the impact of the "new regulations of the Ministry of industry and information technology"
SUSE Ceph 快速部署 – Storage6
Atcoder beginer contest 240 g.reporting Takahashi (classical problems of Combinatorial Mathematics)