'Can you run a juptyer notebook file from another python file?

I currently have a data link and a jupyter notebook file. I am trying to write a python script that grabs the data from the link, and then prompts it to run the jupyter notebook.

So the question is are you able to run a jupyter notebook (.ipynb) file from inside a python (.py) file?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source