Jupyter

install

then:

    setup-x86_64 -P python3-pip python3-zmq python3-ipython

but one at at time; then, via cygwin:

    install libzmp-devel

    pip install jupyter

run

    jupyter notebook --no-browser

retrieve mobilepandas

in bash window:

    mkdir movingpandas
    cd movingpandas/
    git clone https://github.com/anitagraser/movingpandas.git

in jupyter notebook:

    navigate to: gis / movingpandas / movingpandas / tutorials

    -> 0_getting_started.ipynb

    -> Run

ModuleNotFoundError: No module named 'hvplot'

Q: is jupyter-notebook running Python 3.6 or 3.7 ???

A: it looks like 3.7

    pip3.6 install hvplot

which installed bokeh 2.0.0

but then

SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.

but also:

    pip3.7 install hvplot

but Pillow (NOT PIL?) jpeg barfed with: The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source.

    ./setup-x86_64.exe
    libjpeg-devel

then

    pip3.7 install bokeh==1.4.0

and restart everything, then

    /usr/lib/python3.7/site-packages/pyproj/crs.py
    CRSError: Invalid projection: +init=epsg:31256
    CRSError: Invalid projection: +init=epsg:31256 +no_defs +type=crs:
    (Internal Proj Error: proj_create: cannot build projectedCRS 31256:
    cannot build geodeticCRS 4312: SQLite error on SELECT name,
    ellipsoid_auth_name, ellipsoid_code, prime_meridian_auth_name,
    prime_meridian_code, area_of_use_auth_name, area_of_use_code,
    publication_date, deprecated FROM geodetic_datum WHERE auth_name = ? AND
    code = ?: no such column: publication_date)

similar to other problem... CRS_METRIC

fix versions

HOWEVER, Anita says that the latest movingpandas works with GeoPandas 0.7

reinstall

pip3.7 install movingpandas

barfed on numpy

GAVE UP on jupyter notebook via cygwin on laptop