Create interactive maps¶
In [1]:
Copied!
%pip install earthinquiry
%pip install earthinquiry
Requirement already satisfied: earthinquiry in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (0.0.2) Requirement already satisfied: numpy in /home/runner/.local/lib/python3.11/site-packages (from earthinquiry) (2.4.2)
Note: you may need to restart the kernel to use updated packages.
In [2]:
Copied!
import earthinquiry
import earthinquiry
In [3]:
Copied!
from earthinquiry.common import hello_world
from earthinquiry.common import hello_world
In [4]:
Copied!
hello_world()
hello_world()
Hello World!