Replies: 1 comment
-
@casassg Thanks for the feedback here. This is something that we're discussing on our end already. The best work item to look at (or add your feedback on) might be this item here: #9615. In particular this bullet point in it is what you are looking for I believe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a team member, I have a script that automatically creates and bootstraps an environment for my team. This includes the creation of a custom kernel. This makes for more reproducible environment since I need to set certain PYTHONPATH variables to correctly load all modules. However for notebooks, I have to ask each team member to switch their default kernel to the generated kernel (that is if even the kernel is loaded by the extension - see #9703 )
Ideally we have something similar than Python extension:
python.defaultInterpreterPath
butjupyter.defaultKernelPath
Beta Was this translation helpful? Give feedback.
All reactions