問題描述
Jupyter Notebook 會話截圖:
Screenshot of Jupyter Notebook Session:
我正在嘗試使用 anaconda 提示符啟動 Jupyter 筆記本.瀏覽器會話打開,但頁面上看不到任何內容.
I am trying to launch a Jupyter notebook using anaconda prompt. The browser session opens but no contents are visible on the page.
有人知道如何緩解這種情況嗎?
Does anyone have any idea how to mitigate this?
Anaconda 提示截圖:
Screenshot of Anaconda Prompt:
推薦答案
請參考https://github.com/jupyter/notebook/issues/4467我遇到類似的麻煩.所以我只做3個步驟:(1)卸載Jupyter Notebook 5.7.6conda 卸載筆記本(2) 安裝舊版本康達安裝筆記本=5.7.4(3) 啟動 Jupyter Notebook 5.7.4 后按 CTRL+R 或 CTRL+Shift+R 清除緩存然后 Jupyter Notebook 現在可以正常工作了.希望對你有幫助.
Please refer to https://github.com/jupyter/notebook/issues/4467 I encounter similar trouble. So I just do 3 steps: (1) uninstall Jupyter Notebook 5.7.6 conda uninstall notebook (2) install old version conda install notebook=5.7.4 (3) After lauching Jupyter Notebook 5.7.4 Press CTRL+R or CTRL+Shift+R to clear the cache Then Jupyter Notebook works normally now. Hope it's helpful to you.
這篇關于Jupyter Notebook 打開但看不到任何內容的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!