Pedro Braz
Pedro Braz

Reputation: 2401

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 !

Upvotes: 17

Views: 2549

Answers (4)

Derek Hill
Derek Hill

Reputation: 6454

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

Upvotes: 1

Trang Ha Viet
Trang Ha Viet

Reputation: 11

if you use netbeans type F6

Or Run>Run All Cells

Upvotes: 1

Geoffrey Sametz
Geoffrey Sametz

Reputation: 638

On Mac, use Control + R.

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

Upvotes: 7

Roelant
Roelant

Reputation: 5119

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

Upvotes: 4

Related Questions