主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
David
活动总数
7
最后的活动
2019年12月12日 20:42
成员加入日期
2017年08月31日 20:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2017年09月01日 15:34
Can you specify that the working directory should be the same directory as the notebook file itself? By default in Jupyter if I have: project_root/myproject.iml project_root/folder1/mynotebook1.ipy...
社区
PyCharm
Jupyter Notebook default working directory
4 票
创建于
2019年12月12日 20:42
Everything is fine now except PyCharm/IntelliJ randomly freezes in macOS and needs a force quit. There's a couple issues logged for this: https://youtrack.jetbrains.com/issue/JBR-1609 https://youtr...
社区
PyCharm
Jupyter Notebook default working directory
0 票
创建于
2019年07月25日 23:29
Hey Marr75, This is what I do for my notebooks so they work fine in PyCharm and Jupyter. import sys if '..' not in sys.path: # My notebooks are usually one directory in. sys.path.append('..')
社区
PyCharm
Jupyter Notebook default working directory
-2 票