Run multiple jpynb files concurrently

How could I write a jupyter notebook (python3) to run multiple other ipynb files at the same time?

The following codes are still running the these files sequentially.

%run notebook1.jpynb & %run notebook2.jpynb & %run notebook3.jpynb &

2 Related questions 5 Execute multiple .py files at the same time 107 How to execute a * .PY file from a * .IPYNB file on the Jupyter notebook? 20 running multiple cells in jupyter notebook simultaneously Related questions 5 Execute multiple .py files at the same time 107 How to execute a * .PY file from a * .IPYNB file on the Jupyter notebook? 20 running multiple cells in jupyter notebook simultaneously 0 Looping through ipynb files in python 18 Python Multiprocessing within Jupyter Notebook 5 Run multiple python file concurrently 1 run two file.py one after the other in jupyter notebook 6 Jupyter notebook, how to run multiple cells simultaneously? 3 Threading in Jupyter notebook 0 Run multiple .py python file at the same time Load 7 more related questions Show fewer related questions Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like