odpi / egeria-coco-labs

Egeria Jupiter notebooks used in the Open Metadata Labs
Apache License 2.0
9 stars 10 forks source link

add import for common functions #35

Closed lpalashevski closed 1 year ago

lpalashevski commented 1 year ago

Signed-off-by: Ljupcho Palashevski lpalashevski@gmail.com

planetf1 commented 1 year ago

I wonder if we have other notebooks where this has not been done.

When running the notebook, the interpreter is loaded when we start our first notebook, so all definitions remain until that is reloaded. So we could be dependent on the ordering of execution.

If functions are required you are right to ensure they are in each notebook -- so I think we need to do this for each notebook if needed

planetf1 commented 1 year ago

Looks like