We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468bdf1 commit 45e6b49Copy full SHA for 45e6b49
week09-Statistical-Visualization/README.md
@@ -1,16 +1,4 @@
1
This lecture requires the module `plotnine`, which can be sometimes hard
2
to install on Mac or Windows. To install it run
3
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
11
$ pip install plotnine
12
13
-Some code in the notebook does only work with the latest development version
14
15
16
week09-Statistical-Visualization/lecture.ipynb
week09-Statistical-Visualization/requirements.txt
@@ -1 +1 @@
-git+https://github.com/has2k1/plotnine.git
+plotnine >= 0.4
0 commit comments