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.
1 parent 036348e commit d7f9b5aCopy full SHA for d7f9b5a
.gitignore
@@ -115,7 +115,6 @@ dmypy.json
115
116
117
# Jupyter Stuff
118
-code_snippet/
119
-jupyterlab-code-snippets
+jupyterlab-code-snippets/
120
_temp_extension/
121
yarn.lock
package.json
@@ -113,7 +113,7 @@
113
"jupyterlab": {
114
"extension": true,
"schemaDir": "schema",
- "outputDir": "code_snippet/labextension"
+ "outputDir": "jupyterlab-code-snippets/labextension"
},
"husky": {
"hooks": {
0 commit comments