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 167f05c commit 9ff8854Copy full SHA for 9ff8854
docs/source/_static/pop-plankton.js
@@ -37,7 +37,7 @@ if (document.location.origin == "null") { //local file
37
}
38
else {
39
console.log('remote');
40
- img.src=document.location.href.split('/').slice(0,5).join("/")+"_images/plankton-only.svg";
+ img.src=document.location.href.split('/').slice(0,5).join("/")+"/_images/plankton-only.svg";
41
console.log(img.src)
42
// if ((document.location.pathname.split('/')).includes("rst")) {
43
// img.src = "../../_images/plankton-only.svg";
test/HDCA-lung/demo.ipynb
0 commit comments