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 7cde864 commit 137d31bCopy full SHA for 137d31b
package.json
@@ -2084,14 +2084,6 @@
2084
]
2085
},
2086
"views": {
2087
- "jupyter-variables": [
2088
- {
2089
- "type": "webview",
2090
- "id": "jupyterViewVariables",
2091
- "name": "Jupyter Variables",
2092
- "when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2093
- }
2094
- ],
2095
"deepnote": [
2096
{
2097
"id": "deepnoteExplorer",
@@ -2100,6 +2092,12 @@
2100
"light": "./resources/light/deepnote-icon.svg",
2101
"dark": "./resources/dark/deepnote-icon.svg"
2102
}
+ },
+ {
+ "type": "webview",
2098
+ "id": "jupyterViewVariables",
2099
+ "name": "Jupyter Variables",
+ "when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2103
2104
2105
0 commit comments