Skip to content
Discussion options

You must be logged in to vote

Yes it is, have a look at the notebook/toolbar section in package.json of the jupyter extension

            "notebook/toolbar": [
                {
                    "command": "jupyter.restartkernel",
                    "group": "navigation/execute@5",
                    "when": "notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.kernel.isjupyter"
                },
                {
                    "command": "jupyter.openVariableView",
                    "group": "navigation@1",
                    "when": "notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jup…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vambavaram
Comment options

@vambavaram
Comment options

Answer selected by DonJayamanne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants