File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
week09-Statistical-Visualization Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Binder] ( https://mybinder.org/badge.svg )] ( https://mybinder.org/v2/gh/scientificprogrammingUOS/lectures/master?urlpath=lab )
2+
13# Lectures in Scientific Computing in Python
24This repository contains all lectures from the course
35* Scientific programming in Python* that is part of the Cognitive Science program
46at the University Osnabrück. Each lecture is accompanied by a Jupyter notebook
57that explains each topic with a combination of code and text. You
68can view the notebooks directly on GitHub or run them locally and play
7- with the code.
8-
9+ with the code. If you do not want to install anything, click on the Binder
10+ logo above to run all the notebooks in ready to use environment in the cloud.
911
1012## Recordings
1113All lecture recordings can be viewed on the Opencast platform.
Original file line number Diff line number Diff line change 1+ -r ../requirements.txt
2+ -r ../week09-Statistical-Visualization/requirements.txt
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ jupyterlab >= 0.32
44numpy
55matplotlib
66pandas
7- plotnine
87statsmodels
98seaborn
109pivottablejs
Original file line number Diff line number Diff line change 11This lecture requires the module ` plotnine ` , which can be sometimes hard
22to install on Mac or Windows. To install it run
33
4+ Try running
5+
6+ $ pip install -r requirements.txt
7+
8+ to install the latest development version. If that does not work, install
9+ the latest stable version instead.
10+
411 $ pip install plotnine
512
13+ Some code in the notebook does only work with the latest development version
14+
15+
16+
You can’t perform that action at this time.
0 commit comments