Skip to content

Commit

Permalink
fix notebook reload
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch authored and kolibril13 committed Jun 14, 2022
1 parent f25cb00 commit 22d407a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 11 additions & 3 deletions example_notebook.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jupyter_splitview/inject.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
callback: (jx_slider) => {
// remove juxtapose.js link and logo in bottom left corner
jx_slider.slider.removeChild(jx_slider.labCredit);
// keep juxtapose from adding logo back when reloading js and css injection
jx_slider.wrapper.className = "";
},
});
</script>
Expand Down

0 comments on commit 22d407a

Please sign in to comment.