假设我们在 Linux 环境下已经创建好了 unsloth_env
,现在想要在 Jupyter Notebook 的 "New" 下拉菜单中显示它(让已存在的环境 unsloth_env
出现在 Jupyter 中)
- 1 在 Jupyter 界面点击右上角
New
→Terminal
,打开终端。 - 2 在终端中激活环境: conda activate unsloth_env
- 3 安装 Jupyter 内核支持:pip install ipykernel
- 4 注册该内核到 Jupyter:python -m ipykernel install --user --name=unsloth_env --display-name "Python (unsloth_env)"
- 5 刷新Jupyter页面,就有了