Dataiku Library Error Calling in Jupyter Notebook

ccacho98
Level 1
Dataiku Library Error Calling in Jupyter Notebook

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). 

Picture1.pngPicture2.png

I am always getting the same error, which doesn't allow me to call the function. 

What am I missing here?

 

 

 

0 Kudos
1 Reply
CatalinaS
Dataiker

Hi @ccacho98

Can you try the following import statement in the Jupyter Notebook:

from functions.my_functions import subset

 

0 Kudos