Jupyter notebook 3步切换 kernel

步骤

1 新建一个环境
conda create -n bigdata python = 3.7 (你的 python 版本)

2 **环境
activate bigdata

3 安装 ipykernel 模块
(bigdata )> pip install ipykernel
#将自己环境添加到 ipython 的 kernel 里
(bigdata )> python -m ipykernel install --user --name bigdata (你的环境名)

结果:

Jupyter notebook 3步切换 kernel

相关文章:

  • 2021-11-19
  • 2021-10-01
  • 2021-07-04
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
猜你喜欢
  • 2021-09-17
  • 2021-09-22
  • 2022-12-23
  • 2021-05-30
  • 2021-06-01
  • 2021-04-17
  • 2021-08-08
相关资源
相似解决方案