我在学校有作业,我应该通过从终端运行 Jupyter Notebook 并在本地托管它来使用它。我第一次这样做时,一切顺利,直到我尝试在浏览器上退出它,但什么也没发生,所以我只是关闭了浏览器和终端窗口。从那时起,我收到了标题“缺少或畸形的翻译设置架构”中所写的错误。
我用谷歌搜索并查看了解决方案,尝试过但没有任何运气。大多数人谈论的是 Anaconda 和其他他们必须卸载和更新的东西,但无论如何我都不使用这些。我尝试了这个我认为可能有效的方法,但不幸的是它没有成功。
错误是:
[W 2023-08-30 20:55:30.861 JupyterNotebookApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /opt/homebrew/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2023-08-30 20:55:30.861 JupyterNotebookApp] Settings directory does not exist at /opt/homebrew/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/share/jupyter/lab/schemas
[W 2023-08-30 20:55:30.908 JupyterNotebookApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /opt/homebrew/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2023-08-30 20:55:30.908 ServerApp] 404 GET /lab/api/settings/@jupyter-notebook/application-extension:shell?1693421730904 (::1): Schema not found: /opt/homebrew/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/share/jupyter/lab/schemas/@jupyter-notebook/application-extension/shell.json
Run Code Online (Sandbox Code Playgroud)