Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x Jupyter安装环境_Python 3.x_Jupyter Notebook_Jupyter_Ubuntu 16.04 - Fatal编程技术网

Python 3.x Jupyter安装环境

Python 3.x Jupyter安装环境,python-3.x,jupyter-notebook,jupyter,ubuntu-16.04,Python 3.x,Jupyter Notebook,Jupyter,Ubuntu 16.04,我如何检查/知道jupyter安装在哪里?在虚拟环境/conda/OS上 Linux/Ubuntu 16 在终端,我得到: jupyter --version: - jupyter core : 4.6.1 - jupyter-notebook : 6.0.3 - qtconsole : not installed - ipython : 7.11.1 - ipykernel : 5.1.3 - jupyter client : 5.3

我如何检查/知道jupyter安装在哪里?在虚拟环境/conda/OS上

Linux/Ubuntu 16

在终端,我得到:

jupyter --version:

- jupyter core     : 4.6.1
- jupyter-notebook : 6.0.3
- qtconsole        : not installed
- ipython          : 7.11.1
- ipykernel        : 5.1.3
- jupyter client   : 5.3.4
- jupyter lab      : not installed
- nbconvert        : 5.6.1
- ipywidgets       : 7.5.1
- nbformat         : 5.0.4
- traitlets        : 4.3.3
委员会建议:

which jupyter -a
如果您正在运行pyenv或其他使用垫片的环境管理器,则不会提供任何有用的信息。相反,您可能希望使用:

jupyter --paths

在配置和数据下查看-其中一个路径是安装位置;如果您想真正了解jupyter从何处加载配置,这可能会更有用。

我们现在开始使用Ubuntu 20.10。也许你应该考虑升级。你是关于Ubuntu 20.04的,但是我的问题是不同的。这是我的旧笔记本电脑,我正试图弄清楚我过去在哪里安装了Jupyter。那一台Jupyter怎么样?太棒了!非常感谢。这很有帮助。非常感谢。