gpt4 book ai didi

python - 在 ubuntu 中安装后无法运行 jupyter 笔记本

转载 作者:太空宇宙 更新时间:2023-11-03 16:09:58 28 4
gpt4 key购买 nike

我通过以下命令在我的 ubuntu 系统上安装了 jupyter :

sudo pip install jupyter

执行后我可以成功运行jupyter notebook。但不幸的是,在尝试将其升级为 python3 时,我不小心删除了 /usr/local/bin 中的所有 jupyter 链接。现在,jupyter Notebook 未运行。我也尝试过卸载并重新安装。我不知道现在应该做什么。

最佳答案

不要使用 sudo 安装 python 软件包,除非你真的知道自己在做什么。

试试这个:

$ virtualenv myvenv
$ cd myvenv
$ source bin/activate
$ pip install jupyter
$ jupyter notebook

要下次运行它(即在新的 shell session 中),只需执行以下操作:

$ cd myvenv
$ source bin/activate
$ jupyter notebook

关于python - 在 ubuntu 中安装后无法运行 jupyter 笔记本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39411899/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com