-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
Custom env variables #16701
base: main
Are you sure you want to change the base?
Custom env variables #16701
Conversation
…iusar/jupyterlab into custom-env-variables
Thanks for making a pull request to jupyterlab! |
please update galata snapshots |
please update documentation snapshots |
please update snapshots |
Related to jupyter/enhancement-proposals#87 ? |
Dear @krassowski no, this feature is independent. It also touches the topic of running a kernel with some customization. But the difference is that a user can setup custom env variables for a kernel and run it without changes kernel spec files. And jupyter/enhancement-proposals#87 is about allowing to add changes to kernel spec files and then use them when a kernel is run. |
References
Code changes
This PR includes functionality of setuping custom env variables
User-facing changes
How to use
Should be use together with https://github.com/AnastasiaSliusar/jupyter_server/tree/custom-env-variables