怎么把jupyter notebook写入环境变量

为了将 Jupyter Notebook 写入环境变量,您需要执行以下步骤:

  1. 打开命令提示符(Windows)或终端(Mac / Linux)。

  2. 输入以下命令:

export PATH=$PATH:/path/to/jupyter

  1. 在上面的命令中,您需要替换 "/path/to/jupyter" 为 Jupyter Notebook 的实际安装路径。

  2. 将此命令添加到您的 shell 配置文件(例如 .bashrc 或 .bash_profile)中,以便在每次启动 shell 时自动执行。

  3. 重新启动 shell 以使更改生效。

现在,您应该能够使

你可能感兴趣的:(jupyter,linux,python,bash,ide)