You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbook/hand_write_ligand_network.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
"id": "f9ad85a0-a3b2-4e95-9784-0a88ba790683",
14
14
"metadata": {},
15
15
"source": [
16
-
"**openfe** provides utilities for ingesting networks from ordinary Python datastructures like `list[tuple[str, str]]` and `list[tuple[int, int]]`.\n",
16
+
"OpenFE provides utilities for ingesting networks from ordinary Python datastructures like `list[tuple[str, str]]` and `list[tuple[int, int]]`.\n",
17
17
"\n",
18
18
"Each string or integer respectively names or indexes a ligand, and tuples represent edges in the network.\n",
0 commit comments