Skip to content

Commit

Permalink
Use jupyterlab-conda-store if available, fallback
Browse files Browse the repository at this point in the history
to opening `/conda-store` in new tab otherwise;
use the same title for both
  • Loading branch information
krassowski committed Mar 20, 2024
1 parent 0d515af commit 1709522
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,23 @@
"rank": 1000,
"items": [
{
"command": "condastore:open",
"command": "nebari:run-first-enabled",
"args": {
"commands": [
{
"id": "condastore:open",
"label": "Environment Management"
},
{
"id": "help:open",
"args": {
"url": "/conda-store",
"text": "Environment Management",
"newBrowserTab": true
}
}
]
},
"rank": 1
},
{
Expand Down

0 comments on commit 1709522

Please sign in to comment.