Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to "Run ALL" in IPython Notebook in PyCharm?

It might be a dull question, but I really did not find the answer for it.

I'm trying to migrate from browser edition to PyCharm of a IPython notebook. Thing is I can't find a "Run All" equivalent of the browser version. Do I have to run cell by cell everytime ?

thanks !

like image 491
Pedro Braz Avatar asked Sep 14 '15 20:09

Pedro Braz


4 Answers

On Mac, use Control + R.

Reference: v2016.3 tutorial. Verified that this works in v2017.1.

like image 197
Geoffrey Sametz Avatar answered Sep 22 '22 13:09

Geoffrey Sametz


Wondered the same (ages later). Just found out that in my PyCharm CE 2016.3 I can do shift + F10 to run all cells.

like image 24
Roelant Avatar answered Sep 22 '22 13:09

Roelant


if you use netbeans type F6

Or Run>Run All Cells

like image 1
Trang Ha Viet Avatar answered Sep 24 '22 13:09

Trang Ha Viet


This feature does not appear to be available in PyCharm 2019.1, but will hopefully be there in 2019.2:

  • https://youtrack.jetbrains.com/issue/PY-32071
  • https://youtrack.jetbrains.com/issue/PY-32007
  • https://youtrack.jetbrains.com/issue/PY-25443
like image 1
Derek Hill Avatar answered Sep 23 '22 13:09

Derek Hill