Dataiku Library Error Calling in Jupyter Notebook
ccacho98
Dataiku DSS Core Designer, Registered Posts: 1 ✭
Hello,
I created a function in the library editor and I'm trying to call it in a Jupyter Notebook of a flow (I already restarted the notebook).
I am always getting the same error, which doesn't allow me to call the function.
What am I missing here?
Answers
-
Hi @ccacho98
,Can you try the following import statement in the Jupyter Notebook:
from functions.my_functions import subset