Call another jupyter notebook, passing variables and receiving variables Let say I have two jupyt...
https://stackoverflow.com/questions/79419787/call-another-jupyter-notebook-passing-variables-and-receiving-variables
#python #python-3.x #jupyter-notebook #jupyter #jupyter-lab
Event Attributes
https://stackoverflow.com/questions/79419787/call-another-jupyter-notebook-passing-variables-and-receiving-variables
#python #python-3.x #jupyter-notebook #jupyter #jupyter-lab
Event Attributes
Stack OverflowCall another jupyter notebook, passing variables and receiving variablesLet say I have two jupyter notebook files called: main and sub
Here are my needs:
Call and run sub from main
Each notebook has its own variables space. For example, if x=1 in main, but x=2 in sub ...