Changes between Initial version and Version 1 of Ticket #2132, comment 7


Ignore:
Timestamp:
17 Jul 2019, 08:21:21 (5 years ago)
Author:
darkblueb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2132, comment 7

    initial v1  
    55{{{
    66$ cd jupyter
     7$ git clone https://git.osgeo.org/gitea/osgeolive/o13-Jupyter.git; cd o13-Jupyter
    78$ BRS="ipy55 docs_dir Shapely_py2 Iris_py2 Geopandas_py3 Folium_py2 Fiona_py2 Cartopy_py2"
    89$ for br in ${BRS}; do git checkout $br; cp -R notebooks/* ../notebook_gallery/;done