slides and code for the geospatial datascience lecture in myanmar
- if you dont have the Rtree installed please install it this way.
$ sudo apt install python3-rtree
- create an environment and install the requirements
$ python3 -m venv myanmar_geo
- activate the environment
$ source myanmar_geo/bin/activate
- install requirements
$ pip install -r requirements.txt
- install the notebook extensions(you need node and npm)
$ jupyter nbextension install --py --sys-prefix keplergl # can be skipped for notebook 5.3 and above
$ jupyter nbextension enable --py --sys-prefix keplergl # can be skipped for notebook 5.3 and above
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager keplergl-jupyter
- run the jupyter notebook
$ jupyter notebook
Note: you may need to update jupyter related libraries like jupyter-console...
$ pip install --upgrade --force-reinstall jupyter-console