Hi Guys.
How can I import the available library in “whitelisted libraries”?
Thanks,
Ronny
Hi Guys.
How can I import the available library in “whitelisted libraries”?
Thanks,
Ronny
You need to add them in requirement.txt
before submitting.
Thanks @worldwide-jeremy
How do I add modules (tensorflow and keras) to requirement.txt?
If you are using the CLI, just add them in the requirements.txt
file.
If you are submitting a Notebook, you just need to import
them at least once, they will get added to the requirements.txt
automatically!