Skip to content

Commit

Permalink
go back to notebook group
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kutugata committed Apr 20, 2021
1 parent 1e341c6 commit eecc524
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,17 +652,17 @@
{
"command": "jupyter.notebookeditor.removeallcells",
"title": "%jupyter.command.jupyter.notebookeditor.removeallcells.title%",
"category": "Jupyter"
"category": "Notebook"
},
{
"command": "jupyter.notebookeditor.expandallcells",
"title": "%jupyter.command.jupyter.notebookeditor.expandallcells.title%",
"category": "Jupyter"
"category": "Notebook"
},
{
"command": "jupyter.notebookeditor.collapseallcells",
"title": "%jupyter.command.jupyter.notebookeditor.collapseallcells.title%",
"category": "Jupyter"
"category": "Notebook"
},
{
"command": "jupyter.expandallcells",
Expand Down Expand Up @@ -1132,7 +1132,7 @@
{
"command": "jupyter.notebookeditor.removeallcells",
"title": "%jupyter.command.jupyter.notebookeditor.removeallcells.title%",
"category": "Jupyter",
"category": "Notebook",
"when": "jupyter.havenativecells && jupyter.isnativeactive && jupyter.isnotebooktrusted"
},
{
Expand Down Expand Up @@ -1168,13 +1168,13 @@
{
"command": "jupyter.notebookeditor.expandallcells",
"title": "%jupyter.command.jupyter.expandallcells.title%",
"category": "Jupyter",
"category": "Notebook",
"when": "notebookEditorFocused && notebookViewType == 'jupyter-notebook'"
},
{
"command": "jupyter.notebookeditor.collapseallcells",
"title": "%jupyter.command.jupyter.collapseallcells.title%",
"category": "Jupyter",
"category": "Notebook",
"when": "notebookEditorFocused && notebookViewType == 'jupyter-notebook'"
},
{
Expand Down

0 comments on commit eecc524

Please sign in to comment.