Skip to content

Commit

Permalink
document solution for issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Jul 13, 2021
1 parent c4baee7 commit cac7640
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/notebooks/visualisation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@
},
{
"source": [
"You can further customize the diagram by changing the colors in `LigNetwork.COLORS` or the residues types in `LigNetwork.RESIDUE_TYPES`. Type `help(LigNetwork)` for more details."
"You can further customize the diagram by changing the colors in `LigNetwork.COLORS` or the residues types in `LigNetwork.RESIDUE_TYPES`. Type `help(LigNetwork)` for more details. \n",
"The diagram can be saved as an HTML file by calling `net.save(\"output.html\")`. It is not currently possible to export it as an image, so please make a screenshot instead. \n",
"You can combine both saving and displaying the diagram with `net.show(\"output.html\")`."
],
"cell_type": "markdown",
"metadata": {}
Expand Down

0 comments on commit cac7640

Please sign in to comment.