最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

在ubuntu中使用jupyter

IT圈 admin 2浏览 0评论

在ubuntu中使用jupyter

  1. 配置jupyter要用的虚拟环境

conda activate "虚拟环境名称"
conda install nb_conda
  1. 使用该虚拟环境

在该虚拟环境中输入:

jupyter notebook
  1. 在浏览器弹出的网页中点击下图中的change kernel,来更换jupyter使用的虚拟空间:

在ubuntu中使用jupyter

  1. 配置jupyter要用的虚拟环境

conda activate "虚拟环境名称"
conda install nb_conda
  1. 使用该虚拟环境

在该虚拟环境中输入:

jupyter notebook
  1. 在浏览器弹出的网页中点击下图中的change kernel,来更换jupyter使用的虚拟空间:

与本文相关的文章

发布评论

评论列表 (0)

  1. 暂无评论