List only micromamba environments with jupyter kernel(s)
This commit is contained in:
parent
c4c8fa33aa
commit
1a7f5f102f
8 changed files with 49 additions and 17 deletions
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"argv": [
|
||||
"/micromamba/global/envs/baz/bin/python",
|
||||
"-m",
|
||||
"ipykernel_launcher",
|
||||
"-f",
|
||||
"{connection_file}"
|
||||
],
|
||||
"display_name": "Baz (GLOBAL)",
|
||||
"language": "python",
|
||||
"metadata": {
|
||||
"debugger": true
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"argv": [
|
||||
"/micromamba/john-doe/envs/bar/bin/python",
|
||||
"-m",
|
||||
"ipykernel_launcher",
|
||||
"-f",
|
||||
"{connection_file}"
|
||||
],
|
||||
"display_name": "Bar (USER)",
|
||||
"language": "python",
|
||||
"metadata": {
|
||||
"debugger": true
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"argv": [
|
||||
"/micromamba/john-doe/envs/foo/bin/python",
|
||||
"-m",
|
||||
"ipykernel_launcher",
|
||||
"-f",
|
||||
"{connection_file}"
|
||||
],
|
||||
"display_name": "Custom Foo (USER)",
|
||||
"language": "python",
|
||||
"metadata": {
|
||||
"debugger": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue