简体   繁体   中英

how to specify cell execution in jupyter notebook

I want to run cell 2,3,etc and get the output then execute cell 1 .

I am wondering whether it is possible?

You can do this with extensions, you can also reorder them such that the first cell you want to execute becomes the final cell and so this executes in sequential order.

Have a look on init_cell extension. It allows you to mark some cells and run them on load\\demand.

Here is the installation instructions .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM