我已经在 redhat 服务器系统中安装了 conda 和 anaconda。当我使用 root 用户运行 jupyter 时:
jupyter notebook --port 8889 --allow-root --no-browser
Run Code Online (Sandbox Code Playgroud)
一切似乎都没问题,jupyter 成功运行。
[I 10:25:44.091 NotebookApp] JupyterLab extension loaded from
/anaconda3/lib/python3.7/site-packages/jupyterlab
[I 10:25:44.091 NotebookApp] JupyterLab application directory is /anaconda3/share/jupyter/lab
[I 10:25:44.094 NotebookApp] Serving notebooks from local directory: /anaconda3/share
[I 10:25:44.094 NotebookApp] The Jupyter Notebook is running at:
[I 10:25:44.094 NotebookApp] http://localhost:8889/?token=47727d960f404202b179027ea871fd5fda8cfed87307cad4
[I 10:25:44.094 NotebookApp] Use Control-C to stop this server and shut
down all kernels (twice to skip confirmation).
[C 10:25:44.098 NotebookApp]
To access the …Run Code Online (Sandbox Code Playgroud)