当前位置: 首页 > 工具软件 > jupyter-dash > 使用案例 >

Jupyter 快速安装以及使用

夏侯智鑫
2023-12-01

安装:

1.直接输入Pip install jupyter指令进行安装

2.没有修改路径的可以看看下面的步骤

打开cmd,找到python所在位置,在深度学习的学习中python都会在anaconda3\envs里面

,下面是我的位置。

C:\Users\yuqi zhang\anaconda3\envs\python38\Scripts

然后将路径进行复制

打开cmd

用cd命令将路径改到Script文件夹下面

然后输入:

Pip install jupyter

使用:

打开anaconda3 Powershell Prompt

输入

conda activate pytorch

变成:(base) PS C:\Users\yuqi zhang> conda activate pytorch

输入

jupyter notework

(pytorch) PS C:\Users\yuqi zhang>

 类似资料: