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...
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 &