jupyter中使用conda环境

为 conda 环境创建特殊内核

1、conda create -n my-conda-env # creates new virtual env
2、conda activate my-conda-env # activate environment in terminal
3、conda install ipykernel # install Python kernel in new conda env
4、ipython kernel install --user --name=my-conda-env-kernel

configure Jupyter to use Python kernel

5、jupyter notebook # run jupyter from system
————————————————
版权声明:本文为CSDN博主「港城嘟嘟」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/m0_70222886/article/details/131362704

相关推荐

  1. jupyter使用conda环境

    2024-01-18 14:22:05       54 阅读
  2. jupyter | jupyter使用conda虚拟环境

    2024-01-18 14:22:05       41 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-18 14:22:05       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-18 14:22:05       100 阅读
  3. 在Django里面运行非项目文件

    2024-01-18 14:22:05       82 阅读
  4. Python语言-面向对象

    2024-01-18 14:22:05       91 阅读

热门阅读

  1. 历史日志·洪武朝武功一览

    2024-01-18 14:22:05       45 阅读
  2. Mysql需要了解的常用命令

    2024-01-18 14:22:05       47 阅读
  3. 题目 1761: 学习ASCII码

    2024-01-18 14:22:05       57 阅读