Skip to content

Commit

Permalink
adding jnb skips to plots
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen committed Sep 11, 2024
1 parent 78f8721 commit 3cdfd22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/konnektor_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"from konnektor.visualization import draw_ligand_network\n",
"draw_ligand_network(cyclic_network_rw);"
],
Expand Down Expand Up @@ -692,6 +693,7 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"##Visualize sub-networks\n",
"from matplotlib import pyplot as plt\n",
"from konnektor.visualization import draw_ligand_network\n",
Expand Down Expand Up @@ -780,6 +782,7 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"from konnektor.visualization import draw_ligand_network\n",
"\n",
"draw_ligand_network(\n",
Expand Down Expand Up @@ -873,6 +876,8 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"\n",
"from konnektor.visualization import draw_ligand_network\n",
"\n",
"draw_ligand_network(\n",
Expand Down

0 comments on commit 3cdfd22

Please sign in to comment.