How can I set up a setup file or config.py to set global variables visible to conda environment from within a Jupyter notebook?
If I run a bunch of imports, os.environ will not see them unless I restart, at which point they are lost. I’m working within an EC2 instance and can’t create a persistent config file in directory.
Thanks in advance!