【发布时间】:2021-01-08 12:31:47
【问题描述】:
我正在开发 Ubuntu。我使用 conda 安装了笔记本 6.0.3。当我在终端中输入jupyter notebook 时,笔记本仪表板不会显示任何文件或文件夹。虽然我可以上传文件或文件夹,但我也无法创建新文件夹/笔记本。这是截图:
这是命令 jupyter notebook 的终端输出。
[I 18:21:41.305 NotebookApp] JupyterLab extension loaded from /home/vkmanojk/anaconda3/lib/python3.7/site-packages/jupyterlab
[I 18:21:41.305 NotebookApp] JupyterLab application directory is /home/vkmanojk/anaconda3/share/jupyter/lab
[I 18:21:41.627 NotebookApp] Serving notebooks from local directory: /home/vkmanojk
[I 18:21:41.627 NotebookApp] The Jupyter Notebook is running at:
[I 18:21:41.627 NotebookApp] http://localhost:8888/?token=03ce7b30dfd1108a91c64d29a301a391c3c92192b3061d2c
[I 18:21:41.627 NotebookApp] or http://127.0.0.1:8888/?token=03ce7b30dfd1108a91c64d29a301a391c3c92192b3061d2c
[I 18:21:41.627 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 18:21:41.648 NotebookApp]
To access the notebook, open this file in a browser:
file:///home/vkmanojk/.local/share/jupyter/runtime/nbserver-7821-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=03ce7b30dfd1108a91c64d29a301a391c3c92192b3061d2c
or http://127.0.0.1:8888/?token=03ce7b30dfd1108a91c64d29a301a391c3c92192b3061d2c
提前致谢
【问题讨论】:
-
您确定您没有从空文件夹运行
jupyter notebook命令吗?请注意,Jupyter 只允许您浏览它打开的目录及其后代,而不是它的父目录。 -
是的,我从主目录运行了 jupyter notebook。它不是空的。
标签: python jupyter-notebook ipython jupyter