公告
财富商城
积分规则
提问
发文
2019-07-08 09:35发布
我命由我不由天
I'd like to know how to set breakpoints in IPython notebook on PyCharm.
IPython
If it's possible, please let me know.
You must start IPython Notebook from Pycharm's run
which ipython
notebook
This is essentially like calling ipython notebook from the terminal
ipython notebook
Now place your brakepoints and run the notebook from PyCarm (Shift+F10 or click the playbutton).
最多设置5个标签!
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 terminalNow place your brakepoints and run the notebook from PyCarm (Shift+F10 or click the playbutton).