linux - 刚刚将 Ubuntu 更新到 22.04,现在我无法打开 Jupyter Notebook

标签 linux ubuntu jupyter-notebook updates

当我尝试启动 Jupyter Notebook 时,浏览器会启动并且我收到以下错误:

Access to the file was denied

The file at /home/benjamin/.local/share/jupyter/runtime/nbserver-11758-open.html is not readable.

It may have been removed, moved, or file permissions may be preventing access.
我试着运行
jupyter lab clean --all
pip3 install jupyterlab --force-reinstall
根据这里的建议:Jupyter Notebook: Access to the file was denied .命令运行了,但我仍然收到“访问文件被拒绝”错误。此外,在重新安装命令它吐出这个:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
spyder 4.2.5 requires pyqt5<5.13, which is not installed.
spyder 4.2.5 requires pyqtwebengine<5.13, which is not installed.
conda-repo-cli 1.0.4 requires pathlib, which is not installed.
anaconda-project 0.9.1 requires ruamel-yaml, which is not installed.
spyder 4.2.5 requires jedi==0.17.2, but you have jedi 0.18.1 which is incompatible.
spyder 4.2.5 requires parso==0.7.0, but you have parso 0.8.3 which is incompatible.
sphinx 4.0.1 requires Jinja2<3.0,>=2.3, but you have jinja2 3.1.1 which is incompatible.
sphinx 4.0.1 requires MarkupSafe<2.0, but you have markupsafe 2.1.1 which is incompatible.
python-language-server 0.36.2 requires jedi<0.18.0,>=0.17.2, but you have jedi 0.18.1 which is incompatible.
fermipy 1.0.1+5.g5a57 requires astropy<4, but you have astropy 4.2.1 which is incompatible.

这可能是也可能不是问题的一部分。
交叉张贴在这里:https://discourse.jupyter.org/t/after-updating-to-ubuntu-22-04-i-am-no-longer-able-to-access-jupyter-notebook/13991
这里:https://askubuntu.com/questions/1404330/after-updating-to-ubuntu-22-04-i-am-no-longer-able-to-access-jupyter-notebook
在 reddit 上:https://www.reddit.com/r/learnpython/comments/uaipzo/i_just_updated_my_machine_to_ubuntu_2204_now_i/

最佳答案

你试过设置吗

c.NotebookApp.use_redirect_file = False
在 jupyter_notebook_configuration.py 文件中?
如果您尝试过,您是否删除了行首的“#”?
我在 Ubuntu 22.04 上遇到了同样的问题,这解决了它。

关于linux - 刚刚将 Ubuntu 更新到 22.04,现在我无法打开 Jupyter Notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71983770/

相关文章:

linux - MMU 实现

Windows 和 Linux 上动态库的 C++ 标准

Android:如何知道为我的设备加载的驱动程序

linux - 如何使用 xdg-open 将应用程序置于最前面

Ubuntu 上的 strdup() 崩溃

python - 如何在 Azure 机器学习工作室中安装额外的 python 包?

linux - 在不同的操作系统中测试程序

linux - 安装 Clang/LLVM/Ubuntu

ruby - 如何在 Jupyter Web UI (Mac OS 10.10.5) 中安装 Ruby 用作笔记本?

python - 如果在 jupyter notebook 中使用 python 或 pandas,如何将列中的逗号分隔字符串拆分为不同的列