Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
David
Total activity
7
Last activity
December 12, 2019 20:42
Member since
August 31, 2017 20:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
September 01, 2017 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...
Community
PyCharm
Jupyter Notebook default working directory
4 votes
Created
December 12, 2019 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...
Community
PyCharm
Jupyter Notebook default working directory
0 votes
Created
July 25, 2019 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('..')
Community
PyCharm
Jupyter Notebook default working directory
-2 votes