当前位置:网站首页>Jupyter notebook/lab switch CONDA environment
Jupyter notebook/lab switch CONDA environment
2022-06-30 21:37:00 【A big cat who wants to lie flat every day】
stay jupyter in , We often have different switches conda Environmental needs , Here is a summary of the required steps .
Before that, first answer a question I had doubts about :
Need to be in every conda Installed in all environments jupyter Do you ? The answer is no need for , Just in base Installation in the environment jupyter, In the rest of the environment, only ipykernel Can .
Here are the steps , before this ,base The environment should already have jupter.
1. Activate the corresponding environment
conda activate EnvName
2. Install in the corresponding environment ipykernel
conda install ipykernel
3. take Environmental Science Write to notebook in
python -m ipykernel install --user --name EnvName --display-name "EnvName"
4. stay base Restart in the environment jupyter notebook Background services
conda deactivate
# go back to base Environmental Science :
conda activate base
# restart jupyter service :
jupyter notebook --allow-root --config=jupyter_notebook_config.py
Now the newly opened notebook You can see the environment selection in .
边栏推荐
- PyTorch量化感知训练(QAT)步骤
- 攻防演练中的防泄露全家福
- 《Dynamic Routing Between Capsules》论文学习总结
- 你我他是谁
- Rethink healthy diet based on intestinal microbiome
- Usbcan analyzer's supporting can and canfd comprehensive test software lkmaster software solves engineers' can bus test problems
- Sqlserver gets the data of numbers, Chinese and characters in the string
- 1-1 数据库的基本概念
- 1-20 pre inspection request
- 1-12 初步认识Express
猜你喜欢

Double solid histogram / double y-axis

根据肠道微生物组重新思考健康饮食

【无标题】
测试媒资缓存问题

《Dynamic Routing Between Capsules》论文学习总结

本地浏览器打开远程服务器上的Jupyter Notebook/Lab以及常见问题&设置

Reading notes of Clickhouse principle analysis and Application Practice (2)

Phoenix architecture: an architect's perspective

PyTorch量化实践(1)

Anaconda下安装Jupyter notebook
随机推荐
1-3 using SQL to manage databases
攻防演练中的防泄露全家福
Multi table operation - foreign key constraint
Encryption and decryption and the application of OpenSSL
.netcore redis GEO类型
1-17 express Middleware
激发新动能 多地发力数字经济
[grade evaluator] how to register a grade evaluator? How many passes?
Flutter 嵌套地狱?不存在的,ConstraintLayout 来解救!
【无标题】
Arcmap|assign values to different categories of IDS with the field calculator
1-20 pre inspection request
Iclr'22 spotlight | how to measure the amount of information in neural network weights?
FreeRTOS record (IX. an example of a bare metal project transferring to FreeRTOS)
1-16 路由的概念
Electronic scheme development - Intelligent rope skipping scheme
qsort函数和模拟实现qsort函数
Test medal 1234
Sqlserver gets the data of numbers, Chinese and characters in the string
《ClickHouse原理解析与应用实践》读书笔记(2)