In this section:
Launching IPython Notebook
- Open the desired
*.ipynb
file for editing. - Select the desired cell in the document.
- On the document toolbar, click
. PyCharm shows Start IPython Notebook dialog box where you have to specify the IPython Notebook server URL:
If this URL has been entered in the IPython Notebook page of the Settings dialog, then this value will be specified by default.
If you need a different server URL, you have to type it manually.
PyCharm shows the IPython Notebook kernel:
When running another notebook, the corresponding kernel starts:
Running a cell
- Select the desired cell in the document.
- On the document toolbar, click
.
PyCharm executes the code of the selected cell, and shows the result below:
Progress indication
Note that each cell has its number to the left:
When a cell is being executed, the number changes to an asterisk:
When ready, the cell number insreases: