Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Files generated by nbdev_prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed Sep 19, 2022
1 parent 6ba0f7b commit f6dc11d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@ interactive map.

``` python
import ee
from ee_jupyter.core import colab_gee_setup
from ee_jupyter.ipyleaflet import Map
```

``` python
colab_gee_setup()
```

Verifying environment is setup for earthengine-jupyter...
✓ The package earthengine-jupyter is already installed.
✓ Authentication credentials were found.
✓ Done.

``` python
# Intialize the Earth Engine client library.
ee.Initialize()
Expand Down Expand Up @@ -91,4 +101,4 @@ url = img1.getThumbUrl(visualization)
Image(url=url, format='png', embed=True)
```

![](index_files/figure-gfm/cell-8-output-1.png)
![](index_files/figure-gfm/cell-9-output-1.png)
Binary file removed index_files/figure-gfm/cell-8-output-1.png
Binary file not shown.

0 comments on commit f6dc11d

Please sign in to comment.