How can I import library from available libraries?

Hi Guys.

How can I import the available library in “whitelisted libraries”?

Thanks,
Ronny

1 Like

You need to add them in requirement.txt before submitting.

2 Likes

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!