Skip to content

Commit 9ff8854

Browse files
gui update
1 parent 167f05c commit 9ff8854

File tree

2 files changed

+177
-27
lines changed

2 files changed

+177
-27
lines changed

docs/source/_static/pop-plankton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (document.location.origin == "null") { //local file
3737
}
3838
else {
3939
console.log('remote');
40-
img.src=document.location.href.split('/').slice(0,5).join("/")+"_images/plankton-only.svg";
40+
img.src=document.location.href.split('/').slice(0,5).join("/")+"/_images/plankton-only.svg";
4141
console.log(img.src)
4242
// if ((document.location.pathname.split('/')).includes("rst")) {
4343
// img.src = "../../_images/plankton-only.svg";

test/HDCA-lung/demo.ipynb

Lines changed: 176 additions & 26 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)