[E 16:44:55.077 NotebookApp] 500 GET /notebooks/ywj/deepfashion/clothes_change_ywj/%E6%9C%AA%E5%91%BD%E5%90%8D.ipynb (127.0.0.1) 10.640000ms referer=http://localhost:8888/tree/ywj/deepfashion/clothes_change_ywj ^C[I 16:45:19.037 NotebookApp] 中断 notebooks 运行所在的本地路径: /home/u1 0 活跃的内核 Jupyter Notebook 6.5.4 is running at: http://localhost:8888/?token=64aa04e30fef90caa54d1b22e10a8f9ddb4ffd145298aece or http://127.0.0.1:8888/?token=64aa04e30fef90caa54d1b22e10a8f9ddb4ffd145298aece
时间: 2023-08-05 19:10:11 浏览: 253
这个错误是因为jupyter notebook出现了一些问题,导致无法访问notebook文件。
首先,你需要检查你的notebook文件是否存在,并且确保文件名没有被改变。如果文件不存在或者文件名被改变了,那么你需要恢复该文件或者使用正确的文件名。
其次,你需要检查jupyter notebook的运行状态。如果jupyter notebook已经停止运行或者出现了其他问题,那么你需要重新启动jupyter notebook。可以使用以下命令:
```
jupyter notebook
```
这将会在默认浏览器中打开jupyter notebook的主页。如果你已经打开了一个notebook文件,那么你可以从主页中重新打开该文件。
如果以上方法都不能解决问题,你可以尝试重新启动你的计算机,或者卸载并重新安装jupyter notebook。
相关问题
C:\Users\ 飞>jupyter notebook you are using extensions. Read the migration plan to Notebook 7 to learn about the new features and the actions to take https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html Please note that updating to Notebook 7 might break some of your extensions. [I 23:42:46.282 NotebookApp] Serving notebooks from local directory: C:\Users\飞 CI 23:42:46.282 NotebookApp][I 23:42:46.282 NotebookApp]23:42:46.282 NotebookApp]23:42:46.282 NotebookApp][C 23:42:46.33日 NotebookApp] Jupyter Notebook 6.5.4 is running at: http://localhost:8888/?token=982a53569759c9d614bf8a89d2cba4eb978ea30f830c2a6a or http://127.0.0.1:8888/?token=982a53569759c9d614bf8a89d2cba4eb978ea30f830c2a6a Use Control-C to stop this server and shut down all kernels (twice to skip confirmation) To access the notebook, open this file in a browser: file:///C:/Users/%E9%A3%9E/AppData/Roaming/jupyter/runtime/nbserver-6232-open.html Or copy and paste one of these URLs: http://localhost:8888/?token=982a53569759c9d614bf8a89d2cba4eb978ea30f830c2a6a or http://127.0.0.1:8888/?token=982a53569759c9d614bf8a89d2cba4eb978ea30f830c2a6a
这段信息是您使用 Jupyter Notebook 启动时显示的,它告诉您 Jupyter Notebook 正在哪个本地目录下运行,并提供了访问 Notebook 的 URL。您可以复制其中一个 URL,在浏览器中打开 Jupyter Notebook。同时,它还提醒您注意迁移计划,因为更新到 Notebook 7 可能会影响您的扩展。
500 GET /notebooks/experiment_CNN.ipynb (::1) 299.360000ms referer=http://localhost:8888/tree
这是一个 HTTP 请求,请求的是路径为 `/notebooks/experiment_CNN.ipynb` 的资源,请求方法为 `GET`。请求的 IP 地址为 `::1`,是本地主机地址。请求的 referer 为 `http://localhost:8888/tree`,可能是由于您在 Jupyter Notebook 中执行了某个代码块导致浏览器向服务器发送了该请求。服务器响应时间为 299.36 毫秒。
阅读全文