You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
I would like to see the capability to have variables defined in my imported notebook (e.g. in # cells) to also be available in my importing notebook. This feature would allow me to split up logic from large notebooks into smaller notebooks.
At the moment, I need to inject and execute all code into my importing notebook in order to get access to any variable state.
Any comments if such an option would be desirable/feasible?
Hi,
I would like to see the capability to have variables defined in my imported notebook (e.g. in # cells) to also be available in my importing notebook. This feature would allow me to split up logic from large notebooks into smaller notebooks.
At the moment, I need to inject and execute all code into my importing notebook in order to get access to any variable state.
Any comments if such an option would be desirable/feasible?
Many thanks.