Refactor notebook dependency lists. Enable Manage Packages from command palette. (#24484)

This commit is contained in:
Cory Rivera
2023-09-21 10:43:41 -07:00
committed by GitHub
parent a63463e35b
commit e5e535475a
10 changed files with 113 additions and 83 deletions

View File

@@ -370,7 +370,7 @@
},
{
"command": "jupyter.cmd.managePackages",
"when": "false"
"when": "notebook:pythonInstalled && !notebook:runningOnSAW"
},
{
"command": "notebook.command.saveBook",