I want to make a notebook that contains some functions, then use those functions in other notebooks. I have not been able to figure out how to import a function for one notebook into another? I tried:
%run test_function.ipynb
but get this message: Exception: File `'test_function.ipynb.py'` not found.
The notebooks are in the same "Folder" in ArcGIS online. I would like to know how to import functions for notebooks in the same folder and in different folders.
Thanks!