How to make projects show in Python Spyder Project Explorer

北城以北 提交于 2020-04-13 06:26:31

问题


My Spyder Project Explorer normally shows a project and its files, but I recently deleted a project and made the project explorer space empty. I am trying to make the Project Explorer show my existing projects or a new project, but when i try to do that it gives me the error "Project not a Spyder project". How can i restore my Spyder project explorer to show existing or new projects?


回答1:


You need to go to the Projects menu, and select the option called New Project.

Then you need to select the option called Existing directory, choose the directory where your project is located at in the Location field and finally press Create.

That will automatically show your project in the Project Explorer.



来源:https://stackoverflow.com/questions/40452958/how-to-make-projects-show-in-python-spyder-project-explorer

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