/notebook-google-drive-environment-varariables

jupyter notebook example that loads environment variables from google drive so as to hide secrets e.g. api keys

Primary LanguageJupyter NotebookMIT LicenseMIT

notebook-google-drive-environment-varariables

jupyter notebook example that loads environment variables from google drive so as to hide secrets e.g. api keys

Load Environment Variables from Google Drive

This notebook shows an exmaple of how to store and load environment variables to and from Google Drive

  1. mount your google drive
  2. test variables do not exist
  3. Create a file with environment variables
  4. Store file on google drive
  5. install dotenv
  6. load env variables from file using dotenv
  7. test variables exist