Create a config file
Zyad
Registered Posts: 4 ✭
Hello,
I need to create a config file that is to say a file with values to be stored and called when needed by my Jupiter nootbooks. I though to create those values in a file that I could put as input to the notebook but open to any better idea
Tagged:
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @Zyad
,You could use project libraries to retrieve files from the project library in your notebook.
Please refer to below code samples in the docs :
https://doc.dataiku.com/dss/latest/python-api/project-libraries.html#retrieving-the-content-of-a-file
Thanks