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 29bfb52 commit 5fccd7aCopy full SHA for 5fccd7a
package.json
@@ -2161,14 +2161,6 @@
2161
]
2162
},
2163
"views": {
2164
- "jupyter-variables": [
2165
- {
2166
- "type": "webview",
2167
- "id": "jupyterViewVariables",
2168
- "name": "Jupyter Variables",
2169
- "when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2170
- }
2171
- ],
2172
"deepnote": [
2173
{
2174
"id": "deepnoteExplorer",
@@ -2177,6 +2169,12 @@
2177
"light": "./resources/light/deepnote-icon.svg",
2178
"dark": "./resources/dark/deepnote-icon.svg"
2179
}
+ },
+ {
+ "type": "webview",
2175
+ "id": "jupyterViewVariables",
2176
+ "name": "Jupyter Variables",
+ "when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2180
2181
2182
0 commit comments