Create a Python GIS environment

Create a Python GIS environment#

You can refer to the guide provided on the AutoGIS course pages to learn how to install Python and Python packages.

[2]:
from IPython.display import IFrame
documentation = IFrame(src='https://autogis-site.readthedocs.io/en/latest/course-info/installing-python.html', width=1000, height=1000)
display(documentation)
[ ]: