Skip to content

Commit

Permalink
fix #10253. Enable Export command in Notebook Toolbar (#10254)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix authored Jun 1, 2022
1 parent 8e08f92 commit 58e9702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"light": "resources/light/export_to_python.svg",
"dark": "resources/dark/export_to_python.svg"
},
"enablement": "notebookType == jupyter-notebook && isWorkspaceTrusted && !jupyter.webExtension"
"enablement": "notebookType == jupyter-notebook && isWorkspaceTrusted && !jupyter.webExtension || notebookType == jupyter-notebook && isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"
},
{
"command": "jupyter.export",
Expand Down

0 comments on commit 58e9702

Please sign in to comment.