How do I launch Spyder-Notebook?

筅森魡賤 提交于 2020-04-30 11:39:07

问题


I've installed the spyder-notebook plugin via conda install spyder-notebook -c spyder-ide as per the instructions here. How do I actually open a .ipynb file using the plugin? After launching Spyder, there are no options to launch the notebook, and if I simply open a .ipynb file, it opens the markup instead of a notebook.

(spyder=3.3.2, spyder-kernels=0.3.0 spyder-notebook=0.1.3)


回答1:


(Spyder maintainer here) The notebook is started automatically. To see it in the Spyder interface, you need to look for a tab called Notebook and click it.

Then to open a notebook you need to click on the Options menu of the Notebook pane (the one to its right with a cog icon) and press Open. In Spyder 4 we're going to simplify that by using the Open button of the main Spyder toolbar.




回答2:


If the notebook launches in the spyder console 1 and you cant find you can go to View > panes > uncheck then check notebook and that did the trick for me



来源:https://stackoverflow.com/questions/53768250/how-do-i-launch-spyder-notebook

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!