To run a cell
  1. Open the desired *.ipynb file for editing, and click the tab <file name>.ipynb.
  2. Select the desired cell in the document.
  3. On the document toolbar, click run. 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. Otherwise, you will have to type the server URL manually.

    PyCharm executes the code of the selected cell.

See Also

Reference:

External Links:

Web Resources: