Skip to content

Commit 13ea04f

Browse files
committed
make dev folder
1 parent 6c5c2b5 commit 13ea04f

File tree

9 files changed

+88
-27
lines changed

9 files changed

+88
-27
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.ipynb_checkpoints
22
.DS_Store
3-
Icon?
3+
Icon?
4+
dev

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ We will cover the following:
4444
4545
You should now see the directory *workshop_datavis_python* saved on your computer.
4646
47-
7. Open the Anaconda Navigator and launch JupyterLab. Navigate to where you saved the workshop repository and open *test.ipynb*. You should be able to run this notebook without any errrors.
47+
7. Open the Anaconda Navigator and launch JupyterLab. Navigate to where you saved the workshop repository and open *test.ipynb*. If you can run this notebook without any errors, then everything is running as it should!
4848
4949
If you run into issues, please contact me at thomas.bury@mcgil.ca.
50-
51-
52-

my_first_fig.html

Lines changed: 71 additions & 0 deletions
Large diffs are not rendered by default.

notebook1.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,12 @@
5555
"This should be done at the start of any python script / notebook "
5656
]
5757
},
58-
{
59-
"cell_type": "code",
60-
"execution_count": null,
61-
"metadata": {},
62-
"outputs": [],
63-
"source": []
64-
},
6558
{
6659
"cell_type": "code",
6760
"execution_count": 7,
6861
"metadata": {},
6962
"outputs": [],
7063
"source": [
71-
"\n",
7264
"import numpy as np # For numerical computation\n",
7365
"import pandas as pd # For handling dataframes\n",
7466
"import plotly.express as px # For rapid plotting\n",
@@ -2288,7 +2280,7 @@
22882280
],
22892281
"metadata": {
22902282
"kernelspec": {
2291-
"display_name": "Python 3",
2283+
"display_name": "Python 3 (ipykernel)",
22922284
"language": "python",
22932285
"name": "python3"
22942286
},
@@ -2302,7 +2294,7 @@
23022294
"name": "python",
23032295
"nbconvert_exporter": "python",
23042296
"pygments_lexer": "ipython3",
2305-
"version": "3.7.6"
2297+
"version": "3.7.13"
23062298
}
23072299
},
23082300
"nbformat": 4,

notebook2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@
19041904
],
19051905
"metadata": {
19061906
"kernelspec": {
1907-
"display_name": "Python 3",
1907+
"display_name": "Python 3 (ipykernel)",
19081908
"language": "python",
19091909
"name": "python3"
19101910
},
@@ -1918,7 +1918,7 @@
19181918
"name": "python",
19191919
"nbconvert_exporter": "python",
19201920
"pygments_lexer": "ipython3",
1921-
"version": "3.7.6"
1921+
"version": "3.7.13"
19221922
}
19231923
},
19241924
"nbformat": 4,

notebook3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768
],
769769
"metadata": {
770770
"kernelspec": {
771-
"display_name": "Python 3",
771+
"display_name": "Python 3 (ipykernel)",
772772
"language": "python",
773773
"name": "python3"
774774
},
@@ -782,7 +782,7 @@
782782
"name": "python",
783783
"nbconvert_exporter": "python",
784784
"pygments_lexer": "ipython3",
785-
"version": "3.7.6"
785+
"version": "3.7.13"
786786
}
787787
},
788788
"nbformat": 4,

notebook4.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
],
456456
"metadata": {
457457
"kernelspec": {
458-
"display_name": "Python 3",
458+
"display_name": "Python 3 (ipykernel)",
459459
"language": "python",
460460
"name": "python3"
461461
},
@@ -469,7 +469,7 @@
469469
"name": "python",
470470
"nbconvert_exporter": "python",
471471
"pygments_lexer": "ipython3",
472-
"version": "3.7.7"
472+
"version": "3.7.13"
473473
}
474474
},
475475
"nbformat": 4,

outline.pdf

-36.7 KB
Binary file not shown.

test.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 2,
21+
"execution_count": 6,
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"cell_type": "code",
48-
"execution_count": 3,
48+
"execution_count": 7,
4949
"metadata": {},
5050
"outputs": [],
5151
"source": [
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "code",
58-
"execution_count": 4,
58+
"execution_count": 8,
5959
"metadata": {},
6060
"outputs": [
6161
{
@@ -165,7 +165,7 @@
165165
"59 32 "
166166
]
167167
},
168-
"execution_count": 4,
168+
"execution_count": 8,
169169
"metadata": {},
170170
"output_type": "execute_result"
171171
}
@@ -176,7 +176,7 @@
176176
},
177177
{
178178
"cell_type": "code",
179-
"execution_count": 5,
179+
"execution_count": 9,
180180
"metadata": {},
181181
"outputs": [],
182182
"source": [
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"cell_type": "code",
189-
"execution_count": 6,
189+
"execution_count": 10,
190190
"metadata": {},
191191
"outputs": [],
192192
"source": [

0 commit comments

Comments
 (0)