We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf6d354 + f573b9f commit b073161Copy full SHA for b073161
jupyter_client/kernelspecapp.py
@@ -118,6 +118,8 @@ def _kernel_name_default(self):
118
"Install to the per-user kernel registry"),
119
'replace': ({'InstallKernelSpec': {'replace': True}},
120
"Replace any existing kernel spec with this name."),
121
+ 'sys-prefix': ({'InstallKernelSpec': {'prefix': sys.prefix}},
122
+ "Install to Python's sys.prefix. Useful in conda/virtual environments."),
123
'debug': base_flags['debug'],
124
}
125
0 commit comments