diff --git a/README.md b/README.md index 6fa90c2..d894a28 100644 --- a/README.md +++ b/README.md @@ -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() @@ -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) diff --git a/index_files/figure-gfm/cell-8-output-1.png b/index_files/figure-gfm/cell-8-output-1.png deleted file mode 100644 index e21220b..0000000 Binary files a/index_files/figure-gfm/cell-8-output-1.png and /dev/null differ