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