Jupyter/IPython console to corresponding notebook Follow
Answered
Hi,
I am considering to switch from Jupyter Lab to PyCharm. Whenever I work with a notebook in Juypter Lab, I can open a new console for this notebook with the Jupyter kernel as its interpreter (am I getting this right?). By this, I can run some short, quick commands without putting it in a notebook cell. Whenever I work in PyCharm with a notebook (ipynb file), there is a tab with the Python console on the bottom, but it runs the Projects interpreter, not the notebook's kernel. Hence, it has no connection to the content of the notebook. Is there a way to change this?
Please sign in to leave a comment.
Hi,
There is no such feature at the moment. Feel free to vote for the corresponding feature request https://youtrack.jetbrains.com/issue/PY-31502