I found myself having to migrate secrets to Google Colab frequently when doing quick or experimental work. Colab’s secret store is okay, but it can’t be shared anywhere, even it’s own enterprise version.
So I forked the old python-doppler-env and built a tool made for notebooks. GitHub - jhaisley/doppler-colab: Automatically inject Doppler secrets as environment variables for use during local development · GitHub
I wanted to share it here for feedback, and in case others might find it useful.