• Ipyleaflet
  • Major Python libraries for data visualization
    • Matplotlib
    • Seaborn
    • Bokeh
  • OSMnx - Road Network Analysis

Ipyleaflet

ipyleaflet is a library facilitating the creation of interactive maps, the insertion and manipulation of objects and geometric shapes.

Installation
conda install -c conda-forge ipyleaflet

Example


Major Python libraries for data visualization

Matplotlib

Matplotlib is probably the most used Python package for 2-dimensional data representation.

Installation
conda install -c conda-forge matplotlib

Example

Seaborn

Seaborn is a data visualization library based on matplotlib.

Installation
conda install -c conda-forge seaborn

Example

Bokeh

Bokeh enables the creation of interactive visual representations of data by exploiting the latest innovations enjoyed by web browsers.

Installation
conda install -c conda-forge bokeh


Example

OSMnx - Road Network Analysis (potentially interesting)

OSMnx allows you to retrieve, build, analyze and visualize street networks from OpenStreetMap data.

Installation
conda install -c conda-forge osmnx

04 - Jupyter and magic commands fast_forward