Open gillsimu opened 1 year ago
I have to access the environment variables defined inside my custom widget code, is there a way to do so without passing the arguments as a parameter?
@gillsimu -- you will get a more complete answer if you post your question at the Jupyter Community Forum, but from Python you should be able to use os.environ or os.getenv.
os.environ
os.getenv
I have to access the environment variables defined inside my custom widget code, is there a way to do so without passing the arguments as a parameter?