Skip to content

Commit

Permalink
Add a colab notebook with examples (#239)
Browse files Browse the repository at this point in the history
* added colab notebook

* added note to README and to top of notebook

* added pandas DF with predictions
  • Loading branch information
kevingreenman committed Feb 11, 2022
1 parent 3302509 commit ebd2779
Show file tree
Hide file tree
Showing 2 changed files with 1,402 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Next, navigate to `chemprop/web` and run `gunicorn --bind {host}:{port} 'wsgi:bu
## Within Python

For information on the use of Chemprop within a python script, refer to the [Within a python script](https://chemprop.readthedocs.io/en/latest/tutorial.html#within-a-python-script)
section of the documentation.
section of the documentation. A [Google Colab notebook](https://colab.research.google.com/github/chemprop/chemprop/blob/master/colab_demo.ipynb) is also available with several examples. Note that this notebook is intended to be run in Google Colab rather than as a Jupypter notebook on your local machine.


## Data
Expand Down

0 comments on commit ebd2779

Please sign in to comment.