An open API service indexing awesome lists of open source software.

https://github.com/chilipp/psyplot-hzg-presentation-20200204

Quick intro into psyplot at the KSR Group meeting on February, 4th 202
https://github.com/chilipp/psyplot-hzg-presentation-20200204

Last synced: about 1 year ago
JSON representation

Quick intro into psyplot at the KSR Group meeting on February, 4th 202

Awesome Lists containing this project

README

          

# Introduction into psyplot at the KSR Group meeting

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Chilipp/psyplot-hzg-presentation-20200204/master?filepath=psyplot-presentation-hzg-20200204.ipynb)

This repository contains an introductory presentation about psyplot. The presentation took place in the KSR Group Meeting on February 4th, 2020

## Run the presentation interactively

This presentation is a jupyter notebook. I strongly recommend to watch it using mybinder.org

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Chilipp/psyplot-hzg-presentation-20200204/master?filepath=psyplot-presentation-hzg-20200204.ipynb)

Alternatively, you can open the PDF of the slides, view the notebook in the [jupyter nbviewer](https://nbviewer.jupyter.org/github/Chilipp/psyplot-hzg-presentation-20200204/blob/master/psyplot-presentation-hzg-20200204.ipynb) or download the [HTML export](psyplot-presentation-hzg-20200204.html).

## Installation

If you want to run it locally, clone the repository here and run `conda env create`. Activate the conda environment via `conda activate psyplot-presi` and run the notebook via `jupyter notebook`.