Skip to content

Commit c5c1c40

Browse files
author
Tania Allard
committed
Minor changes
1 parent 0865b38 commit c5c1c40

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

00_Setup.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"- matplotlib\n",
3131
"- Jupyterlab (recommended)\n",
3232
"- Docker\n",
33+
"- pipenv\n",
3334
"\n",
3435
"Please follow the instructions below to get these software installed.\n",
3536
"\n",
@@ -467,7 +468,7 @@
467468
"name": "python",
468469
"nbconvert_exporter": "python",
469470
"pygments_lexer": "ipython3",
470-
"version": "3.6.5"
471+
"version": "3.6.6"
471472
}
472473
},
473474
"nbformat": 4,

01_ProjectStructure.ipynb

+12-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"</ul> \n",
1414
"<br><br>There is no single way to organise a project.... but we need to take advantage of the power of convention.\n",
1515
"\n",
16-
"<div class=\"info\">\"A place for everything, everything in its place\"<p class='caption_p'>- Benjamin Franklin</p></div></div> \n",
17-
" \n",
16+
"<div class=\"info\">\"A place for everything, everything in its place\"<p class='caption_p'>- Benjamin Franklin</p></div></div> \n",
17+
"\n",
18+
"<hr>\n",
1819
" \n",
1920
"The image below gives a suggested structure for a project. You will notice that it is quite opinionated when it comes to the \n",
2021
"use of certain files and names.\n",
@@ -29,6 +30,14 @@
2930
"Cookie cutter</a> to create our base filesystem and some support\n",
3031
"documents. \n",
3132
"\n",
33+
"\n",
34+
"<div class=\"warn\">Notice that some people will be running this from their local computers and others from a cloud served JupyterHub</div></div> \n",
35+
"\n",
36+
"<hr>\n",
37+
"\n",
38+
"**If runnning locally**\n",
39+
"\n",
40+
"\n",
3241
"Using our command line we will first activate our conda environment.\n",
3342
"\n",
3443
"``` bash\n",
@@ -227,7 +236,7 @@
227236
"name": "python",
228237
"nbconvert_exporter": "python",
229238
"pygments_lexer": "ipython3",
230-
"version": "3.6.5"
239+
"version": "3.6.6"
231240
}
232241
},
233242
"nbformat": 4,

0 commit comments

Comments
 (0)