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 a4544ec commit 09a0db5Copy full SHA for 09a0db5
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