Skip to content

Commit 6967d50

Browse files
committed
minor edits
removed instructor names, information on breakout rooms. Added disable code for unfilled workbook
1 parent 0c1578c commit 6967d50

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

Open_Lab_5_visualization_with_pandas/Open_Lab_5_visualization_with_pandas.ipynb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@
1010
"\n",
1111
"With this Google Colaboratory (Colab) notebook open, click the \"Copy to Drive\" button that appears in the menu bar. The notebook will then be attached to your own user account, so you can edit it in any way you like -- you can even take notes directly in the notebook.\n",
1212
"\n",
13-
"## Instructors\n",
14-
"\n",
15-
"- Walt Gurley\n",
16-
"- Claire Cahoon\n",
1713
"\n",
1814
"## Open Labs agenda\n",
1915
"\n",
2016
"1. **Guided activity**: One of the instructors will share their screen to work through the guided activity and teach concepts along the way.\n",
2117
"\n",
2218
"2. **Open lab time**: After the guided portion of the Open Lab, the rest of the time is for you to ask questions, work collaboratively, or have self-guided practice time. You will have access to instructors and peers for questions and support.\n",
2319
"\n",
24-
"Breakout rooms will be available if you would like to work in small groups. If you have trouble joining a room, ask in the chat to be moved into a room.\n",
2520
"\n",
2621
"## Learning objectives\n",
2722
"\n",
@@ -670,7 +665,8 @@
670665
"outputs": [],
671666
"source": [
672667
"# Disable Altair max row warning to allow plotting datasets larger than 5,000\n",
673-
"# rows\n"
668+
"# rows\n",
669+
"alt.data_transformers.disable_max_rows()"
674670
]
675671
},
676672
{
@@ -732,11 +728,8 @@
732728
}
733729
],
734730
"metadata": {
735-
"interpreter": {
736-
"hash": "0bb8fac8a0c82f4f5ccbcc488a26fe869e7789c40997937e38e89b37cd70a2e8"
737-
},
738731
"kernelspec": {
739-
"display_name": "Python 3",
732+
"display_name": "Python 3.9.7 ('base')",
740733
"language": "python",
741734
"name": "python3"
742735
},
@@ -750,7 +743,12 @@
750743
"name": "python",
751744
"nbconvert_exporter": "python",
752745
"pygments_lexer": "ipython3",
753-
"version": "3.8.5"
746+
"version": "3.9.7"
747+
},
748+
"vscode": {
749+
"interpreter": {
750+
"hash": "40d3a090f54c6569ab1632332b64b2c03c39dcf918b08424e98f38b5ae0af88f"
751+
}
754752
}
755753
},
756754
"nbformat": 4,

Open_Lab_5_visualization_with_pandas/filled_Open_Lab_5_visualization_with_pandas.ipynb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@
1010
"\n",
1111
"With this Google Colaboratory (Colab) notebook open, click the \"Copy to Drive\" button that appears in the menu bar. The notebook will then be attached to your own user account, so you can edit it in any way you like -- you can even take notes directly in the notebook.\n",
1212
"\n",
13-
"## Instructors\n",
14-
"\n",
15-
"- Walt Gurley\n",
16-
"- Claire Cahoon\n",
1713
"\n",
1814
"## Open Labs agenda\n",
1915
"\n",
2016
"1. **Guided activity**: One of the instructors will share their screen to work through the guided activity and teach concepts along the way.\n",
2117
"\n",
2218
"2. **Open lab time**: After the guided portion of the Open Lab, the rest of the time is for you to ask questions, work collaboratively, or have self-guided practice time. You will have access to instructors and peers for questions and support.\n",
2319
"\n",
24-
"Breakout rooms will be available if you would like to work in small groups. If you have trouble joining a room, ask in the chat to be moved into a room.\n",
2520
"\n",
2621
"## Learning objectives\n",
2722
"\n",
@@ -1942,11 +1937,9 @@
19421937
}
19431938
],
19441939
"metadata": {
1945-
"interpreter": {
1946-
"hash": "0bb8fac8a0c82f4f5ccbcc488a26fe869e7789c40997937e38e89b37cd70a2e8"
1947-
},
19481940
"kernelspec": {
1949-
"display_name": "Python 3.8.5 64-bit ('base': conda)",
1941+
"display_name": "Python 3.9.7 ('base')",
1942+
"language": "python",
19501943
"name": "python3"
19511944
},
19521945
"language_info": {
@@ -1959,7 +1952,12 @@
19591952
"name": "python",
19601953
"nbconvert_exporter": "python",
19611954
"pygments_lexer": "ipython3",
1962-
"version": "3.8.5"
1955+
"version": "3.9.7"
1956+
},
1957+
"vscode": {
1958+
"interpreter": {
1959+
"hash": "40d3a090f54c6569ab1632332b64b2c03c39dcf918b08424e98f38b5ae0af88f"
1960+
}
19631961
}
19641962
},
19651963
"nbformat": 4,

0 commit comments

Comments
 (0)