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
- Host: GitHub
- URL: https://github.com/chilipp/psyplot-hzg-presentation-20200204
- Owner: Chilipp
- License: cc-by-4.0
- Created: 2020-02-05T18:09:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T18:36:54.000Z (over 6 years ago)
- Last Synced: 2025-02-13T19:49:58.465Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 16.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction into psyplot at the KSR Group meeting
[](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
[](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`.