15 Oct 2018
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.
Web-based, language agnostic
Code, documentation, output, visualisation, explanation all in the same place
A great way to learn by what other people have done
Example notebooks
You can view but also RUN Jupyter Notebooks
git clone [email protected]:unepwcmc/ibat.git
cd git
jupyter notebook
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
Connect your arcpy
with industry standard open source libraries