We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jupyterViewVariables
1 parent f564456 commit 5affbbcCopy full SHA for 5affbbc
package.json
@@ -2079,14 +2079,6 @@
2079
]
2080
},
2081
"views": {
2082
- "jupyter-variables": [
2083
- {
2084
- "type": "webview",
2085
- "id": "jupyterViewVariables",
2086
- "name": "Jupyter Variables",
2087
- "when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2088
- }
2089
- ],
2090
"deepnote": [
2091
{
2092
"id": "deepnoteExplorer",
@@ -2095,6 +2087,12 @@
2095
"light": "./resources/light/deepnote-icon.svg",
2096
"dark": "./resources/dark/deepnote-icon.svg"
2097
}
+ },
+ {
+ "type": "webview",
2093
+ "id": "jupyterViewVariables",
2094
+ "name": "Jupyter Variables",
+ "when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2098
2099
2100
0 commit comments