Importing function from Library Editor (Error)

Solved!
Dawood154
Level 2
Importing function from Library Editor (Error)

Hi,

I have created a python function and stored it in my library editor, as shown in the figure. But when I try to import it in Jupiter notebook. I get the following error


Operating system used: Window


Operating system used: Window

0 Kudos
1 Solution
ClemenceB
Dataiker

Hi @Dawood154,

If the issue persists after restarting your notebook kernel, you may want to raise a support ticket at support@dataiku.com.

Best,

Clรฉmence

View solution in original post

0 Kudos
3 Replies
ClemenceB
Dataiker

Hi @Dawood154,

It seems your 'missing_value' function is stored in your 'functions.py' file, thus this import should work:

from functions import missing_value

 
Let me know if it helps.

Clรฉmence

Dawood154
Level 2
Author

Hi ClemenceB,

The issue presists. I've included the most recent screenshot (apologize I sent the wrong one earlier). I continue to receive the import error. Kindly let me know how to resolve this.

Thank you

0 Kudos
ClemenceB
Dataiker

Hi @Dawood154,

If the issue persists after restarting your notebook kernel, you may want to raise a support ticket at support@dataiku.com.

Best,

Clรฉmence

0 Kudos