You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we add env variables into kernelspec to ensure conda environments launch correctly.
However we never update these vars.
Thus if a user updates the env variables, things might not work as expected.
Note:
When we run jupyter we always use the latest environment variables.
I.e. jupyter is started with latest env variables
Kernel is started with old variables.
Thus new variables should show up in kernel process, not sure about existing ones such as PATH, and the like.
Would be hi pri, as we identified a state that was broken on @IanMatthewHuff machine. Only solution is to:
Delete kernel
Or update env in kernelspec.json
Or use new kernel
The text was updated successfully, but these errors were encountered:
Today we add env variables into kernelspec to ensure conda environments launch correctly.
However we never update these vars.
Thus if a user updates the env variables, things might not work as expected.
Note:
Would be hi pri, as we identified a state that was broken on @IanMatthewHuff machine. Only solution is to:
The text was updated successfully, but these errors were encountered: