diff --git a/docs/notebooks/visualisation.ipynb b/docs/notebooks/visualisation.ipynb index 23316fc..8de39b0 100644 --- a/docs/notebooks/visualisation.ipynb +++ b/docs/notebooks/visualisation.ipynb @@ -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": {}