We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: