當我在終端中寫入jupyter notebook
它不打開筆記本,它打開Jupyter樹。可能是什麼問題?爲什麼不Jupyter筆記本命令打開筆記本?
0
A
回答
0
你給的命令應該首先在文件系統視圖中打開Jupyter。然後,您可以從那裏導航到筆記本,然後雙擊它,這將在新的瀏覽器選項卡中打開筆記本。
+0
不,它在打開瀏覽器的文件系統中不打開,但打開Jupyter樹不啓動Jupyter進程 – Iraklius
0
問題:當我在終端中寫入jupyter notebook
它不打開筆記本,它打開Jupyter樹。可能是什麼問題?
答案:你錯過了筆記本的路徑(比如說notebook_to_open.ipynb)。 像這樣的命令再試一次:
(窗口)
jupyter notebook c:/path/to/your/notebook_to_open.ipynb
jupyter notebook ~/path/to/your/notebook_to_open.ipynb
相關問題
- 1. 在anaconda ipython筆記本命令打開jupyter筆記本?
- 2. jupyter: '筆記本' 不是Jupyter命令
- 3. Jupyter筆記本命令不起作用?
- 4. 開始jupyter筆記本10
- 5. 爲什麼jupyter筆記本投擲IndentationError?
- 6. Jupyter筆記本%timeit比命令行慢1000倍,爲什麼?
- 7. Jupyter - 在mac上打開筆記本
- 8. 無法從anaconda打開jupyter筆記本
- 9. 無法用Anaconda打開Jupyter筆記本
- 10. Ipyton筆記本/ jupyter
- 11. ipywidgets jupyter筆記本
- 12. 在Jupyter筆記本
- 13. Jupyter筆記本不信任
- 14. 不能在Jupyter筆記本
- 15. 不能在Jupyter筆記本
- 16. 閱讀圖像中Jupyter筆記本Jupyter筆記本
- 17. Jupyter筆記本不打印下劃線?
- 18. jupyter筆記本+ seaborn +%matplotlib筆記本 - >格不可見
- 19. Jupyter筆記本 - Python代碼
- 20. 推出Jupyter筆記本「
- 21. FileNotFoundError而在Jupyter筆記本
- 22. jupyter筆記本的Mac
- 23. 在IPython中/ Jupyter筆記本
- 24. d3.js在Jupyter筆記本
- 25. Jupyter筆記本和anaconda
- 26. Jupyter筆記本錯誤
- 27. 運行Jupyter筆記本
- 28. 命令在jupyter筆記本中重現評估命令
- 29. Jupyter Notebool:錯誤的 「頭」 UNIX命令Jupyter筆記本
- 30. Python - Jupyter筆記本:「可信任的筆記本」選項灰色
您使用蟒蛇(Linux版)? – MattR
不,我沒有使用Anaconda – Iraklius
運行'jupyter-notebook.exe'時發生了什麼(無論它在哪裏) – MattR