Changes between Version 5 and Version 6 of Ticket #2132, comment 7
- Timestamp:
- 07/28/19 22:51:44 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2132, comment 7
v5 v6 6 6 $ cd jupyter 7 7 $ git clone https://git.osgeo.org/gitea/osgeolive/o13-Jupyter.git; cd o13-Jupyter 8 $ BRS="Rasterio_py3 ipy55 Shapely_py2 Iris_py2 Geopandas_py3 Folium_py3 Fiona_py2 Cartopy_py2 Mapserver_py"8 $ BRS="Rasterio_py3 Geopandas_py3 Folium_py3 pySAL_py3 Fiona_py2 Cartopy_py2 Mapserver_py ipy55 Shapely_py2 Iris_py2" 9 9 $ for br in ${BRS}; do git checkout $br; cp -R notebooks/* ../notebook_gallery/;done 10 10