PyCharm with anaconda plugin
Answered
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? 
Please sign in to leave a comment.
You have probably specified a file into the working directory field in your run/debug configuration.
I guess I did not. I cant find anywhere that the directory is that on the pic above
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.