Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.96 KB

jupyter.md

File metadata and controls

68 lines (42 loc) · 1.96 KB

Jupyter notebook is great

15 Oct 2018

What is it

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

Okay, what IS IT!

Interactive IDE

Web-based, language agnostic

Human readable

Code, documentation, output, visualisation, explanation all in the same place

Past knowledge encapsulated

A great way to learn by what other people have done
Example notebooks

Reproducible

You can view but also RUN Jupyter Notebooks

git clone [email protected]:unepwcmc/ibat.git
cd git
jupyter notebook

Easy to share

Integrated with github and nbviewer

As part of source code management, simply push your .ipynb notebook file to a publicly accessible repository

git add 'Biodiversity for food and agriculture.ipynb'
git commit -m 'I finished the report!'
git push

Automatically rendered by nbviewer
Biodiversity for food and agriculture

Miscellaneous

Software as a service

Microsoft Azure Notebook

ArcPro preinstalled

Connect your arcpy with industry standard open source libraries

ArcGIS Python API

Google Earth Engine

Thank you

questions