Skip to content

Commit

Permalink
Fix discovery demo (#250)
Browse files Browse the repository at this point in the history
* updating README and docs [skip ci]

* fix: upgrade protobuf (required for Binder)
  • Loading branch information
jannisborn authored Jul 4, 2024
1 parent 2309354 commit 60fb56b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion notebooks/discovery-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
"id": "d6a65c61",
"metadata": {},
"outputs": [],
"source": [
"!pip install --upgrade protobuf"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "94cd4c8c",
"metadata": {},
"outputs": [],
"source": [
"from typing import List\n",
"from rdkit import Chem\n",
Expand Down Expand Up @@ -2325,7 +2335,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit 60fb56b

Please sign in to comment.