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.
2 parents 7be65b4 + 2321200 commit cd14861Copy full SHA for cd14861
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("/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