PyCharm with anaconda plugin

已回答

I just installed professional PyCharm with anaconda plugin and i am trying to work with Jupyter file, but i can't run any cell in cause of this, what can I do? 

0

You have probably specified a file into the working directory field in your run/debug configuration.

1
Avatar
Permanently deleted user

I guess I did not. I cant find anywhere that the directory is that on the pic above

0

The problem is that you opened the file as a project in PyCharm.

Please create a project or open the existing one and copy/move your jupyter file there. It should work just fine after that.

0

请先登录再写评论。