You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Install [miniconda3](https://conda.io/miniconda.html) alternatively the full [anaconda3](https://www.anaconda.com/download) enviroment on your laptop (the latter is **much** larger).
68
-
2.[Download](https://github.com/mlund/jupyter-course/archive/master.zip) the course material (this github repository) and unzip.
69
-
3. Install and activate the `LUcompute` environment described by the file [`environment.yml`](/environment.yml) by running the following in a terminal:
67
+
1. Install [miniconda3](https://conda.io/miniconda.html) alternatively the full
68
+
[anaconda3](https://www.anaconda.com/download) enviroment on your laptop (the latter is **much** larger).
69
+
2.[Download](https://github.com/mlund/jupyter-course/archive/master.zip) the course material
70
+
(this github repository) and unzip.
71
+
3. Install and activate the `LUcompute` environment described by the file [`environment.yml`](/environment.yml)
72
+
by running the following in a terminal:
70
73
71
74
```bash
72
75
conda env create -f environment.yml
@@ -77,10 +80,13 @@ If you have little experience with Python or shell programming, the following tw
2.[Download](https://github.com/mlund/jupyter-course/archive/master.zip) the course material (this github repository) and unzip.
83
+
2.[Download](https://github.com/mlund/jupyter-course/archive/master.zip) the course material (this github repository)
84
+
and unzip.
81
85
3. Open the `anaconda prompt` from the start menu.
82
-
4. Navigate to the folder where the course material has been unzipped (_e.g._ using `cd` to change directory and `dir` to list files in a folder).
83
-
5. Install and activate the `LUcompute` environment described by the file [`environment.yml`](/environment.yml) by running the following in the `anaconda prompt`:
86
+
4. Navigate to the folder where the course material has been unzipped (_e.g._ using `cd` to change directory
87
+
and `dir` to list files in a folder).
88
+
5. Install and activate the `LUcompute` environment described by the file [`environment.yml`](/environment.yml)
89
+
by running the following in the `anaconda prompt`:
84
90
85
91
```bash
86
92
conda env create -f environment.yml
@@ -104,10 +110,12 @@ The project work consists of three steps:
104
110
Here's some [inspiration](http://nbviewer.jupyter.org/github/demotu/BMC/blob/master/notebooks/Transformation2D.ipynb).
105
111
-**Deadline for project: 27/12**
106
112
107
-
2. A peer-review process where each student reviews and, in writing, comments on _two_ other notebooks. The review should be based on the criteria listed below and for each point, include specific suggestions for improvements.
108
-
**Deadline for review: 3/1**
113
+
2. A peer-review process where each student reviews and, in writing, comments on _two_ other notebooks.
114
+
The review should be based on the criteria listed below and for each point, include specific
115
+
suggestions for improvements. **Deadline for review: 3/1**
109
116
110
-
3. Notebook presentation to the class (day 4). Maximum 10 minutes per participant and do include your answer to the referee reports.
117
+
3. Notebook presentation to the class (day 4). Maximum 10 minutes per participant and do include your
118
+
answer to the referee reports.
111
119
112
120
### Notebook Requirements
113
121
@@ -117,8 +125,10 @@ The project notebook _must_:
117
125
-[ ] include rich documentation using Markdown, equations, tables, links, etc.
118
126
-[ ] import or generate data. If generating, data should be exported to disk.
119
127
-[ ] perform data operations using `numpy`, `scipy`, `pandas` or equivalent.
120
-
-[ ] create plots of _publication ready_ quality. For an editorial guide on _Graphical Excellence_, see [here.](http://dx.doi.org/10/cg2g)
121
-
-[ ] include instructions on how to run the notebook, include the required packages. This could be an `environment.yml` file.
128
+
-[ ] create plots of _publication ready_ quality. For an editorial guide on _Graphical Excellence_,
129
+
see [here.](http://dx.doi.org/10/cg2g)
130
+
-[ ] include instructions on how to run the notebook, include the required packages.
0 commit comments