Skip to content

Commit

Permalink
Fixing JSON error in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
SGenheden committed Mar 27, 2023
1 parent 94ccc05 commit c59d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
" | tail --lines=1 \\\n",
" | cut -f 3 -d /) \\\n",
" && pip install --quiet https://github.com/MolecularAI/aizynthfinder/archive/${AIZ_LATEST_TAG}.tar.gz)\n",
"!mkdir --parents data && download_public_data data\n",
"!mkdir --parents data && download_public_data data\n"
]
},
{
Expand Down

0 comments on commit c59d8dc

Please sign in to comment.