PyCharm 4.5.4有一个选项“Python Console”(工具 - > Python控制台),它运行带有正确路径的Python解释器,并允许调试Django项目(例如)。如果它存在,它可以选择使用IPython,问题是是否可以将IPython Notebook或QtConsole连接到这个解释器?
我已尝试使用events.js:85
throw er; // Unhandled 'error' event
^
Error: write EOF
at exports._errnoException (util.js:746:11)
at WriteWrap.afterWrite (net.js:775:14)
和%connect_info
,但它不起作用,可能这意味着内核未运行(就像我只运行%qtconsole
) 。如果是这样可以毫无困难地开始吗?
答案 0 :(得分:1)
原来比我想象的容易。
因此,为了使用IPython Notebook在Django控制台中调试本地Django App,您需要将django-extensions
库添加到项目的解释器中,并将其附加到settings.py {{1}然后转到"终端" PyCharm中的选项卡(其选项在INSTALLED_APPS
中),如果您不在,则导航到具有manage.py的文件夹,并使用命令
Settings -> Tools -> Terminal