Skip to content

Commit

Permalink
Fix binder link and notebook issue
Browse files Browse the repository at this point in the history
  • Loading branch information
duckontheweb committed Jan 28, 2021
1 parent 82e4e29 commit 8be066b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Documentation](https://readthedocs.org/projects/radiant-mlhub/badge/)](https://radiant-mlhub.readthedocs.io/en/latest/)
[![PyPI version](https://badge.fury.io/py/radiant-mlhub.svg)](https://pypi.org/project/radiant-mlhub/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/radiant-mlhub)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/radiantearth/radiant-mlhub/master?filepath=examples%2Findex.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/radiantearth/radiant-mlhub/main?filepath=examples%2Findex.ipynb)

*A Python client for the [Radiant MLHub API](https://mlhub.earth/).*

Expand Down
2 changes: 1 addition & 1 deletion examples/Datasets & Collections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"source": [
"datasets = client.list_datasets()\n",
"\n",
"first_dataset = next(datasets)\n",
"first_dataset = datasets[0]\n",
"pprint(first_dataset)"
]
},
Expand Down

0 comments on commit 8be066b

Please sign in to comment.