I'd like to know how to set breakpoints in IPython
notebook on PyCharm.
If it's possible, please let me know.
I'd like to know how to set breakpoints in IPython
notebook on PyCharm.
If it's possible, please let me know.
You must start IPython Notebook from Pycharm's run
which ipython
on linux). Copy the resulting path, we will need it!notebook
.This is essentially like calling ipython notebook
from the terminal
Now place your brakepoints and run the notebook from PyCarm (Shift+F10 or click the playbutton).