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 09a0db5 commit 2321200Copy full SHA for 2321200
src/jupyter_contrib_nbextensions/nbextensions/snippets/main.js
@@ -23,7 +23,7 @@ define([
23
function load_extension() {
24
Jupyter.notebook.config.loaded.then(initialize); // trigger loading config parameters
25
26
- $.getJSON(Jupyter.notebook.base_url+"/nbextensions/snippets/snippets.json", function(data) {
+ $.getJSON(Jupyter.notebook.base_url+"nbextensions/snippets/snippets.json", function(data) {
27
// Add the header as the top option, does nothing on click
28
var option = $("<option></option>")
29
.attr("id", "snippet_header")
0 commit comments