Skip to content

Commit 918fd22

Browse files
Prep 2021-12 - handle open issues on content (#17)
Fix #16, Fix #15, Fix #14, Fix #13, Fix #11, Fix #3, fix #18, fix #21 Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 1bd0dee commit 918fd22

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+8470
-3704
lines changed

environment.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6+
- python=3.9
67
- ipython
78
- jupyter
9+
- jupyterlab
810
- matplotlib>3
911
- mplleaflet
12+
- ipympl
1013
- notebook
1114
- numpy
12-
- pandas=0.25
15+
- pandas>=1.0
1316
- plotnine
1417
- pyproj
15-
- python=3.7
18+
- python=3.9
1619
- requests
1720
- seaborn
18-
- xlrd
21+
- openpyxl

img/matplotlib_oo.png

32.4 KB
Loading

img/tidy_data_scheme.png

53 KB
Loading

notebooks/00-jupyter_introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@
425425
"source": [
426426
"## *edit* mode to *command* mode\n",
427427
"\n",
428-
"* *edit* mode means you're editing a cell, i.e. with your cursor inside a cell to type content --> <font color=\"green\">green colored side</font>\n",
429-
"* *command* mode means you're NOT editing(!), i.e. NOT with your cursor inside a cell to type content --> <font color=\"blue\">blue colored side</font>\n",
428+
"* *edit* mode means you're editing a cell, i.e. with your cursor inside a cell to type content\n",
429+
"* *command* mode means you're NOT editing(!), i.e. NOT with your cursor inside a cell to type content\n",
430430
"\n",
431431
"To start editing, click inside a cell or \n",
432432
"<img src=\"../img/enterbutton.png\" alt=\"Key enter\" style=\"width:150px\">\n",

notebooks/00-jupyter_introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupytext:
55
extension: .md
66
format_name: myst
77
format_version: 0.13
8-
jupytext_version: 1.13.0
8+
jupytext_version: 1.13.3
99
kernelspec:
1010
display_name: Python 3 (ipykernel)
1111
language: python
@@ -190,8 +190,8 @@ glob.glob??
190190

191191
## *edit* mode to *command* mode
192192

193-
* *edit* mode means you're editing a cell, i.e. with your cursor inside a cell to type content --> <font color="green">green colored side</font>
194-
* *command* mode means you're NOT editing(!), i.e. NOT with your cursor inside a cell to type content --> <font color="blue">blue colored side</font>
193+
* *edit* mode means you're editing a cell, i.e. with your cursor inside a cell to type content
194+
* *command* mode means you're NOT editing(!), i.e. NOT with your cursor inside a cell to type content
195195

196196
To start editing, click inside a cell or
197197
<img src="../img/enterbutton.png" alt="Key enter" style="width:150px">

notebooks/case1_bike_count.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupytext:
55
extension: .md
66
format_name: myst
77
format_version: 0.13
8-
jupytext_version: 1.13.0
8+
jupytext_version: 1.13.3
99
kernelspec:
1010
display_name: Python 3 (ipykernel)
1111
language: python

0 commit comments

Comments
 (0)