diff --git a/_sources/technology/jupyter/large-datasets.md b/_sources/technology/jupyter/large-datasets.md index 4e91112a..bc6ad1f9 100644 --- a/_sources/technology/jupyter/large-datasets.md +++ b/_sources/technology/jupyter/large-datasets.md @@ -6,33 +6,43 @@ A few methods of storing datasets are outlined below. The choice of method depen ##### GitHub -Datasets and the corresponding Jupyter Notebook can be stored in a folder on GitHub. You can then create a nbgitpuller link for the entire folder. When students click this link, the entire folder will appear on their JupyterHub account. +Datasets and the corresponding Jupyter Notebook can be stored in a folder on GitHub. You can then create a nbgitpuller link for the entire folder. When students click this link, the entire folder will appear on their DataHub account. ##### Outside Hosts -You can store the data on an online host such as Box, Google Drive, or even GitHub. The `datascience` package contains a [read\_table\(\)](http://data8.org/datascience/_autosummary/datascience.tables.Table.read_table.html#datascience.tables.Table.read_table%29\) function for the [Tables](http://data8.org/datascience/tables.html%29\) data structure. This function will load the data from a given URL. +You can store the data on an online host such as Box, Google Drive, or even GitHub. ##### Direct Upload -Students can directly upload data files to their JupyterHub account. This method can get messy if notebooks expect the data to be stored at a certain filepath and students upload the files to a different location. Therefore, we recommend using the other methods listed on this page. +Students can directly upload data files to their DataHub account. This method can get messy if notebooks expect the data to be stored at a certain filepath and students upload the files to a different location. Therefore, we recommend using the other methods listed on this page. ### Larger Datasets \(tens of MBs to several GBs\) -Our current recommendation is to keep the file size of the datasets below 100 GB. We recommend the following approaches to all instructors/students who plan to use large datasets for their teaching/learning plans. +Our current recommendation is to keep the file size of the datasets below 100 MB. We recommend the following approaches to all instructors/students who plan to use large datasets for their teaching/learning plans. -#### The Shared directory (Credits: 2i2c) +#### Shared directory -##### shared +In scenarios where you have large datasets or commonly used libraries, a shared directory can serve as a centralized location for these resources. This prevents the need for duplicating files across multiple user spaces, saving disk space and bandwidth. -The shared folder allows read only access to the data stored for all users. You can read dataset from the shared folder while no write operations can be performed. +**Shared Directory**: The shared folder allows read only access to the students enrolled in your course. Students can read the dataset from the shared folder while no write operations can be performed. The shared directories will be mounted to `/home/jovyan` user path. -Create a [Github Issue](https://github.com/berkeley-dsep-infra/datahub/issues/new?assignees=&labels=type%3A+enhancement&template=featurerequest.md) if you want your data to be saved in shared folder on JupyterHub directly. Notebooks stored on JupyterHub will be able to access this data. +```{note} +By default, students cannot write to shared directories. While configuration can be modified to allow students to write to the shared directories, it is generally not recommended. Allowing write access to a shared directory can lead to students accidentally overwriting each other’s work, especially if they’re working simultaneously. Typically, instructors prefer that students save their work in their home directories and then upload the necessary files to a centralized drive or repository. Having said that, We can enable read access for students if you as an instructor is okay with the risks involved. +``` -##### shared-readwrite +**Shared-ReadWrite Directory** As an instructor, you'll have both read and write access to a "shared-readwrite" directory. You can upload datasets there, and they will automatically be updated in the "shared" directory, which is accessible to all students with read-only permissions. -shared-readwrite directory is accessible only for **administrators**. This directory allows admins read and write access to the stored data. Any data stored in the shared-readwrite appears in the shared folder for all users. +```{note} +This setup streamlines the workflow: you upload datasets to the "shared-readwrite" directory, and students can immediately access them in the "shared" directory and read it. +``` -Instructors using Stat 159 and Biology hubs use the shared directories extensively. +Create a [Github Issue](https://github.com/berkeley-dsep-infra/datahub/issues/new?assignees=&labels=type%3A+enhancement&template=featurerequest.md) if you want shared directories enabled for your course. You need to provide the bcourses id for your course and the DataHub URL so that the shared directories appear on the hub you use with appropriate permissions for the folks enrolled in your course roster in bcourses. + +Eg:`compss-214a-readwrite` and `compss-214a` are the shared-readwrite and shared directories for the COMPSS-214A course. + +```{note} +Students enrolled in your previous offering lose access to the shared directories at the end of the semester +``` ##### SyncThing diff --git a/notebook/images5ways.html b/notebook/images5ways.html index ff39a77b..f399dd3b 100644 --- a/notebook/images5ways.html +++ b/notebook/images5ways.html @@ -413,7 +413,7 @@

Contents

---------------------------------------------------------------------------
 FileNotFoundError                         Traceback (most recent call last)
-/tmp/ipykernel_1833/3066509368.py in <module>
+/tmp/ipykernel_1849/3066509368.py in <module>
       1 from IPython.display import display, Image
 ----> 2 display(Image(filename="mathematica.png", width=250))
 
diff --git a/reports/notebook/images5ways.err.log b/reports/notebook/images5ways.err.log
index 5dae3c85..dce656ea 100644
--- a/reports/notebook/images5ways.err.log
+++ b/reports/notebook/images5ways.err.log
@@ -23,7 +23,7 @@ display(Image(filename="mathematica.png", width=250))
 
 ---------------------------------------------------------------------------
 FileNotFoundError                         Traceback (most recent call last)
-/tmp/ipykernel_1833/3066509368.py in 
+/tmp/ipykernel_1849/3066509368.py in 
       1 from IPython.display import display, Image
 ----> 2 display(Image(filename="mathematica.png", width=250))
 
diff --git a/reports/workflow/calculate-compute-cost.err.log b/reports/workflow/calculate-compute-cost.err.log
index ee769cb8..8797ef95 100644
--- a/reports/workflow/calculate-compute-cost.err.log
+++ b/reports/workflow/calculate-compute-cost.err.log
@@ -129,7 +129,7 @@ display(final_layout)
 
 ---------------------------------------------------------------------------
 ModuleNotFoundError                       Traceback (most recent call last)
-/tmp/ipykernel_1853/2300274380.py in 
+/tmp/ipykernel_1868/2300274380.py in 
 ----> 1 import ipywidgets as widgets
       2 from IPython.display import display
       3 from ipywidgets import Layout
diff --git a/searchindex.js b/searchindex.js
index 7b55ff55..aaf2d624 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["LICENSE", "README", "SUMMARY", "build", "connector/associate/connector-associate", "connector/general/previous-connectors", "connector/general/what-is-a-connector", "connector/instructor/checklist", "connector/instructor/communication-channels", "connector/instructor/connector-instructor", "connector/instructor/logistics", "connector/instructor/student-help", "connector/instructor/syllabus-design", "connector/instructor/tips", "dec/general/what-is-a-data-enabled-course", "faq/admin", "faq/changerequirements", "faq/features", "faq/jupyterhub-intro", "faq/onboarding", "faq/share", "faq/troubleshoot", "general/contact", "general/links", "general/people", "general/terms-and-abbreviations", "intro", "module/general/what-is-a-module", "module/instructor/deploy-help", "module/instructor/develop", "module/instructor/preplanning", "notebook/images5ways", "redirect", "technology/README", "technology/connectortools-module", "technology/datascience-package", "technology/git-and-github", "technology/instructor-activity", "technology/interact-links", "technology/jupyter/install-packages", "technology/jupyter/jupyter-notebooks", "technology/jupyter/jupyterhub", "technology/jupyter/large-datasets", "technology/jupyter/python-errors", "technology/jupyter/technical-details", "technology/jupyter/troubleshoot-nbgitpuller", "technology/pedagogy-and-technology", "technology/pedagogy-and-technology/git-intro", "technology/pedagogy-and-technology/introduction-to-jupyter", "technology/pedagogy-and-technology/introduction-to-jupyter-rkernel", "technology/pedagogy-and-technology/notebook-zero", "technology/pedagogy-and-technology/options-launch-rkernel", "technology/quarto", "technology/r-datahub", "technology/resources", "technology/shiny", "technology/troubleshooting_tips_students", "technology/using-ai-llm", "workflow/accessibility", "workflow/bestpractices", "workflow/calculate-compute-cost", "workflow/collecting-grading-assignments", "workflow/creating-notebooks", "workflow/distributing-notebooks", "workflow/download-archive", "workflow/download_notebook_as_pdf", "workflow/launch-vscode", "workflow/performance_issue", "workflow/pushing-to-github", "workflow/securely-push-github", "workflow/use-realtimecollaboration", "workflow/use-realtimefilesharing", "workflow/use-retrolab"], "filenames": ["LICENSE.md", "README.md", "SUMMARY.md", "build.md", "connector/associate/connector-associate.md", "connector/general/previous-connectors.md", "connector/general/what-is-a-connector.md", "connector/instructor/checklist.md", "connector/instructor/communication-channels.md", "connector/instructor/connector-instructor.md", "connector/instructor/logistics.md", "connector/instructor/student-help.md", "connector/instructor/syllabus-design.md", "connector/instructor/tips.md", "dec/general/what-is-a-data-enabled-course.md", "faq/admin.md", "faq/changerequirements.md", "faq/features.md", "faq/jupyterhub-intro.md", "faq/onboarding.md", "faq/share.md", "faq/troubleshoot.md", "general/contact.md", "general/links.md", "general/people.md", "general/terms-and-abbreviations.md", "intro.md", "module/general/what-is-a-module.md", "module/instructor/deploy-help.md", "module/instructor/develop.md", "module/instructor/preplanning.md", "notebook/images5ways.ipynb", "redirect.md", "technology/README.md", "technology/connectortools-module.md", "technology/datascience-package.md", "technology/git-and-github.md", "technology/instructor-activity.md", "technology/interact-links.md", "technology/jupyter/install-packages.md", "technology/jupyter/jupyter-notebooks.md", "technology/jupyter/jupyterhub.md", "technology/jupyter/large-datasets.md", "technology/jupyter/python-errors.md", "technology/jupyter/technical-details.md", "technology/jupyter/troubleshoot-nbgitpuller.md", "technology/pedagogy-and-technology.md", "technology/pedagogy-and-technology/git-intro.md", "technology/pedagogy-and-technology/introduction-to-jupyter.md", "technology/pedagogy-and-technology/introduction-to-jupyter-rkernel.md", "technology/pedagogy-and-technology/notebook-zero.md", "technology/pedagogy-and-technology/options-launch-rkernel.md", "technology/quarto.md", "technology/r-datahub.ipynb", "technology/resources.md", "technology/shiny.md", "technology/troubleshooting_tips_students.md", "technology/using-ai-llm.md", "workflow/accessibility.md", "workflow/bestpractices.md", "workflow/calculate-compute-cost.ipynb", "workflow/collecting-grading-assignments.md", "workflow/creating-notebooks.md", "workflow/distributing-notebooks.md", "workflow/download-archive.md", "workflow/download_notebook_as_pdf.md", "workflow/launch-vscode.md", "workflow/performance_issue.md", "workflow/pushing-to-github.md", "workflow/securely-push-github.md", "workflow/use-realtimecollaboration.md", "workflow/use-realtimefilesharing.md", "workflow/use-retrolab.md"], "titles": ["License for this book", "Welcome to the UC Berkeley Data Science Curriculum Guide!", "Summary", "Building Instructions for Curriculum Guide", "Connector Associates", "Previous Connector Courses", "What is a Connector Course?", "Pre-Semester Checklist", "Communication Channels", "Connector Instructors", "Logistics, Rooms, Technology", "Getting Student Help", "Designing the Syllabus", "Tips from Previous Instructors", "What is a Data-Enabled Course?", "Accessing Elevated Privileges in a Hub", "Changing existing requirements", "Requesting new features in the Hub", "Datahub Frequently Asked Questions", "Get yourself onboarded to DataHub", "Sharing information about the Hub", "Troubleshooting issues in the Hub", "Contact", "Links", "Who are we?", "Terms and Abbreviations", "Welcome to the UC Berkeley Data Science Curriculum Guide!", "What is a Data Science Module?", "Requesting Deployment Help", "Development", "Pre-Planning", "<no title>", "We\u2019ve Moved!", "<no title>", "connectortools module", "datascience package", "Git and GitHub", "Instructor activity: Generate nbgitpuller link from scratch", "nbgitpuller Links", "Package Installation in Python and R", "Jupyter Notebooks", "Jupyter Notebooks and JupyterHub", "Storing Datasets", "Troubleshooting Code Cell Errors", "Technical Details", "Troubleshooting nbgitpuller", "Pedagogy and Technology", "Introduction to Git", "Jupyter Notebooks and JupyterHub", "Options to Launch Jupyter R Kernel (or run R notebooks)", "Notebook Zero", "Backup options to Launch R notebooks", "Using Quarto in DataHub", "Introduction to Datahub for R", "Resources For Students", "Shiny", "Tips to Use Datahub", "Using generative AI in Jupyter", "Creating Accessible Notebook Experience", "Instructional Design Best Practices for Creating Jupyter Notebooks", "<no title>", "Collecting and Grading Assignments", "Creating Assignments", "Distributing Notebooks", "Download files as an archive", "Download Jupyter Notebook as a PDF", "Steps to launch notebooks using VSCode", "Best Practices to Avoid Performance Issues in Datahub", "Uploading Files to GitHub", "Using gh-scoped-creds to securely push changes to Github repository", "Enabling Real Time Collaboration feature in Datahub", "Use Realtime file sharing using SyncThing", "Launch Jupyter Notebooks using RetroLab interface"], "terms": {"all": [0, 1, 8, 11, 15, 16, 19, 21, 27, 28, 30, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 56, 59, 62, 63, 64, 65, 66, 70, 71], "content": [0, 3, 4, 10, 19, 28, 29, 38, 52, 53, 56, 59, 62, 63, 64, 65, 70, 71], "ie": 0, "ani": [0, 1, 3, 6, 11, 15, 16, 17, 19, 21, 27, 28, 39, 41, 42, 43, 44, 45, 46, 48, 49, 51, 52, 53, 56, 57, 61, 62, 63], "file": [0, 1, 2, 3, 16, 19, 21, 29, 30, 31, 34, 36, 37, 38, 39, 40, 41, 42, 45, 46, 48, 53, 56, 58, 62, 63, 65, 66, 70], "folder": [0, 3, 19, 21, 36, 38, 42, 45, 53, 56, 63, 66, 71], "under": [0, 10, 14, 62, 68, 70], "creativ": 0, "common": [0, 21, 26, 28, 30, 43, 45, 46, 59], "attribut": [0, 21, 36, 65], "sharealik": 0, "4": [0, 5, 6, 21, 49, 60, 65, 70], "0": [0, 21, 53, 59, 60], "intern": [0, 5, 29], "cc": 0, "BY": 0, "sa": 0, "now": [1, 21, 44, 49, 51, 53, 62], "locat": [1, 36, 37, 42, 52, 53, 64, 68], "ds": [1, 8, 14, 20, 45, 63], "modul": [1, 4, 11, 20, 24, 26, 28, 29, 31, 45, 50, 59, 60, 63, 65], "io": [1, 47], "inform": [1, 9, 19, 26, 27, 28, 36, 52, 54, 56, 57, 65, 68], "primarili": [1, 19, 26], "intend": [1, 3, 26, 36, 52], "instructor": [1, 4, 6, 10, 11, 12, 14, 15, 16, 19, 25, 26, 27, 28, 30, 34, 36, 41, 42, 45, 48, 53, 56, 57, 58, 59, 63, 69, 70, 71], "either": [1, 5, 14, 15, 16, 19, 21, 25, 26, 27, 38, 56, 61, 62, 70, 71], "current": [1, 3, 14, 17, 23, 26, 27, 29, 30, 36, 38, 42, 43, 44, 51, 53, 57, 58, 66, 70, 71], "ar": [1, 4, 6, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 30, 34, 37, 39, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 56, 58, 59, 62, 64, 65, 66, 67, 69, 70, 71], "teach": [1, 9, 10, 11, 15, 16, 19, 20, 26, 30, 34, 37, 42, 53, 57, 58, 59, 67, 71], "cours": [1, 4, 7, 10, 11, 12, 15, 16, 19, 20, 23, 25, 26, 27, 28, 29, 30, 34, 35, 36, 39, 41, 46, 48, 50, 53, 54, 57, 59, 62, 67, 68, 70, 71], "educ": [1, 20, 23, 25, 26, 27, 28, 46, 52], "program": [1, 9, 16, 19, 20, 21, 25, 27, 30, 39, 41, 46, 48, 52, 54, 59], "connector": [1, 7, 8, 10, 12, 25, 26, 34, 36, 38, 41, 48, 68], "enabl": [1, 2, 15, 25, 39, 46, 52, 58, 63, 66], "featur": [1, 15, 19, 36, 56, 58, 63, 68, 72], "howev": [1, 16, 17, 19, 21, 28, 39, 45, 50, 58, 70], "anyon": [1, 19, 20, 41, 48, 52, 53, 70], "els": [1, 41, 45, 48, 50], "want": [1, 6, 12, 15, 16, 19, 20, 21, 26, 30, 36, 38, 39, 41, 42, 44, 45, 46, 48, 51, 52, 53, 56, 59, 62, 63, 64, 66, 68, 69, 70, 71], "learn": [1, 16, 19, 20, 26, 39, 42, 44, 52, 59, 63, 67, 68, 70, 71], "more": [1, 6, 10, 11, 12, 15, 16, 19, 20, 28, 29, 30, 39, 41, 43, 45, 46, 48, 50, 52, 54, 57, 58, 63, 65, 68, 69, 70], "about": [1, 6, 15, 16, 17, 19, 26, 29, 30, 41, 45, 46, 48, 52, 54, 58, 59, 63, 67, 68, 70], "technolog": [1, 2, 9, 54, 59, 63], "encourag": [1, 11, 19, 53, 58, 59], "look": [1, 12, 15, 19, 20, 27, 30, 45, 51, 53, 57, 58, 62, 63, 70, 71, 72], "through": [1, 5, 7, 8, 11, 17, 19, 26, 28, 29, 32, 36, 41, 42, 48, 51, 52, 53, 58, 59, 63, 64, 65, 68, 70, 71], "If": [1, 3, 6, 8, 10, 11, 15, 16, 17, 19, 20, 21, 30, 37, 38, 39, 41, 42, 43, 44, 45, 48, 49, 51, 52, 53, 55, 56, 57, 58, 62, 63, 64, 65, 66, 67, 68, 70, 71], "you": [1, 3, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 25, 26, 27, 28, 29, 30, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "ve": [1, 29, 45, 68], "creat": [1, 6, 7, 9, 11, 14, 15, 16, 19, 26, 30, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 51, 55, 56, 60, 61, 68, 69, 71], "previous": [1, 19, 21, 63, 70], "pleas": [1, 10, 11, 15, 16, 19, 21, 28, 37, 41, 42, 44, 46, 48, 58, 63, 66, 67, 68, 70, 71], "skip": 1, "next": [1, 30, 43, 70], "step": [1, 15, 16, 17, 19, 21, 36, 37, 45, 46, 49, 51, 53, 54, 56, 58, 62, 68], "re": [1, 3, 21, 29, 43, 44, 45, 52, 53, 57, 67, 68], "run": [1, 3, 16, 18, 30, 39, 41, 45, 46, 48, 51, 52, 53, 56, 57, 58, 59, 60, 63, 66, 67, 69], "regular": [1, 19, 29, 56], "instal": [1, 16, 19, 21, 34, 36, 37, 46, 49, 51, 55, 56, 59, 66, 70], "vm": 1, "have": [1, 6, 8, 11, 12, 15, 16, 17, 19, 21, 27, 28, 29, 30, 35, 36, 37, 39, 41, 43, 44, 45, 46, 48, 49, 51, 52, 53, 55, 56, 59, 61, 62, 63, 64, 67, 68, 70], "NOT": [1, 45], "gener": [1, 10, 15, 16, 21, 34, 43, 52, 53, 55, 58, 59, 70], "execut": [1, 16, 21, 27, 37, 43, 51, 52, 53, 56, 59, 67], "follow": [1, 6, 15, 16, 17, 19, 21, 28, 29, 36, 37, 39, 42, 45, 49, 51, 53, 57, 58, 59, 63, 64, 65, 66, 67, 69, 70], "command": [1, 21, 36, 39, 44, 45, 49, 51, 52, 53, 56, 58, 63, 69], "keygen": 1, "t": [1, 17, 19, 21, 28, 36, 37, 43, 44, 45, 50, 51, 53, 56, 58, 67, 71], "rsa": 1, "b": [1, 19, 26, 45, 58, 60], "8192": 1, "For": [1, 6, 10, 11, 12, 15, 16, 19, 21, 27, 28, 29, 37, 38, 41, 43, 44, 45, 46, 48, 52, 53, 57, 58, 63, 65, 69], "ad": [1, 8, 21, 30, 36, 52, 58, 62, 63, 68, 69], "secur": [1, 10, 53, 65, 70], "can": [1, 3, 6, 8, 11, 14, 15, 16, 17, 19, 20, 21, 22, 27, 28, 29, 30, 34, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "choos": [1, 6, 11, 36, 49, 51, 59, 63, 64, 65], "enter": [1, 21, 37, 59, 62, 66], "passphras": 1, "dure": [1, 11, 12, 15, 19, 21, 27, 28, 30, 39, 59, 70], "creation": [1, 16, 52], "option": [1, 15, 17, 19, 21, 36, 52, 55, 56, 60, 62, 63, 64, 65, 66, 68, 70, 71], "us": [1, 2, 3, 5, 7, 9, 14, 15, 16, 17, 19, 20, 21, 27, 28, 29, 30, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 53, 55, 58, 59, 60, 61, 62, 63, 64, 65, 67, 70], "nativ": 1, "linux": [1, 21, 36], "gitbash": 1, "open": [1, 17, 20, 21, 31, 36, 37, 43, 44, 45, 49, 51, 52, 53, 55, 56, 57, 58, 63, 66, 67, 70], "termin": [1, 3, 21, 45, 53, 56, 68], "prefer": [1, 6, 16, 42, 64], "few": [1, 12, 19, 21, 27, 45, 50, 52, 55, 57, 70, 71], "addit": [1, 2, 6, 9, 19, 30, 36, 39, 46, 52, 53, 56, 58, 63, 67], "requir": [1, 14, 15, 17, 19, 21, 27, 28, 30, 36, 37, 39, 43, 45, 50, 55, 56, 58, 59, 65, 66, 67, 70], "instruct": [1, 15, 19, 20, 30, 43, 53, 57, 58, 67, 69], "here": [1, 11, 15, 19, 20, 21, 24, 27, 34, 38, 39, 40, 45, 47, 52, 53, 54, 55, 57, 58, 59, 62, 63, 65, 66, 68, 69, 70, 71], "allow": [1, 6, 12, 16, 19, 29, 36, 38, 40, 41, 42, 46, 48, 50, 51, 52, 53, 56, 57, 58, 60, 62, 63, 64, 65, 68, 69, 71], "authent": [1, 19, 21, 56, 69], "while": [1, 16, 18, 21, 28, 39, 42, 44, 46, 50, 51, 65, 70, 72], "git": [1, 21, 25, 29, 39, 45, 46, 53, 63, 66], "when": [1, 12, 16, 19, 21, 26, 30, 36, 38, 39, 42, 43, 44, 45, 46, 49, 51, 53, 56, 57, 58, 59, 63, 65, 67, 70, 71], "log": [1, 15, 19, 21, 41, 44, 46, 48, 51, 56], "home": [1, 2, 15, 27, 37, 45, 56, 66, 70], "directori": [1, 3, 31, 37, 45, 53, 56, 66, 70], "we": [1, 8, 11, 12, 15, 16, 17, 19, 20, 21, 38, 39, 41, 42, 44, 46, 48, 53, 54, 56, 57, 58, 61, 62, 63, 67, 68, 70], "recomend": 1, "sub": [1, 56], "name": [1, 16, 21, 24, 39, 43, 45, 53, 56, 59, 60, 63, 66], "someth": [1, 19, 30, 44, 53], "like": [1, 6, 7, 10, 11, 15, 16, 19, 21, 29, 30, 39, 42, 43, 44, 45, 51, 52, 53, 56, 57, 58, 62, 63, 65, 67, 71], "src": [1, 65], "help": [1, 2, 6, 7, 9, 12, 15, 16, 19, 20, 21, 29, 36, 44, 52, 54, 56, 59, 70], "manag": [1, 15, 24, 45, 52, 53, 56, 68, 69], "other": [1, 6, 10, 14, 15, 16, 17, 23, 28, 29, 35, 36, 39, 42, 44, 45, 49, 51, 53, 55, 56, 57, 58, 63, 66, 67, 70], "might": [1, 10, 15, 16, 19, 21, 26, 27, 30, 40, 62], "download": [1, 19, 21, 34, 37, 38, 40, 46, 51, 53, 56, 63, 68], "pwd": 1, "usernam": [1, 15, 21, 45, 53, 70], "mkdir": 1, "cd": [1, 52], "go": [1, 16, 21, 26, 30, 43, 44, 45, 53, 56, 62, 63, 64, 68, 70], "To": [1, 8, 12, 15, 19, 21, 27, 28, 38, 39, 41, 48, 53, 56, 57, 58, 62, 63, 66, 71], "do": [1, 5, 11, 15, 16, 17, 19, 20, 21, 30, 39, 41, 44, 45, 46, 48, 53, 56, 57, 59, 62, 66, 67, 70, 71], "click": [1, 15, 21, 36, 37, 38, 40, 42, 43, 53, 56, 60, 62, 63, 64, 66, 68, 69, 70, 71], "button": [1, 21, 36, 37, 38, 43, 53, 56, 60, 62, 63, 69], "local": [1, 3, 19, 21, 25, 36, 53, 56, 57, 62, 68], "devic": [1, 19, 51, 56, 71], "get": [1, 7, 15, 17, 20, 21, 26, 28, 30, 31, 42, 43, 44, 50, 51, 56, 59, 60, 66, 69, 70], "url": [1, 21, 31, 37, 38, 41, 42, 45, 48, 53, 55, 63, 64, 66, 67, 69], "lick": 1, "green": [1, 53, 62, 69], "code": [1, 11, 27, 28, 30, 36, 37, 39, 40, 41, 44, 46, 47, 48, 49, 50, 51, 52, 53, 55, 58, 59, 66, 67, 68], "primari": [1, 16], "copi": [1, 21, 37, 38, 45, 53, 56, 63, 66, 70], "valu": [1, 43, 60], "box": [1, 42, 60, 63], "befor": [1, 4, 19, 21, 28, 29, 30, 41, 48, 50, 53, 66], "make": [1, 3, 5, 15, 17, 19, 20, 21, 26, 27, 36, 37, 39, 41, 43, 45, 46, 48, 52, 53, 55, 57, 58, 63, 70], "sure": [1, 8, 15, 39, 41, 43, 45, 48, 53, 63], "subdirectori": 1, "contain": [1, 5, 19, 26, 30, 34, 35, 37, 39, 42, 43, 45, 46, 50, 53, 60, 63, 66, 67, 68], "com": [1, 8, 19, 23, 34, 36, 47, 53, 63, 68], "point": [1, 5, 21, 39, 43, 53, 55], "both": [1, 6, 9, 41, 48, 53, 58], "upstream": [1, 36], "origin": [1, 21, 36], "after": [1, 19, 21, 26, 29, 41, 43, 45, 48, 53, 63, 69, 70, 71], "initi": [1, 20, 21, 29, 53, 60], "main": [1, 11, 39, 63], "ll": [1, 29, 45, 53, 63], "need": [1, 4, 9, 11, 15, 16, 19, 20, 21, 28, 30, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 56, 60, 62, 63, 64, 69, 70, 71], "chang": [1, 3, 9, 15, 19, 21, 36, 39, 47, 52, 62, 65, 68], "an": [1, 8, 10, 15, 16, 19, 21, 26, 27, 28, 29, 30, 34, 37, 38, 39, 40, 41, 42, 43, 44, 48, 51, 52, 53, 55, 56, 57, 58, 59, 62, 63, 65, 67, 68, 70, 71, 72], "exampl": [1, 12, 15, 16, 27, 30, 38, 40, 41, 43, 44, 45, 48, 50, 52, 55, 58, 59, 62, 63, 66], "includ": [1, 6, 27, 29, 30, 40, 41, 45, 48, 52, 53, 56, 58, 62, 63, 65, 66, 70, 72], "output": [1, 19, 21, 38, 43, 45, 52, 55, 62, 67], "how": [1, 3, 5, 6, 11, 12, 15, 16, 17, 19, 20, 21, 28, 29, 30, 34, 44, 45, 52, 56, 57, 59, 62, 66, 68, 70, 71], "remot": [1, 59, 71], "v": [1, 21], "fetch": [1, 36, 45], "push": [1, 3, 47], "renam": [1, 21, 43, 45], "add": [1, 3, 15, 21, 28, 36, 37, 38, 53, 57, 63, 68, 69, 71], "dsep": [1, 39], "infra": [1, 19, 39, 67, 69], "raw": [1, 31], "past": [1, 6, 11, 12, 20, 21, 27, 28, 30, 37, 38, 55, 63, 66, 71], "below": [1, 5, 6, 11, 15, 16, 17, 19, 20, 21, 36, 39, 42, 43, 45, 51, 53, 55, 58, 59, 62, 63, 65, 66, 70, 71], "sync": [1, 36, 71], "from": [1, 3, 6, 9, 10, 14, 15, 16, 17, 19, 21, 23, 27, 28, 29, 30, 31, 32, 38, 39, 42, 43, 44, 45, 46, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 70, 71, 72], "those": [1, 8, 15, 28, 46, 56, 58, 59], "checkout": [1, 19, 36], "prune": 1, "rebas": 1, "anyth": [1, 19, 41, 44, 45, 48], "alwai": [1, 17, 20, 39, 56, 67], "branch": [1, 36, 38, 39, 45, 47, 53, 63, 66, 68], "should": [1, 6, 8, 10, 15, 16, 19, 21, 27, 38, 39, 45, 51, 53, 56, 58, 63, 65, 70], "also": [1, 12, 14, 15, 19, 27, 28, 29, 35, 36, 39, 44, 46, 50, 53, 55, 58, 62, 63, 67, 68, 70], "date": [1, 19, 21, 27, 39], "one": [1, 6, 10, 11, 15, 21, 28, 38, 41, 44, 45, 48, 50, 53, 57, 62, 63, 64, 67, 70, 71], "prior": [1, 12, 19, 43, 57], "commit": [1, 3, 11, 36, 68], "becaus": [1, 21, 27, 44, 63], "contributor": [1, 24], "mai": [1, 6, 11, 12, 14, 15, 16, 19, 27, 28, 30, 38, 41, 43, 44, 45, 46, 48, 50, 54, 56, 58, 62, 63, 68], "last": [1, 31, 53, 60, 63, 69], "new": [1, 3, 9, 11, 16, 19, 21, 29, 37, 38, 41, 43, 44, 45, 46, 48, 49, 51, 53, 58, 59, 63, 68, 70, 71], "switch": [1, 6, 16], "faq": [1, 18, 21, 26], "workflow": [1, 19, 23, 26, 36, 46, 51, 57, 58, 67, 71], "page": [1, 3, 15, 21, 23, 27, 32, 34, 38, 40, 41, 42, 44, 45, 48, 52, 53, 58, 62, 63, 65, 68], "correspond": [1, 3, 6, 39, 42], "found": [1, 3, 6, 12, 19, 21, 28, 34, 70], "_toc": [1, 3], "yml": [1, 3], "see": [1, 3, 12, 20, 21, 25, 29, 40, 41, 43, 45, 46, 48, 50, 53, 56, 57, 62, 68, 70], "s": [1, 5, 6, 10, 11, 15, 16, 17, 19, 20, 21, 23, 27, 30, 35, 36, 38, 39, 41, 43, 44, 45, 46, 48, 52, 53, 56, 57, 58, 61, 63, 64, 65, 68, 69, 70, 71], "been": [1, 6, 8, 16, 19, 21, 27, 34, 36, 39, 43, 44, 53, 58, 59, 62, 63, 68], "modifi": [1, 16, 52, 70], "check": [1, 15, 16, 17, 19, 20, 21, 37, 39, 43, 49, 51, 52, 58, 63, 65, 66, 67, 69, 71], "out": [1, 9, 11, 15, 16, 17, 19, 20, 21, 22, 27, 43, 47, 50, 52, 53, 56, 61, 63, 67, 69], "diff": 1, "statu": [1, 15, 45, 53], "readi": [1, 53], "first": [1, 6, 12, 15, 19, 21, 26, 28, 29, 36, 37, 41, 46, 48, 50, 56, 58], "stage": [1, 15, 30, 39, 67, 70], "them": [1, 11, 12, 15, 19, 21, 26, 36, 39, 41, 44, 48, 50, 53, 56, 63, 65, 67], "file1": 1, "file2": 1, "etc": [1, 11, 19, 34, 38, 39, 41, 48, 57, 58, 59, 63, 65, 67], "m": [1, 53], "descript": [1, 6, 11, 36, 53, 58, 59, 60], "onc": [1, 15, 21, 36, 40, 45, 53, 58, 62, 67, 68, 71], "big": [1, 5, 19, 21], "top": [1, 15, 19, 21, 43, 44, 53, 63], "sai": [1, 37, 45], "compar": 1, "pull": [1, 21, 36, 38, 53, 63, 68], "request": [1, 2, 7, 9, 10, 15, 16, 21, 36, 39, 44, 56, 65, 68, 70, 71], "edit": [1, 3, 21, 52, 53, 58, 70], "titl": [1, 15, 58], "action": [1, 15, 68, 70, 71], "which": [1, 6, 10, 11, 15, 19, 20, 21, 34, 35, 36, 37, 41, 45, 46, 48, 50, 52, 53, 55, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72], "build": [1, 17, 46, 55], "jupyterbook": 1, "publish": [1, 15, 19, 52, 58, 59, 63], "http": [1, 5, 15, 23, 28, 34, 36, 37, 38, 40, 42, 44, 45, 47, 49, 53, 54, 55, 63, 64, 65, 66, 68], "intro": [1, 47, 59], "html": [1, 23, 42, 59, 65], "face": [1, 21, 45, 53, 57], "websit": [1, 3, 5, 7, 11, 20, 30, 36, 41, 46, 48, 59, 66, 68], "fail": 1, "issu": [1, 15, 16, 17, 19, 26, 28, 39, 41, 42, 43, 45, 46, 48, 53, 56, 58, 61, 66, 70], "just": [1, 6, 15, 38, 43, 58, 63], "bit": [1, 70], "i": [1, 15, 16, 17, 19, 20, 21, 39, 43, 45, 55, 56], "highli": [1, 27], "take": [1, 5, 6, 11, 12, 15, 16, 20, 27, 30, 40, 44, 45, 53, 54, 55, 58, 62], "offici": [1, 6, 57], "onlin": [1, 42, 52, 53, 68], "book": [1, 3, 32, 59], "specif": [1, 3, 11, 14, 15, 16, 19, 21, 26, 28, 29, 36, 39, 53, 59, 63, 68, 69, 70], "review": [1, 19, 29, 43, 56, 59, 67], "chapter": 1, "1": [1, 5, 11, 16, 19, 21, 31, 44, 50, 53, 59, 60], "2": [1, 5, 6, 11, 19, 21, 31, 59, 60], "3": [1, 5, 21, 31, 37, 49, 58, 59, 60, 62, 65], "5": [1, 5, 21, 45, 49, 51, 58, 59, 60], "6": [1, 5, 58, 65], "credit": 1, "shane": [1, 24], "datahub": [1, 15, 16, 17, 21, 23, 24, 25, 26, 37, 38, 39, 40, 41, 42, 44, 48, 51, 55, 57, 58, 62, 64, 68, 69, 71, 72], "usag": 1, "analysi": [1, 5, 20, 30, 52, 59], "what": [2, 5, 9, 15, 16, 19, 20, 21, 30, 39, 56, 59, 62, 70], "previou": [2, 6, 9, 12, 21, 24, 30, 44, 62], "data": [2, 5, 6, 7, 9, 11, 12, 16, 19, 20, 25, 28, 29, 30, 31, 34, 35, 36, 38, 40, 41, 42, 43, 44, 45, 46, 48, 50, 52, 53, 54, 56, 59, 60, 62, 63, 66, 67, 68, 69, 70], "scienc": [2, 5, 11, 14, 20, 25, 28, 30, 35, 46, 50, 54, 58, 59], "pedagogi": [2, 9, 14], "jupyt": [2, 3, 11, 19, 20, 21, 23, 28, 30, 32, 36, 42, 45, 50, 56, 63, 64, 66, 69, 70], "logist": [2, 9, 27, 46], "room": [2, 7, 28, 46, 70], "design": [2, 9, 27, 46, 53, 58], "your": [2, 3, 6, 7, 8, 9, 10, 11, 15, 16, 19, 20, 28, 29, 30, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 51, 53, 55, 57, 59, 62, 63, 64, 66, 67, 68, 70, 71], "syllabu": [2, 5, 7, 9, 29], "student": [2, 6, 7, 9, 10, 14, 15, 16, 19, 20, 26, 27, 30, 34, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 52, 56, 59, 60, 62, 63, 67, 69, 70, 71], "join": [2, 9, 19, 21, 61, 67], "commun": [2, 9, 17, 19, 20, 21, 46, 58], "channel": [2, 9, 19, 21, 61], "pre": [2, 6, 9, 26, 29, 34, 63, 66], "semest": [2, 9, 11, 12, 14, 19, 20, 28, 29, 30, 36, 39, 53, 54, 57, 68], "checklist": [2, 9, 58], "plan": [2, 19, 21, 29, 42], "develop": [2, 4, 5, 7, 14, 19, 20, 21, 27, 28, 30, 36, 41, 46, 48, 52, 53, 58, 59, 62, 68, 70], "deploy": [2, 39, 52, 57], "assign": [2, 6, 9, 11, 15, 16, 19, 26, 27, 29, 36, 38, 40, 41, 45, 48, 50, 57, 59, 63, 64, 67, 68, 70, 71], "upload": [2, 16, 29, 36, 37, 38, 46, 51, 55, 56, 63, 71], "github": [2, 3, 4, 7, 15, 16, 17, 19, 21, 25, 27, 29, 30, 34, 37, 38, 39, 47, 51, 55, 58, 61, 63, 66, 70], "distribut": [2, 4, 9, 19, 20, 26, 32, 36, 38, 40, 51, 62, 68, 70, 72], "collect": [2, 30], "grade": [2, 9, 10, 11, 26, 53], "work": [2, 6, 9, 11, 17, 19, 20, 21, 27, 29, 36, 41, 43, 44, 45, 46, 48, 50, 53, 57, 58, 59, 67, 68, 70], "larg": [2, 9, 16, 21, 28, 42, 56, 57, 67], "dataset": [2, 9, 16, 19, 21, 44, 53, 56, 59, 63, 67], "python": [2, 5, 9, 11, 12, 16, 19, 21, 28, 31, 35, 37, 41, 43, 44, 46, 48, 50, 52, 56, 58, 59, 62, 63, 67], "packag": [2, 9, 16, 19, 21, 23, 31, 34, 42, 49, 51, 53, 55, 56, 58, 64, 65, 66, 67, 69, 70], "fix": [2, 9, 19, 21, 41, 46, 48, 70], "jupyterhub": [2, 4, 15, 17, 18, 19, 20, 21, 24, 25, 26, 34, 37, 38, 39, 42, 44, 45, 51, 53, 55, 56, 62, 63, 66, 68], "error": [2, 9, 41, 48, 50, 56, 67, 70], "resourc": [2, 16, 19, 26, 28, 30, 41, 44, 48, 56, 57, 58, 59], "peopl": [2, 12, 15, 24, 26, 44, 53, 58], "term": [2, 9, 19, 21, 26, 41, 48, 50, 53, 58, 69], "abbrevi": [2, 9], "contact": [2, 10, 16, 19, 26, 28, 30, 38, 44, 56], "thi": [3, 6, 7, 9, 11, 12, 15, 16, 17, 18, 19, 20, 21, 23, 25, 30, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "demonstr": [3, 28, 59], "The": [3, 5, 6, 9, 11, 15, 16, 19, 20, 25, 26, 28, 30, 34, 35, 38, 39, 40, 41, 43, 48, 49, 50, 51, 52, 53, 54, 57, 58, 59, 62, 65, 67, 68], "built": [3, 72], "detail": [3, 6, 16, 19, 21, 28, 29, 35, 36, 37, 43, 52, 57, 58, 63, 66, 68, 69, 70], "cover": [3, 12, 19, 26, 28], "basic": [3, 11, 14, 21, 26, 38, 39, 47, 50, 52, 59, 62, 63, 68], "repositori": [3, 20, 25, 29, 37, 38, 39, 45, 51, 55, 57, 63, 66, 68], "begin": [3, 4, 19, 28, 29, 30], "clone": [3, 36, 37, 45, 55, 63], "site": [3, 12, 19, 23, 31, 36, 41, 48, 52, 53, 68], "ca": [4, 7, 11, 25, 36], "focus": [4, 16, 59], "support": [4, 16, 17, 21, 28, 30, 38, 39, 45, 46, 52, 53, 56, 57, 58, 59, 72], "unlik": 4, "who": [4, 8, 11, 12, 15, 16, 35, 37, 42, 46, 51, 52, 54, 58, 70, 71], "produc": [4, 10, 52, 58], "class": [4, 6, 7, 11, 12, 14, 16, 19, 27, 28, 30, 44, 46, 59, 65], "core": [4, 16, 31, 46, 67], "task": [4, 11, 52, 53, 56, 57, 59], "assist": [4, 7, 15, 25, 30], "dai": [4, 19, 41, 43, 48, 56, 60], "oper": [4, 16, 19, 21, 42, 43, 50, 57, 59, 68], "utliz": 4, "nbgitpul": [4, 19, 36, 42, 53, 55, 56, 70], "link": [4, 5, 17, 19, 20, 21, 29, 36, 39, 40, 42, 46, 49, 51, 53, 54, 55, 56, 62, 65, 68, 70], "materi": [4, 6, 11, 14, 16, 19, 26, 27, 40, 44, 45, 52, 53, 63, 71], "pdf": [5, 19, 21, 37, 58, 59], "compsci": 5, "88": [5, 38, 59], "comput": [5, 10, 14, 16, 17, 19, 20, 21, 27, 30, 40, 41, 44, 46, 48, 53, 54, 56, 57, 59, 62, 67, 68], "structur": [5, 19, 36, 42, 53, 58, 59], "88e": 5, "econom": [5, 27, 59], "model": [5, 12, 19, 57, 67], "ep": [5, 59], "earth": [5, 59], "physic": 5, "applic": [5, 36, 42, 51, 53, 55, 66, 67, 68, 71], "polsci": 5, "scientif": 5, "studi": [5, 20, 27, 30], "polit": 5, "stat": [5, 42, 52, 55, 70], "probabl": [5, 21, 41, 44, 48, 62, 63], "mathemat": [5, 59], "statist": [5, 14, 20, 27, 28], "ugba": 5, "decis": [5, 70], "civeng": 5, "c88": 5, "smart": 5, "citi": 5, "cyplan": 5, "sem": 5, "write": [5, 16, 27, 42, 46, 52, 59, 68, 69], "stori": 5, "broken": [5, 6, 11], "down": [5, 6, 11, 51, 67], "ag": 5, "sex": 5, "demographi": 5, "sociol": 5, "social": 5, "impact": [5, 58, 70], "demog": 5, "immigr": 5, "tell": [5, 44], "l": [5, 10], "aesthet": 5, "sport": 5, "analyt": 5, "cogsci": 5, "mind": [5, 15, 16, 42, 58, 70, 71], "geog": 5, "geographi": 5, "legalst": 5, "crime": 5, "punish": 5, "children": 5, "world": [5, 59, 68], "mcellbi": 5, "immunotherapi": 5, "cancer": 5, "psych": 5, "cognit": 5, "neurosci": 5, "89a": 5, "linear": 5, "algebra": 5, "96": [5, 60], "network": [5, 21, 44], "web": [5, 36, 53, 55, 56, 58, 63], "visual": [5, 19, 27, 40, 41, 48, 52, 58, 62], "behind": [5, 63], "curtain": 5, "rediscov": 5, "text": [5, 19, 37, 40, 41, 43, 48, 53, 57, 59, 60, 62, 63], "88b": 5, "time": [5, 7, 10, 11, 12, 16, 17, 19, 21, 26, 27, 28, 30, 39, 40, 41, 42, 44, 46, 47, 48, 52, 53, 56, 58, 59, 62, 67], "seri": [5, 59, 63], "sea": 5, "level": [5, 14, 19, 27, 28, 53, 56, 68, 70], "rise": 5, "coastal": 5, "flood": 5, "espm": 5, "A": [5, 11, 14, 19, 21, 25, 26, 27, 36, 42, 46, 58, 68, 69, 70], "explor": [5, 14, 20, 27, 51, 53, 55, 56, 57, 58, 59, 63], "geospati": [5, 23], "hist": 5, "doe": [5, 15, 19, 21, 28, 45, 57, 63], "histori": 5, "count": [5, 16], "japanes": 5, "american": 5, "digit": 5, "sourc": [5, 17, 20, 38, 52, 58, 63, 66], "info": 5, "ethic": 5, "data8": [5, 23, 42], "org": [5, 23, 42, 52, 59], "legal": [5, 27], "measur": [5, 16, 39], "justic": 5, "system": [5, 16, 19, 28, 39, 41, 48, 52, 56], "mcb": [5, 38, 50, 59], "success": [5, 54, 60], "failur": [5, 21], "introduct": [5, 50, 62], "matric": 5, "graph": [5, 58], "cs88": 5, "190": 5, "sec": 5, "driven": [5, 14, 27, 58], "polici": [5, 11, 19, 59], "har": 5, "power": [5, 16, 35, 41, 46, 48, 52], "civic": 5, "tech": [5, 24], "290": 5, "revolut": 5, "88a": 5, "info88a_syllabus_fall2016": 5, "child": 5, "around": [5, 20, 26, 43, 58, 70], "analyz": [5, 30, 41, 48], "household": 5, "set": [5, 9, 15, 18, 19, 20, 21, 26, 29, 30, 35, 36, 41, 44, 46, 48, 52, 58, 60, 62, 65, 68, 69, 70, 71], "genom": 5, "info88": 5, "cogsci88": 5, "cee": 5, "ecolog": 5, "environ": [5, 19, 21, 39, 41, 46, 48, 50, 51, 52, 53, 56, 57, 62, 67], "health": [5, 19], "human": 5, "behavior": [5, 45], "literatur": 5, "39f": 5, "39g": 5, "39h": 5, "39c": 5, "read": [5, 7, 15, 16, 17, 21, 26, 31, 41, 42, 45, 48, 52, 54, 56, 58, 59, 63, 69], "39e": 5, "39d": 5, "race": 5, "polic": 5, "appli": [6, 14, 41, 48, 50, 63], "theoret": 6, "concept": [6, 27, 46, 50], "8": [6, 7, 9, 12, 14, 19, 25, 34, 35, 36, 38, 40, 41, 44, 45, 46, 48, 50, 59, 60, 62, 63, 68, 69], "particular": [6, 14, 15, 16, 19, 28, 30, 38, 53, 63], "area": [6, 59], "interest": [6, 8, 11, 15, 16, 17, 19, 20, 29, 30, 55, 57, 67, 70, 71], "some": [6, 11, 14, 18, 19, 20, 21, 34, 39, 40, 43, 46, 50, 57, 58, 59, 62, 63, 67, 68, 72], "character": 6, "averag": 6, "give": [6, 12, 19, 20, 27, 28, 58], "idea": [6, 11, 44], "fulli": [6, 11], "match": [6, 11], "requisit": 6, "co": [6, 24], "alreadi": [6, 49, 51, 62], "complet": [6, 19, 51, 52, 59, 66], "concurr": 6, "although": 6, "expect": [6, 19, 42, 43, 59], "state": [6, 39], "note": [6, 8, 21, 30, 39, 43, 46, 53, 57, 58], "formal": 6, "abl": [6, 8, 15, 19, 21, 41, 42, 45, 46, 48, 51, 53, 66, 70, 71], "enrol": [6, 11, 26, 70], "without": [6, 28, 41, 45, 48, 52, 64, 67, 68, 69], "met": 6, "challeng": [6, 21, 57, 58, 59], "individu": [6, 21, 53, 58, 62, 64], "rang": 6, "prepar": [6, 19, 52], "repres": [6, 29], "whole": 6, "announc": [6, 8, 17, 58], "suggest": [6, 17], "find": [6, 10, 14, 15, 16, 19, 21, 30, 44, 53, 56, 59, 66, 71], "differ": [6, 16, 19, 20, 21, 26, 27, 28, 34, 38, 39, 42, 43, 44, 45, 50, 56, 58, 62, 63, 68, 71], "wait": [6, 21], "until": [6, 12, 21], "thei": [6, 11, 15, 16, 19, 21, 27, 28, 41, 42, 44, 45, 46, 48, 50, 51, 53, 56, 59, 63, 67, 70, 71], "Of": 6, "discret": [6, 43], "consid": [6, 12, 16, 27, 30, 57, 59, 65, 70], "case": [6, 14, 16, 17, 19, 20, 21, 43, 52, 57, 63, 70], "basi": [6, 19, 28, 57], "think": [6, 17, 20, 27, 30], "waiv": 6, "miss": [6, 12], "overal": [6, 58], "effect": [6, 56, 57, 59], "two": [6, 8, 11, 19, 21, 29, 39, 43, 53, 56], "There": [6, 11, 16, 21, 35, 39, 44, 47, 50, 58, 62, 64, 70], "three": [6, 11, 16, 19, 30, 45, 58], "yet": [6, 43], "possibl": [6, 12, 43, 45, 62, 70], "higher": [6, 14], "One": [6, 21, 35, 44, 46, 53, 58, 68], "hour": [6, 7, 11, 19, 30, 69], "meet": [6, 11, 12, 19, 27, 28, 29, 58], "per": [6, 11, 16, 58, 60], "week": [6, 8, 10, 11, 12, 16, 19, 27, 57, 59], "lab": [6, 11, 14, 16, 19, 21, 27, 30, 40, 45, 49, 50, 51, 52, 56, 64, 65, 70], "lectur": [6, 27, 28, 59], "portion": [6, 38, 63], "decid": [6, 62], "split": [6, 60], "up": [6, 9, 14, 18, 19, 20, 21, 26, 27, 30, 36, 38, 41, 43, 44, 46, 48, 63, 71, 72], "between": [6, 12, 29], "spend": [6, 12, 59], "second": [6, 12, 70], "fluid": 6, "back": [6, 15, 19, 21, 26, 44, 56], "forth": [6, 21], "question": [6, 11, 26, 28, 29, 30, 59], "throughout": [6, 11, 14, 46, 53], "weekli": [6, 11], "project": [6, 17, 36, 41, 48, 53, 56, 59, 64, 68, 71, 72], "homework": [6, 14, 27, 30, 51, 52, 53, 70], "exam": [6, 19, 27], "depend": [6, 16, 28, 39, 42, 43, 50, 53], "offic": [6, 7, 11], "six": [6, 26], "wai": [6, 10, 17, 19, 21, 43, 58, 62, 67], "outsid": [6, 11, 19, 59], "schedul": [7, 10, 19, 27, 28, 52, 57], "grader": [7, 19, 20, 21, 53, 61, 67], "access": [7, 10, 16, 19, 21, 39, 42, 45, 46, 49, 51, 52, 53, 54, 55, 57, 62, 64, 66, 67, 68, 70, 71], "bcours": [7, 15, 16, 19, 56, 63], "would": [7, 10, 11, 16, 19, 21, 30, 51, 53, 63, 66, 70], "guid": [7, 9, 16, 25, 52, 53, 56, 57, 68], "updat": [7, 17, 21, 52, 53, 56, 67, 69], "public": [7, 17, 19, 29, 36, 38, 53, 59, 63, 68], "privat": [7, 53, 63, 68], "repo": [7, 21, 25, 36, 38, 39, 40, 45, 53, 63, 68], "organ": [7, 36, 45, 60, 63, 68, 69], "hold": [8, 10, 11, 36, 53, 68], "everi": [8, 9, 16, 19, 21, 27, 28, 39, 50], "These": [8, 11, 21, 46, 52, 63], "post": [8, 10, 21, 41, 48, 51, 58], "attend": [8, 11, 28, 29, 37], "focu": [8, 46, 58], "topic": [8, 26, 28, 50, 68], "googl": [8, 42, 55, 56], "group": [8, 15, 16, 59, 67], "whether": [8, 19, 21, 49, 51, 52, 71], "view": [8, 15, 21, 29, 36, 55], "membership": 8, "email": [8, 15, 16, 17, 19, 21, 22, 29, 41, 48, 53], "send": [8, 16, 17, 53], "berkelei": [8, 10, 15, 16, 19, 20, 21, 22, 23, 25, 28, 35, 37, 38, 39, 40, 41, 44, 45, 46, 48, 53, 54, 55, 62, 63, 64, 65, 66, 68], "edu": [8, 15, 16, 19, 21, 22, 23, 25, 28, 37, 38, 39, 40, 41, 44, 45, 48, 53, 54, 55, 56, 62, 63, 64, 65, 66, 68], "welcom": [9, 10, 37], "cdss": [9, 10, 11, 14, 20, 25, 27, 28, 30, 41, 46, 48, 62], "goal": [9, 27, 46], "provid": [9, 11, 15, 16, 19, 28, 30, 35, 36, 38, 39, 41, 42, 46, 48, 52, 54, 56, 57, 58, 65, 68, 71, 72], "return": [9, 21, 45, 60], "constantli": [9, 56, 58, 67], "sort": 9, "keep": [9, 12, 15, 16, 21, 42, 47, 53, 58, 70, 71], "speed": 9, "With": [9, 26, 53], "tip": [9, 19, 21, 30, 45, 58], "held": [10, 28, 29], "mondai": 10, "tuesdai": 10, "discuss": [10, 11, 19, 27, 28, 44], "curriculum": [10, 14, 27], "coordin": 10, "eric": [10, 11, 16, 19, 20, 24, 28], "van": [10, 11, 16, 19, 20, 24, 28], "dusen": [10, 11, 16, 19, 20, 24, 28], "each": [10, 11, 21, 27, 29, 36, 38, 42, 43, 44, 46, 53, 56, 59, 62, 63, 64], "wherev": 10, "conveni": [10, 16], "gatewai": 10, "tool": [10, 17, 26, 28, 34, 35, 38, 40, 41, 48, 52, 53, 56, 57, 58, 62, 63], "ferpa": 10, "consist": [10, 11, 52, 58, 62], "It": [10, 12, 15, 16, 19, 21, 36, 44, 52, 53, 56, 58, 65, 66, 68, 70], "similar": [10, 35, 46, 72], "blackboard": 10, "maintain": [10, 11, 36, 41, 46, 48, 53, 58, 72], "profit": 10, "compani": 10, "faculti": [10, 14, 53, 55], "come": [10, 28, 45, 46, 65], "school": [10, 58], "familiar": [10, 26, 27, 38, 46, 63], "depart": [10, 19], "list": [10, 14, 15, 17, 23, 25, 28, 38, 39, 42, 43, 47, 50, 56, 63, 66, 69, 71], "receiv": [10, 19, 20, 63, 70, 71], "role": [11, 15, 24, 28, 58], "none": [11, 21, 31], "brief": 11, "dec": [11, 14, 25], "experi": [11, 12, 14, 17, 19, 20, 27, 28, 45, 46, 51, 56, 67], "notebook": [11, 15, 17, 19, 20, 21, 23, 28, 29, 30, 34, 36, 39, 42, 43, 44, 45, 56, 57, 64, 67, 68, 69, 70], "libari": 11, "brainstorm": 11, "translat": [11, 58, 59], "In": [11, 12, 14, 15, 19, 21, 27, 28, 36, 37, 38, 41, 43, 44, 46, 48, 52, 53, 54, 56, 57, 58, 59, 62, 63, 67, 69, 70, 71], "over": [11, 19, 20, 27, 30, 45, 47, 68], "summer": [11, 58], "earli": [11, 30, 65, 70], "vari": [11, 15, 19, 21, 39, 52, 56, 69], "base": [11, 15, 16, 36, 41, 45, 48, 50, 53, 54, 56, 59, 60, 63, 67], "avail": [11, 19, 21, 26, 27, 30, 35, 36, 39, 44, 53, 56, 63, 65, 71], "undergradu": [11, 28, 54], "varieti": [11, 52, 62], "answer": [11, 26, 28, 30, 34, 36, 59, 63], "proofread": 11, "But": 11, "cannot": [11, 41, 48, 51, 52, 63], "unit": 11, "decal": 11, "train": 11, "90": [11, 56], "39": 11, "spent": [11, 16], "remain": [11, 38, 63, 65], "51": [11, 60], "relat": [11, 16, 19, 21, 28, 30, 43, 53, 67], "9": [11, 60], "15": [11, 19], "x": 11, "30": 11, "prep": 11, "our": [11, 16, 17, 19, 20, 21, 39, 42, 46], "default": [11, 15, 16, 19, 39, 58, 63, 65, 68], "staff": [11, 15, 19, 28, 29, 30, 46, 56], "recruit": 11, "seat": 11, "free": [11, 19, 30, 51, 56], "declin": 11, "altern": [11, 52, 58, 62, 72], "arrang": 11, "fit": [11, 16, 27, 44], "better": [11, 38, 58, 59, 60, 63], "respons": [11, 19, 21], "associ": [11, 52, 59], "paid": 11, "recommend": [12, 14, 15, 16, 19, 21, 39, 42, 53, 57, 58, 61, 62, 63, 67], "own": [12, 28, 30, 36, 41, 46, 48, 63, 70], "same": [12, 15, 17, 21, 36, 38, 40, 41, 45, 48, 62, 63, 67, 68, 71], "histogram": [12, 30], "four": [12, 29, 30, 53], "five": [12, 65], "avoid": [12, 19, 41, 44, 45, 48, 56], "too": [12, 21, 43, 56, 58, 67], "much": [12, 30, 52, 58], "fundament": 12, "taught": [12, 27], "cohes": [12, 52], "mani": [12, 19, 20, 21, 25, 28, 34, 36, 39, 40, 43, 46, 47, 50, 56, 58, 59, 67, 68, 70], "best": [12, 19, 45, 58], "accommod": [12, 19], "sinc": [12, 53, 70], "light": [12, 20, 58], "most": [12, 16, 19, 21, 29, 30, 31, 41, 43, 45, 46, 48, 50, 60, 62, 63, 68, 70], "lot": [12, 16, 19, 21, 46, 67], "long": [14, 21, 44, 52, 69], "method": [14, 19, 21, 27, 39, 42, 45, 65], "domain": [14, 21, 27, 28], "expand": 14, "skill": [14, 27, 30], "chosen": [14, 21, 46, 55, 57, 59], "field": [14, 37, 53, 63, 66], "adapt": [14, 16, 30, 59], "exist": [14, 19, 21, 27, 30, 39, 45], "ground": [14, 72], "team": [14, 15, 16, 19, 20, 21, 24, 27, 28, 29, 53, 56, 57, 58, 61, 67, 71], "partner": 14, "necessari": [14, 15, 27, 30, 53, 56, 57, 59, 67], "exercis": [14, 38, 52, 68], "typic": [14, 21, 50, 53], "foundat": [14, 25], "math": [14, 28], "well": [14, 53, 56, 62, 63], "offer": [14, 17, 19, 28, 58, 65, 67], "header": [14, 19, 37, 43, 58], "curiou": 15, "ye": [15, 16, 17, 21, 35, 52, 56, 71], "mean": [15, 27, 41, 46, 48, 63], "troubleshoot": [15, 19, 28, 57], "interfac": [15, 21, 36, 56, 63, 64, 65, 70], "admin": [15, 16, 19, 21, 41, 42, 45, 48, 53, 67, 69], "user": [15, 16, 17, 19, 20, 21, 26, 36, 38, 39, 40, 42, 43, 44, 45, 51, 52, 56, 57, 58, 63, 64, 67, 68, 69, 70, 71], "start": [15, 19, 21, 26, 28, 29, 30, 41, 43, 44, 45, 46, 48, 49, 51, 52, 53, 58, 62, 70], "stop": [15, 21, 56, 70], "server": [15, 19, 20, 39, 51, 53, 55, 56, 59, 62, 70], "dedic": [15, 16], "debug": [15, 21], "wide": [15, 39, 41, 48], "gsi": 15, "act": [15, 28, 45, 46, 68], "anoth": [15, 16, 21, 37, 41, 43, 44, 46, 48, 62, 70], "result": [15, 16, 19, 21, 58, 60, 67], "conflict": [15, 21, 41, 45, 48], "report": [15, 44, 67], "scenario": [15, 19, 21, 37, 57, 58, 71], "infrastructur": [15, 19, 24, 41, 46, 48, 53, 56, 57, 58, 62, 67], "so": [15, 16, 17, 19, 20, 21, 41, 42, 43, 45, 48, 50, 57, 62, 63, 65], "correct": [15, 41, 43, 45, 48, 53, 69], "imag": [15, 16, 19, 21, 31, 53, 62, 65, 69], "know": [15, 16, 19, 20, 21, 26, 44, 45, 50], "dashboard": [15, 21, 45, 55, 59], "alon": [15, 58], "purpos": [15, 67], "satisfi": 15, "abov": [15, 16, 21, 38, 39, 43, 50, 52, 53, 58, 59, 63, 64, 68], "criteria": 15, "templat": [15, 16, 17, 19, 21, 39, 53, 69], "process": [15, 16, 19, 27, 29, 30, 38, 39, 41, 44, 48, 51, 52, 56, 58, 59, 63, 71], "ha": [15, 16, 19, 20, 21, 28, 32, 34, 36, 37, 41, 43, 44, 48, 53, 58, 59, 62, 63, 65, 70, 72], "undergon": [15, 58], "major": [15, 30, 45, 46], "longer": [15, 21, 63, 72], "id": [15, 19, 21, 52, 56, 71], "than": [15, 16, 19, 21, 28, 38, 43, 58, 59, 63], "subset": [15, 16, 67, 70], "order": [15, 26, 29, 41, 43, 46, 48, 54], "must": [15, 38, 39, 53, 62, 63], "By": [15, 29, 43, 59], "teacher": [15, 59], "ta": [15, 28, 46, 56], "visit": [15, 21, 36, 52, 63, 69], "section": [15, 18, 26, 29, 30, 54, 62, 63, 64, 68], "specifi": [15, 19, 38, 39, 63, 69], "address": [15, 26, 28, 58], "groupset": 15, "insid": [15, 37], "share": [15, 19, 21, 37, 44, 46, 51, 53, 58, 59, 70], "configur": [15, 19], "document": [15, 19, 21, 37, 41, 42, 46, 48, 53, 57, 58, 61, 70], "being": [15, 21, 41, 44, 48], "grant": [15, 16, 69], "logout": 15, "again": [15, 21, 43, 45, 56, 66, 67], "config": 15, "persist": [15, 21, 56], "thing": [15, 29, 34, 41, 44, 48, 50, 56], "ui": [15, 19, 56, 57, 58, 65], "navig": [15, 30, 45, 53, 56, 58, 64, 69], "sometim": [15, 43], "part": [15, 16, 17, 19, 21, 27, 36, 39, 45, 53, 57, 58, 59, 62, 63, 65, 66, 67, 70, 71], "circumst": 15, "reach": [15, 16, 17, 19, 20, 21, 22, 56, 61, 67, 69, 72], "bcourseshelp": 15, "actual": 15, "portal": 15, "login": [15, 36, 37, 41, 48, 71], "instanc": [15, 16, 19, 21, 37, 39, 44, 55, 60], "bar": [15, 45, 70], "where": [15, 17, 19, 21, 27, 36, 43, 45, 51, 52, 53, 56, 58, 59, 70, 71], "r": [15, 16, 19, 21, 45, 52, 55, 56, 59, 63, 67], "replac": [15, 53, 58], "calnet": [15, 19, 21, 51, 53, 56], "rstudio": [15, 19, 21, 51, 52, 53, 56, 58, 63], "restart": [15, 39, 43, 44, 56, 58], "control": [15, 21, 36, 52, 53, 58, 68, 69, 70], "panel": [15, 21, 53, 70], "whose": [15, 59], "search": [15, 21, 51, 66], "hub": [16, 19, 38, 39, 42, 45, 52, 53, 55, 56, 58, 64, 66, 67, 69, 70, 71], "version": [16, 17, 19, 21, 34, 36, 39, 41, 45, 48, 56, 63, 67, 68, 70], "self": [16, 31, 39], "temporari": [16, 19, 69], "identifi": [16, 21, 39, 58, 59, 65, 67, 71], "perman": [16, 39], "solut": [16, 21, 39, 43, 53, 71], "syntax": [16, 39, 52, 58, 59, 65], "pip": [16, 19, 21, 39, 56, 58, 66], "eg": [16, 39, 45, 52, 64, 69], "numpi": [16, 39], "ggplot2": [16, 39], "highlight": [16, 18, 19, 21, 38, 39, 52, 59, 63], "along": [16, 29, 39], "rais": [16, 17, 19, 21, 39, 42, 66], "increas": [16, 19, 21, 42, 57, 67], "ram": [16, 19, 41, 42, 48], "cpu": [16, 19, 57, 60, 67], "1gb": [16, 42], "usecas": [16, 57, 70], "compel": 16, "reason": [16, 21, 30, 41, 48, 51, 57, 67], "rational": 16, "upgrad": [16, 17, 19, 21, 67], "cost": [16, 56, 57, 60, 67], "implic": 16, "servic": [16, 19, 21, 24, 28, 51, 56], "factor": [16, 59], "number": [16, 20, 21, 41, 43, 48, 58, 60, 65], "amount": [16, 19, 28, 42, 44, 56], "place": [16, 30, 36, 53, 59], "latter": 16, "temporarili": [16, 39, 42, 45], "durat": 16, "auto": 16, "approv": [16, 38, 63], "threshold": 16, "600": [16, 60], "gb": [16, 19], "month": [16, 17], "400": [16, 60], "200": 16, "ones": [16, 38], "tabl": [16, 21, 23, 30, 35, 42, 43, 46, 52, 58, 60, 67], "further": [16, 19, 21, 55, 57, 58], "consider": [16, 58, 70], "end": [16, 19, 29, 45], "complex": [16, 19, 43, 44, 59, 65, 67, 70], "affect": [16, 41, 48, 58, 62, 70], "perform": [16, 19, 42, 43, 57, 59, 68], "As": [16, 19, 21, 28, 36, 50, 58, 63, 65, 67, 70], "conduct": 16, "workshop": [16, 19, 26, 28, 37], "could": [16, 21, 26, 37, 57, 58, 70], "repurpos": [16, 19], "certainli": 16, "d": [16, 19, 44], "its": [16, 26, 36, 65, 72], "regularli": [16, 21, 39, 46, 56, 69], "ericvd": [16, 19, 20], "balaji": [16, 19, 20, 21, 24], "alwar": [16, 19, 20, 21, 24], "balajialwar": [16, 19, 21, 22], "exact": [16, 19], "memori": [16, 19, 21, 67], "total": [16, 19, 44, 60], "particip": 16, "size": [16, 21, 28, 42, 56, 58, 60], "languag": [16, 19, 39, 52, 57, 59, 67], "research": [16, 19, 30, 52, 57], "motiv": [16, 28], "practic": [16, 21, 28, 52, 56, 58], "IT": 16, "benefit": [16, 28, 41, 48], "high": [16, 19, 56], "cluster": [16, 25, 44], "savio": 16, "On": [16, 21, 45, 53], "demand": 16, "virtual": [16, 21, 56, 60], "machin": [16, 41, 44, 48, 56, 60], "am": [16, 19, 21], "my": [16, 19, 21, 37, 45, 52, 62], "ensur": [16, 19, 21, 43, 52, 53, 56, 57, 58, 69], "rule": [16, 21, 44, 58, 67], "thumb": [16, 21, 44, 58, 67], "separ": [16, 19], "limit": [16, 21, 41, 42, 44, 48, 57, 58], "100": [16, 19, 20, 42, 58, 60, 70], "mb": [16, 58], "overcom": [16, 58], "constraint": 16, "aris": [16, 43], "due": [16, 21, 45, 51, 58, 65, 67], "disk": [16, 41, 44, 48], "singl": [16, 20, 27, 41, 48, 52, 64, 67], "thread": 16, "max": [16, 67], "alloc": [16, 19, 21, 60], "resiz": 16, "feasibl": [16, 19, 57], "profil": [16, 65], "understand": [16, 19, 38, 56, 58, 59, 63, 70], "consumpt": [16, 19], "within": [16, 19, 29, 52, 53, 57, 64, 65], "conusmpt": 16, "directli": [16, 19, 21, 42, 45, 52, 57, 62, 65, 66, 67, 68], "serv": [16, 19, 28, 65], "principl": [16, 20], "undergrad": 16, "technic": [16, 19, 24, 28, 46, 56], "architectur": 16, "strong": 16, "institut": [16, 25], "strateg": 16, "custom": [16, 39, 53, 58, 65, 66], "improv": [17, 19, 21, 56, 58, 60], "campu": [17, 19, 26, 56], "outlin": [17, 21, 42], "enhanc": [17, 19], "notif": [17, 63, 71], "releas": [17, 19, 45, 53, 57, 58, 71], "try": [17, 19, 21, 37, 43, 44, 56, 67], "cadenc": 17, "upcom": 17, "watch": 17, "track": [17, 19, 36, 47, 53, 68], "prioriti": [17, 58], "sprint": 17, "board": 17, "collabor": [17, 29, 37, 42, 53, 58, 59, 71], "don": [17, 21, 36, 37, 43, 44, 51, 53, 56, 67], "junctur": 17, "toward": [17, 27], "integr": [17, 27, 45, 53, 57, 58, 59, 69, 70], "retrolab": 17, "function": [17, 35, 42, 43, 46, 50, 53, 56, 59, 60, 65, 70, 71], "contribut": 17, "thank": 17, "amaz": 17, "sens": [17, 58], "commonli": [18, 67], "proactiv": [19, 57], "submit": [19, 53, 56], "softwar": [19, 20, 28, 36, 41, 43, 45, 48, 59, 67, 68], "disrupt": 19, "ideal": [19, 30, 52, 58, 59, 65, 67], "frame": [19, 67], "timelin": [19, 29], "minim": 19, "ongo": [19, 58], "deadlin": 19, "goe": [19, 29, 46, 56], "wrong": 19, "test": [19, 21, 56, 58, 59, 62, 67, 70], "advanc": [19, 46, 62, 63, 68, 72], "discov": 19, "export": [19, 21, 65], "webpdf": [19, 65], "save": [19, 21, 37, 42, 53, 56, 58, 65, 68], "convert": [19, 38, 58, 65], "resolv": [19, 56], "render": [19, 52, 55], "encount": [19, 26, 43, 56], "hope": 19, "smoother": 19, "convers": [19, 20, 21, 30], "refer": [19, 21, 26, 37, 41, 42, 43, 48, 50, 57, 65, 70, 71], "incorpor": [19, 58], "consult": [19, 57, 67], "fork": 19, "browser": [19, 21, 37, 40, 41, 48, 55, 62, 63, 64, 65, 66, 67, 68, 70], "extens": [19, 35, 37, 42, 52, 58, 61, 65, 67, 70, 72], "call": [19, 31, 40, 43, 45, 60, 62, 63, 68, 71], "uninstal": 19, "old": [19, 45], "reinstal": 19, "latest": [19, 21, 39, 56, 58, 60, 67, 70], "chrome": [19, 45, 55, 56], "recent": [19, 31, 46, 60, 63, 65], "backup": 19, "retriev": [19, 56], "archiv": [19, 56], "upfront": 19, "hopefulli": 19, "eas": 19, "workload": [19, 60], "otter": [19, 20, 53, 61, 67], "move": [19, 21], "sean": 19, "smorri": 19, "slack": [19, 21, 22, 61], "w": 19, "uctech": 19, "account": [19, 21, 36, 37, 38, 39, 41, 42, 44, 46, 48, 51, 53, 63, 71], "ucb": [19, 53, 57], "interact": [19, 27, 28, 40, 46, 53, 55, 57, 58, 60, 68], "lead": [19, 24, 29, 30, 56, 57], "sensit": [19, 43, 69], "compat": [19, 56], "least": [19, 29], "busi": 19, "turnaround": 19, "elev": 19, "privileg": [19, 21], "import": [19, 29, 31, 34, 39, 43, 50, 58, 60, 65, 69], "greater": [19, 59], "usual": [19, 30, 43, 44, 45, 50], "relev": [19, 20, 21, 23, 29, 30, 37, 53], "calendar": 19, "event": [19, 60], "a11i": [19, 58], "insight": 19, "jupyterlab": [19, 51, 52, 56, 57, 72], "checker": 19, "multipl": [19, 21, 36, 44, 52, 53, 67, 68], "cell": [19, 37, 39, 50, 56, 58, 59, 65, 66, 67], "head": [19, 53], "verifi": [19, 56], "presenc": 19, "alt": [19, 65], "impair": [19, 58], "calcul": [19, 21, 30, 52, 59, 60], "colour": 19, "contrast": [19, 58], "ratio": [19, 59], "readabl": [19, 58], "low": [19, 56], "vision": 19, "c": [19, 21, 49, 51, 58, 59], "evalu": [19, 59], "align": [19, 60, 65], "wcag": 19, "standard": [19, 60, 62, 65], "h1": [19, 58], "h2": 19, "appropri": [19, 28, 43, 53, 63], "optim": [19, 57, 60], "final": [19, 29, 60, 71], "feedback": [19, 56], "smooth": [19, 57], "myself": 19, "variou": [19, 38, 40, 41, 48, 52, 57, 58, 62, 63, 65], "uc": [19, 20, 28, 53, 54, 63], "zero": [19, 45], "kubernet": 19, "julia": [19, 39, 45, 52, 67], "uniqu": [19, 66], "across": [19, 36, 39, 67, 68, 71], "cater": 19, "divers": 19, "audienc": [19, 58], "vanilla": 19, "deploi": [19, 28, 39, 52, 57, 70], "right": [19, 21, 30, 43, 44, 45, 56, 62, 63, 64, 68], "corner": [19, 44, 63], "had": [19, 21, 63], "consum": [19, 67], "against": [19, 59], "crash": [19, 21, 58], "less": [19, 58], "intens": 19, "capac": 19, "classic": [19, 37, 56, 58, 63, 70, 72], "bug": [19, 21, 70], "agreement": 19, "sla": 19, "regard": [19, 21], "acknowledg": 19, "categor": 19, "envis": 19, "decreas": 19, "member": [19, 28, 46], "store": [19, 29, 38, 41, 45, 48, 53, 56, 63, 66], "exhaust": [19, 43], "enough": [19, 58], "type": [19, 21, 26, 27, 39, 43, 45, 50, 53, 58, 60, 62, 70], "honestli": 19, "noth": 19, "todai": 19, "ask": [19, 21, 26, 29, 43, 51, 59, 67], "refrain": 19, "via": [19, 21, 22, 34, 42, 55, 68, 69], "incas": [19, 37, 66], "caus": [19, 21, 43, 45, 56, 58], "launch": [19, 21, 37, 45, 55, 56, 71], "non": [19, 27, 45, 58, 70], "onli": [19, 38, 39, 41, 42, 48, 53, 58, 66, 67, 69], "coupl": [19, 21, 55, 58, 64], "sponsor": 19, "guest": 19, "binder": 19, "jupyterlit": 19, "solv": [19, 21, 41, 45, 48, 59, 67], "immedi": [19, 63, 70], "submiss": [19, 40, 52, 53, 61, 62], "select": [19, 21, 36, 37, 38, 43, 45, 53, 56, 58, 59, 62, 63, 64, 68, 69, 70, 71], "knit": 19, "target": [19, 27], "format": [19, 21, 30, 31, 38, 40, 52, 53, 62, 63, 65], "affili": [19, 53], "easi": [19, 36, 55, 58, 63, 69], "stakehold": 19, "worri": 19, "confus": [19, 65], "banner": 19, "highligh": 19, "input": [19, 21, 28, 37, 38, 63], "evangelist": 20, "spread": [20, 27], "word": 20, "tweak": 20, "accord": 20, "collater": 20, "societi": [20, 46], "short": [20, 21, 27, 30, 47, 55, 62, 68, 71], "opportun": [20, 27], "hand": [20, 52], "weight": 20, "modular": [20, 27], "autograd": [20, 52, 53], "discours": 20, "small": [20, 30, 56], "littlest": 20, "escal": 21, "becom": [21, 30, 41, 48, 58], "unrespons": 21, "properli": [21, 43, 53, 56, 62], "visibl": [21, 36, 37], "piazza": [21, 23, 38, 41, 44, 48], "obfusc": 21, "f": [21, 31, 60], "desir": [21, 38, 45, 59, 68], "row": [21, 58], "tab": [21, 49, 51, 56, 63, 67, 71], "close": [21, 27, 44, 67], "still": [21, 41, 44, 48, 58, 61, 70], "adopt": [21, 70], "infinit": [21, 43, 67], "loop": [21, 43, 67], "show": [21, 38, 53, 60, 63, 67, 70, 71], "reduc": [21, 46], "seem": 21, "unus": [21, 56], "workspac": 21, "e": [21, 28, 43, 44, 45, 50, 53, 57, 60, 67], "g": [21, 28, 43, 44, 45, 50, 53, 57, 60, 67], "imposs": 21, "reset": 21, "tree": [21, 34, 45, 56, 64, 71], "n": 21, "integ": 21, "recov": 21, "delet": [21, 53, 56], "manual": [21, 38, 53, 56, 63], "confirm": [21, 63], "hack": 21, "spawn": 21, "pend": 21, "messag": [21, 44, 45, 53, 56, 68, 70], "ipynb": [21, 37, 40, 45, 52, 58, 62, 63, 65, 66, 70], "bloat": 21, "clear": [21, 37], "nbconvert": [21, 58, 65], "inplac": 21, "filenam": [21, 31, 53, 65, 66], "503": [21, 67], "unavail": 21, "sorri": 21, "stabil": [21, 70], "minut": [21, 43, 70, 71], "403": 21, "block": 21, "unknown": 21, "potenti": 21, "author": [21, 58], "certain": [21, 38, 42, 67, 71], "node": [21, 44, 60], "scale": [21, 28, 44], "volum": 21, "occur": [21, 43, 45], "load": [21, 42, 45, 53, 57, 65], "rm": 21, "nbsignatur": 21, "db": 21, "di": 21, "whenev": [21, 52], "death": 21, "soon": 21, "exce": 21, "die": 21, "lack": [21, 57, 58], "swap": 21, "space": [21, 43, 44, 56, 58, 60], "transmiss": 21, "workaround": 21, "implement": [21, 56], "involv": [21, 24, 52, 58], "remov": [21, 41, 45, 48, 67], "bypass": 21, "session": [21, 43, 44, 70], "startup": 21, "mv": 21, "press": [21, 49, 51], "normal": 21, "studio": [21, 58], "kick": 21, "me": 21, "doesn": [21, 43, 44, 45, 56, 58], "reproduc": 21, "observ": [21, 52, 58], "exponenti": 21, "annot": [21, 59], "awar": 21, "direct": [21, 59, 68], "circumv": 21, "instead": [21, 58, 63], "rel": [21, 53], "window": [21, 36], "ctrl": 21, "shift": [21, 59, 62], "mac": 21, "cmd": 21, "scratch": 21, "fresh": [21, 45], "good": [21, 44, 50, 53, 56, 58], "present": [21, 27, 58, 65, 68], "did": [21, 46, 68], "wa": [21, 35, 43, 46, 53, 57, 70], "made": [21, 27, 30, 36, 53, 56, 58, 62, 68], "10": [21, 58], "2022": 21, "smoothli": [21, 36, 56, 68], "incompat": 21, "revert": 21, "zip": [21, 64], "got": 21, "mention": [21, 51, 64], "seek": [21, 26], "fals": 21, "force_sav": 21, "true": [21, 43, 60], "rewrit": 21, "suit": 21, "consolid": 23, "wiki": 23, "cs97": 23, "datasci": [23, 26, 42], "patti": 23, "frontiera": 23, "sampl": [23, 67, 69], "demo": [23, 55, 71], "decul": 23, "tabledemo": 23, "textbook": [23, 46, 52], "ipython": [23, 31, 60, 65, 70], "homepag": 23, "www": [23, 68], "inferentialthink": 23, "outreach": [24, 26], "dsu": 24, "knapp": 24, "ryan": 24, "lovett": 24, "jonathan": 24, "felder": 24, "greg": 24, "meritt": 24, "anthoni": 24, "suen": 24, "curricular": 24, "keelei": 24, "takimoto": 24, "gunjan": 24, "baid": 24, "chri": 24, "pyle": 24, "yuvi": 24, "panda": [24, 35, 39, 46, 60], "acronym": 25, "bid": 25, "ci": [25, 39, 52], "cloud": [25, 41, 46, 48, 51, 53, 56, 57, 59, 60, 67], "divid": 26, "platform": [26, 52, 53, 56], "essenti": [26, 49, 51, 70], "frequent": [26, 39, 43, 56], "comprehens": [26, 52, 58], "curat": 26, "tailor": [26, 50, 63], "overview": [26, 27, 28, 56], "facilit": [26, 28], "themselv": [27, 30, 50], "subject": [27, 30], "extra": [27, 54], "itself": 27, "often": [27, 28, 36, 46, 52, 68], "led": [27, 59, 70], "real": [27, 52, 53, 58], "critic": 27, "period": [27, 29], "concern": 27, "length": 27, "midterm": 27, "And": 27, "everyon": [27, 41, 48], "freshmen": 27, "senior": 27, "upper": [27, 45, 63], "divis": [27, 46], "econometr": 27, "sociolog": 27, "psycholog": 27, "mediev": 27, "rhetor": 27, "gender": 27, "women": 27, "linguist": 27, "brows": [27, 30], "Not": 28, "feel": [28, 30, 67, 72], "confid": [28, 46], "util": [28, 59], "asap": 28, "drop": [28, 36, 68], "complement": 28, "3rd": [28, 58, 63], "floor": 28, "moffitt": [28, 54], "librari": [28, 39, 41, 46, 48, 50, 54, 58], "full": [28, 36, 45, 63], "ahead": [28, 44], "special": 28, "expertis": 28, "geograph": 28, "introductori": [28, 35, 41, 46, 48], "invit": 28, "walk": [28, 68, 70, 71], "aren": [28, 43], "interrupt": 28, "front": 28, "profici": 28, "explain": [28, 42, 57, 59], "finer": 28, "conceptu": 28, "At": [29, 30, 53], "bring": 29, "tent": 29, "contract": 29, "draft": 29, "sent": 29, "compon": [30, 35, 46, 54, 58, 63], "unsur": [30, 67, 70], "accomplish": 30, "awai": [30, 56, 70], "correl": 30, "coeffici": 30, "interpret": [30, 58], "devot": 30, "tend": [30, 50], "larger": [30, 46, 60], "aggreg": 30, "engag": [30, 52, 59], "difficult": 30, "internet": [30, 41, 48, 70], "usabl": [30, 58], "easiest": [30, 45], "spreadsheet": 30, "csv": 30, "xlsx": 30, "extend": 30, "clearer": 30, "faster": 30, "replic": 30, "paper": [30, 58], "quantit": 30, "put": [30, 43, 53], "aspect": [30, 58], "perhap": 30, "histor": 30, "done": [30, 41, 48, 53, 56, 62], "microsoft": 30, "excel": 30, "reconfigur": 30, "saw": 30, "easier": 30, "fewer": 30, "harder": 30, "displai": [31, 35, 36, 46, 58, 60, 62, 65, 68], "mathematica": [31, 65], "png": [31, 65], "width": [31, 60, 65], "250": [31, 65], "filenotfounderror": 31, "traceback": [31, 60], "tmp": [31, 60], "ipykernel_1833": 31, "3066509368": 31, "py": [31, 60], "opt": 31, "hostedtoolcach": 31, "7": [31, 36, 65], "17": [31, 60], "x64": 31, "lib": 31, "python3": 31, "__init__": 31, "emb": [31, 65], "height": [31, 60], "retina": 31, "unconfin": 31, "metadata": 31, "1230": 31, "1231": 31, "super": 31, "1232": 31, "1233": 31, "1234": 31, "635": 31, "636": 31, "637": 31, "reload": 31, "638": 31, "_check_data": 31, "639": 31, "1261": 31, "1262": 31, "1263": 31, "1264": 31, "1265": 31, "_retina_shap": 31, "660": 31, "661": 31, "662": 31, "_read_flag": 31, "663": 31, "664": 31, "elif": [31, 50], "errno": 31, "No": [31, 36, 41, 48, 60, 69], "gitbook": 32, "host": [32, 36, 51, 52, 53, 59, 68, 70], "statement": [34, 50], "kei": [34, 35, 36, 46, 58, 63], "download_fil": 34, "install_packag": 34, "gh": [34, 38], "written": [35, 46, 53], "investig": [35, 46], "graphic": [35, 46, 58], "abstract": [35, 46], "datafram": [35, 46, 60], "draw": [35, 46], "map": [35, 46, 59], "plot": [35, 46, 50, 52, 58], "aim": [35, 46], "simpl": [35, 44, 46, 52, 63, 65], "taken": [35, 44, 45, 46, 53], "parallel": [36, 44, 68], "conjunct": [36, 68], "aka": [36, 68], "central": [36, 60, 68], "gui": [36, 67], "client": 36, "simplifi": [36, 38, 44, 46, 63], "cli": [36, 56], "maco": 36, "merg": [36, 45, 47], "credenti": [36, 41, 48], "ry": 36, "reposito": 36, "drag": [36, 68], "appear": [36, 42, 43, 53, 63], "summari": [36, 58], "defin": [36, 43, 59], "congratul": 36, "iri": 37, "datahub_workshop_feb24": 37, "markdown": [37, 50, 58, 62, 65], "sake": 37, "someon": 37, "ipykernel": 37, "launcher": [37, 49, 51], "rather": [38, 43, 63, 66], "extern": [38, 56, 63], "person": [38, 39, 41, 48, 54, 56, 63, 70], "obtain": [38, 57, 63, 69], "given": [38, 41, 42, 43, 48, 50, 60, 63, 65], "futur": [38, 41, 44, 48, 56], "automat": [38, 44, 45, 52, 53, 63], "color": [38, 58, 63], "grei": [38, 43, 63], "yourself": [38, 63], "shown": [38, 63, 66, 71], "hit": 38, "redirect": [38, 40], "path": [38, 40, 45, 53, 63], "lab5": 38, "procedur": 39, "scikit": [39, 44], "matplotlib": [39, 46, 50, 58], "shini": 39, "dplyr": 39, "tidyr": 39, "rsqllite": 39, "instanceof": 39, "simpli": 39, "line": [39, 45, 51, 52, 53, 62, 69], "bash": [39, 53], "reflect": [39, 52], "prod": 39, "product": 39, "break": [39, 41, 45, 48, 62, 67], "omit": 39, "unreleas": 39, "sha": 39, "data8asset": 40, "sp17": 40, "lab01": [40, 45], "blog": [41, 47, 48, 58], "sever": [41, 43, 44, 48, 70], "veri": [41, 46, 48, 50], "tediou": [41, 46, 48], "prone": [41, 48], "even": [41, 42, 44, 48, 58, 67], "finish": [41, 43, 44, 48, 63], "everyth": [41, 48], "outdat": [41, 48], "frustrat": [41, 44, 46, 48], "storag": [41, 44, 48, 56, 69], "entir": [41, 42, 48, 52, 54, 60, 63, 67, 71], "especi": [41, 43, 46, 48, 58], "never": [41, 48], "setup": [41, 46, 48, 53, 60, 62], "burden": [41, 46, 48], "regardless": [41, 42, 48], "disadvantag": [41, 48], "connect": [41, 44, 48, 53, 54, 56, 59], "unlimit": [41, 48], "mayb": [41, 48], "filesystem": [41, 48], "modif": [41, 48], "unless": [41, 48], "difficulti": [41, 48, 58], "unabl": [41, 48, 56], "choic": 42, "drive": [42, 51, 56], "read_tabl": 42, "_autosummari": 42, "messi": 42, "filepath": 42, "therefor": 42, "approach": [42, 46, 55, 56, 57, 59], "administr": 42, "159": [42, 70], "biologi": [42, 59], "dropox": 42, "categori": 43, "describ": [43, 53, 62, 63, 68], "themost": 43, "far": 43, "screenshot": [43, 45, 49, 51], "happen": [43, 59], "forget": 43, "misspel": 43, "variabl": [43, 50, 57], "quotat": 43, "mark": 43, "string": 43, "column": [43, 58], "pick": 43, "doubl": [43, 62], "spell": 43, "capit": 43, "punctuat": 43, "enclos": 43, "deal": [43, 46], "label": [43, 53, 58], "manipul": 43, "incorrect": 43, "kind": [43, 44, 59], "relabel": 43, "misus": 43, "boolean": 43, "argument": 43, "friend": 43, "stuck": 43, "squar": [43, 58], "bracket": [43, 58], "left": [43, 56, 59, 62, 64], "asterisk": 43, "circl": 43, "kernel": [43, 44, 56, 58], "stai": [43, 63], "solid": 43, "isn": [43, 71], "particularli": [43, 52], "realli": [43, 44], "takesever": 43, "toolbar": [43, 62], "attempt": 43, "menu": [43, 45, 58, 70], "lostand": 43, "redefin": 43, "finit": 44, "reserv": 44, "roughli": 44, "10gb": 44, "2gb": 44, "fast": 44, "bottleneck": 44, "obvious": 44, "analys": [44, 56], "fine": 44, "multi": 44, "layer": 44, "neural": 44, "batch": 44, "tie": 44, "joblib": 44, "n_job": 44, "though": 44, "iter": [44, 50], "problem": [44, 50, 56, 59], "let": [44, 57], "strai": 44, "unfortun": 45, "won": [45, 50], "firefox": [45, 55, 56, 70], "safari": [45, 56], "correctli": 45, "red": 45, "exit": 45, "128": 45, "fill": [45, 53, 59, 63, 66], "forward": [45, 70], "slash": 45, "okai": 45, "fall19": 45, "overwrit": 45, "refus": [45, 65], "proce": 45, "conserv": 45, "soc": 45, "problemat": [45, 67], "aros": 45, "newli": 45, "stash": 45, "dropdown": [45, 60, 62, 63, 68, 71], "gitstash": 45, "advic": 45, "experienc": 46, "wast": 46, "preinstal": 46, "mainten": 46, "monitor": 46, "piec": [46, 63], "tradit": [46, 52], "quit": 46, "complic": 46, "verbos": 46, "intimid": 46, "ok": 46, "were": [46, 53, 70], "stone": 46, "excit": 46, "spoke": 46, "jupytercon": 46, "2017": 46, "coderefineri": 47, "webtuu": 47, "04": 47, "layman": 47, "anaconda": [49, 51], "prompt": [49, 51, 57, 63, 69, 70, 71], "shell": 49, "conda": [49, 51, 58], "y": [49, 51], "commandlin": 49, "tidyvers": [49, 51], "print": [49, 51, 67], "devtool": [49, 51], "install_github": [49, 51], "expos": [50, 59, 69], "meant": 50, "introducen": 50, "acclim": 50, "nitti": 50, "gritti": 50, "beind": 50, "int": [50, 60], "float": 50, "str": 50, "bool": 50, "arithmet": 50, "logic": 50, "keyword": 50, "builtin": 50, "homogen": 50, "customiz": 50, "introduc": [50, 58], "32": [50, 60], "sparser": 50, "almost": 50, "powershel": 51, "fan": 51, "purchas": 51, "coursework": [51, 56], "desktop": [51, 53], "tier": 51, "canva": 51, "valuabl": [52, 63], "dynam": [52, 59], "flexibl": [52, 65], "narr": 52, "javascript": 52, "activ": [52, 56, 59, 67, 70], "embed": [52, 58, 65], "snippet": 52, "live": 52, "static": 52, "netlifi": 52, "20": 52, "andrew": 52, "brai": 52, "stat20": 52, "popular": 52, "continu": [52, 53, 56], "pipelin": 52, "effici": 52, "simul": [52, 60], "form": [52, 58], "compil": [52, 58], "vscode": 52, "detailss": 52, "rsudio": 52, "preview": 52, "imagin": 52, "chart": 52, "handout": 52, "typst": 52, "cleaner": 52, "underneath": 52, "modern": [52, 65], "typeset": 52, "friendli": 52, "latex": 52, "precis": 52, "layout": [52, 60], "steep": 52, "curv": 52, "webpag": [52, 63], "easili": [53, 70], "gradescop": 53, "proper": [53, 60], "rmd": [53, 58], "determin": [53, 57, 59], "rproj": 53, "ex": 53, "phw250fg": 53, "dev": 53, "phw250fg2019": 53, "unpublish": 53, "quick": 53, "hw0": 53, "hw1": 53, "blank": [53, 63], "ttp": 53, "epi": 53, "master": [53, 63, 68], "leav": [53, 63, 70], "empti": 53, "august": 53, "2019": 53, "great": 53, "sign": 53, "readm": 53, "pop": 53, "github_url": 53, "publicli": [53, 63], "file_nam": 53, "unix": 53, "sequenti": 53, "autom": 53, "repetit": 53, "editor": 53, "sh": [53, 56], "bin": 53, "indic": 53, "item": [53, 58], "source_filepath": 53, "dest_filepath": 53, "cp": 53, "root": [53, 56], "hw1_r_quiz": 53, "borrow": 54, "chromebook": 54, "equiti": 54, "studenttech": 54, "loan": 54, "hardwar": [54, 59], "graduat": 54, "profession": 54, "app": [55, 69], "plai": [55, 62], "plugin": [55, 63, 70, 72], "mozilla": [55, 70], "ii": 55, "stabl": [56, 67], "tour": 56, "script": 56, "progress": [56, 58], "unnecessari": 56, "du": 56, "duplic": 56, "wrongli": 56, "kill": 56, "icon": [56, 63], "ur": 56, "ps": 56, "aux": 56, "pid": 56, "repeat": 56, "consol": 56, "off": 56, "anywher": 56, "dropbox": [56, 71], "llm": 57, "tpu": 57, "gpu": [57, 67], "signific": [57, 58], "smaller": [57, 67], "known": 57, "distilbert": 57, "bump": 57, "distibert": 57, "strongli": 57, "openai": 57, "hug": 57, "privaci": 57, "env": 57, "provider_api_kei": 57, "your_api_key_her": 57, "load_ext": 57, "jupyter_ai": 57, "conversation": 57, "stem": 58, "fact": 58, "screen": [58, 63, 70], "reader": 58, "keyboard": 58, "complianc": 58, "aa": 58, "mandat": 58, "univers": 58, "dimens": 58, "exemplifi": 58, "spirit": 58, "aria": 58, "hamburg": 58, "collaps": 58, "blogpost": 58, "23": [58, 70], "posit": 58, "except": 58, "attent": 58, "construct": 58, "reusabl": 58, "deriv": 58, "transit": 58, "retro": [58, 70, 72], "eventu": 58, "notabl": 58, "inaccess": 58, "caption": 58, "iota": 58, "textual": 58, "disabl": [58, 60, 70], "seaborn": 58, "withing": 58, "denot": 58, "beauti": 58, "landscap": 58, "jpg": 58, "pathwai": [58, 70], "equal": 58, "nvda": 58, "jaw": 58, "lesser": 58, "realist": 58, "tag": [58, 65], "effort": 58, "notbook": 58, "barrier": [58, 63], "moment": 58, "comparison": 58, "standpoint": 58, "mynotebook": 58, "inord": [58, 69], "parti": [58, 63, 65, 71], "comment": 58, "creator": 58, "pitaya": 58, "smoothi": 58, "dark": 58, "aaa": 58, "forg": 58, "jupyterthem": 58, "onedork": 58, "grade3": 58, "oceans16": 58, "chesterish": 58, "monokai": 58, "solarizedi": 58, "solarizedd": 58, "equival": 58, "lego": 58, "darksid": 58, "san": 58, "serif": 58, "ship": 58, "anonym": [58, 70], "pro": 58, "atkinson": 58, "hyperleg": 58, "dejavu": 58, "fira": 58, "sound": 58, "sonif": 58, "audibl": 58, "pattern": 58, "perceiv": 58, "hear": 58, "sonipi": 58, "twoton": 58, "music": 58, "astronomi": 58, "astronifi": 58, "turn": 58, "astronom": 58, "brailler": 58, "blind": 58, "audio": 58, "represent": 58, "tactil": 58, "tacticl": 58, "knittr": 58, "accessrmd": 58, "element": [58, 59, 60], "priorit": 58, "inclus": 58, "broad": 58, "potluri": 58, "et": 58, "al": 58, "2023": 58, "acm": 58, "methodolog": 59, "outcom": [59, 67], "clearli": 59, "achiev": [59, 67], "Will": 59, "independ": 59, "synchron": 59, "asynchron": 59, "afterward": 59, "suitabl": 59, "deliv": 59, "explan": 59, "inquiri": 59, "togeth": 59, "flip": 59, "classroom": 59, "carefulli": 59, "101": 59, "engin": 59, "postgr": 59, "databas": [59, 67], "queri": [59, 61], "sql": 59, "incomplet": 59, "assig": 59, "gap": 59, "knowledg": 59, "pmb": 59, "bioe": 59, "146": 59, "fibonacci": 59, "longest": 59, "subsequ": 59, "recurs": 59, "codifi": 59, "express": 59, "api": 59, "pyearth": 59, "geolog": 59, "survei": 59, "globe": 59, "quak": 59, "magnitud": 59, "hello": [59, 68], "econ": 59, "130": 59, "accustom": 59, "ouput": 59, "syntact": 59, "gcp": 60, "widget": 60, "heavi": 60, "vs": 60, "pd": 60, "n2": 60, "highcpu": 60, "highmem": 60, "estim": 60, "1200": 60, "16": 60, "24": 60, "48": 60, "150": 60, "75": 60, "50": 60, "38": 60, "25": 60, "13": 60, "27": 60, "83": 60, "73": 60, "12": 60, "50220": 60, "25110": 60, "16740": 60, "12555": 60, "8370": 60, "50238": 60, "25119": 60, "16746": 60, "12559": 60, "8373": 60, "91800": 60, "45900": 60, "23256": 60, "15300": 60, "df": 60, "ipywidget": 60, "price": 60, "iowa": 60, "region": 60, "central1": 60, "node_pr": 60, "93": 60, "31": 60, "def": 60, "calculate_total_cost": 60, "node_typ": 60, "num_cpu": 60, "num_stud": 60, "num_dai": 60, "extract": 60, "node_capac": 60, "students_per_nod": 60, "total_nod": 60, "dictionari": 60, "node_cost": 60, "total_cost": 60, "callback": 60, "on_button_click": 60, "node_type_dropdown": 60, "num_cpus_dropdown": 60, "students_input": 60, "num_days_input": 60, "result_text": 60, "2f": 60, "ntotal": 60, "style": [60, 65], "description_width": 60, "80": 60, "inttext": 60, "calculate_button": 60, "button_styl": 60, "center": [60, 65], "pad": 60, "textarea": 60, "100px": 60, "10px": 60, "attach": [60, 65], "handler": 60, "on_click": 60, "vertic": 60, "horizont": 60, "inputs_box": 60, "vbox": 60, "align_item": 60, "final_layout": 60, "modulenotfounderror": 60, "ipykernel_1853": 60, "2300274380": 60, "assum": 62, "side": [62, 64, 68], "eiher": 62, "insert": 62, "notic": 62, "triangl": 62, "rerun": 62, "seen": [62, 63], "wish": 63, "rest": 63, "why": 63, "arbitrari": 63, "broader": [63, 69], "context": [63, 70], "sw": 63, "282": 63, "lab04": 63, "unfinish": 63, "streamlin": 63, "shareabl": [63, 70], "puzzl": 63, "pin": 63, "snapshot": [63, 66, 70], "respect": 63, "closer": 63, "textbox": 63, "intuit": 63, "ecosystem": 63, "juptyterlab": 63, "choosen": 63, "hassl": 64, "seper": 64, "hub_url": 64, "your_usernam": 64, "data100": [64, 69], "bawar": 64, "situat": 64, "slightli": 65, "third": [65, 71], "migrat": 65, "img": 65, "250px": 65, "straightforward": 65, "concis": 65, "rtl": 65, "openberkelei": 65, "theme": 65, "openberkeley_theme_brand": 65, "asset": 65, "berkeley_wordmark_blue_175x70": 65, "svg": 65, "logo": 65, "mode": 65, "5265a161": 65, "c705": 65, "42fc": 65, "a3": 65, "ec1fde427030": 65, "adher": 65, "mix": 65, "risk": 65, "ngbitpul": 66, "eec": 66, "data88": 66, "sp22": 66, "ignor": 66, "jovyan": 66, "name_of_repositori": 66, "8x": 66, "ms": 66, "toolsai": 66, "poor": 67, "slice": 67, "believ": 67, "object": 67, "401": 67, "comfort": 67, "sqlite": 67, "pyqt5": 67, "qgi": 67, "henc": 67, "quickli": 67, "indefinit": 67, "onto": 68, "Then": 68, "sentenc": 68, "beginn": 68, "stick": 68, "gone": 68, "bottom": 68, "atlassian": 68, "tutori": 68, "token": 69, "ghscopedcr": 69, "githhub": 69, "gh_scoped_cr": 69, "permiss": 69, "proven": 70, "littl": 70, "spring": 70, "22": 70, "corrupt": 70, "jupyter_collabor": 70, "su": 70, "random": 70, "went": 70, "uncov": 70, "pilot": 70, "bleed": 70, "edg": 70, "owner": 70, "valid": 70, "expir": 70, "explicitli": 70, "60": 70, "revok": 70, "invalid": 70, "care": 70, "gain": 70, "centr": 70, "clipboard": 70, "tim": 70, "cursor": 70, "disappear": 70, "hood": 70, "framework": 70, "fellow": 71, "delai": 71, "gif": 71, "manner": 71, "retain": 72, "eol": 72}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"licens": 0, "thi": [0, 1, 26, 35], "book": [0, 52], "welcom": [1, 26], "uc": [1, 26, 56], "berkelei": [1, 26, 56], "data": [1, 14, 23, 26, 27, 58], "scienc": [1, 26, 27], "curriculum": [1, 3, 26, 32], "guid": [1, 3, 26, 32], "The": [1, 29, 42, 45, 46, 63], "ha": [1, 45], "move": [1, 32], "what": [1, 6, 14, 26, 27, 34, 35, 36, 38, 40, 41, 44, 48, 50, 53, 63, 68], "who": [1, 24, 26], "work": [1, 56, 62, 63, 66, 69], "repo": 1, "ssh": 1, "kei": [1, 57], "ubuntu": 1, "wsl2": 1, "maco": 1, "window": 1, "upload": [1, 42, 68], "your": [1, 21, 52, 56, 58], "public": 1, "github": [1, 32, 36, 42, 45, 53, 68, 69], "set": [1, 53, 57], "up": [1, 53, 56, 57], "fork": 1, "clone": [1, 53], "procedur": 1, "recommend": 1, "read": [1, 9], "summari": 2, "introduct": [2, 9, 47, 53, 57], "creat": [2, 29, 52, 53, 58, 59, 62, 63], "connector": [2, 4, 5, 6, 9, 11, 23], "make": 2, "modul": [2, 27, 30, 32, 34], "workflow": [2, 52, 53], "basic": 2, "dure": [2, 9, 56], "cours": [2, 5, 6, 9, 14, 52, 56], "refer": [2, 58, 59], "build": [3, 52], "instruct": [3, 59], "step": [3, 52, 63, 66, 70, 71], "By": 3, "associ": 4, "previou": [5, 13, 14, 27], "fall": 5, "2021": 5, "spring": 5, "2020": 5, "2018": 5, "2017": 5, "2016": 5, "2015": 5, "prerequisit": [6, 14, 27], "unit": 6, "gener": [6, 19, 37, 38, 45, 57, 63, 66], "structur": [6, 27], "workload": 6, "pre": [7, 30, 39], "semest": [7, 56], "checklist": 7, "administr": 7, "technic": [7, 44], "commun": 8, "channel": 8, "biweekli": 8, "instructor": [8, 9, 13, 37, 52], "meet": 8, "mail": 8, "list": 8, "suggest": 9, "page": 9, "befor": [9, 45, 56], "logist": 10, "room": 10, "technolog": [10, 46], "lectur": [10, 52], "lab": [10, 28, 58], "offic": [10, 28], "hour": [10, 28], "bcours": 10, "get": [11, 19, 36, 41, 48, 57], "student": [11, 12, 21, 28, 35, 53, 54], "help": [11, 28, 57], "develop": [11, 29], "assist": [11, 28], "grader": [11, 66], "reader": 11, "design": [12, 52, 59], "syllabu": 12, "order": 12, "topic": 12, "delai": 12, "enrol": 12, "program": 12, "pace": 12, "tip": [13, 56, 59], "from": [13, 37, 41, 48], "enabl": [14, 70], "plan": [14, 30], "access": [15, 36, 41, 48, 56, 58, 63, 69], "elev": 15, "privileg": 15, "hub": [15, 17, 20, 21], "chang": [16, 45, 53, 69], "exist": [16, 41, 48], "requir": 16, "request": [17, 19, 28, 69], "new": [17, 32, 39, 62], "featur": [17, 57, 70], "datahub": [18, 19, 45, 52, 53, 56, 63, 66, 67, 70], "frequent": 18, "ask": 18, "question": 18, "yourself": [19, 56], "onboard": 19, "updat": 19, "support": 19, "overview": [19, 41, 44, 48], "common": 19, "other": [19, 21, 46], "share": [20, 42, 56, 71], "inform": [20, 23], "about": [20, 56], "troubleshoot": [21, 43, 45, 56, 69], "issu": [21, 67], "restart": 21, "kernel": [21, 49, 51], "server": 21, "own": 21, "code": [21, 34, 43, 62], "run": [21, 43, 44, 49, 62], "slow": 21, "4xx": 21, "5xx": 21, "error": [21, 43, 45], "nbgitpul": [21, 37, 38, 45, 63, 66], "otter": [21, 66], "contact": [22, 23], "link": [23, 37, 38, 45, 63, 66], "tool": [23, 46, 69], "document": [23, 35, 52], "cdss": 23, "8": 23, "ar": [24, 35, 36, 38, 40, 41, 48, 63, 68], "we": [24, 32], "term": [25, 39], "abbrevi": 25, "how": [26, 63, 69], "should": [26, 36, 68], "i": [26, 36, 44, 68], "us": [26, 45, 49, 51, 52, 56, 57, 66, 68, 69, 71, 72], "deploy": 28, "peer": 28, "consult": 28, "gsi": 28, "train": 28, "present": 28, "outlin": 29, "materi": [29, 36, 56, 68], "import": [30, 63], "consider": 30, "idea": 30, "For": [30, 54], "ve": 32, "see": 32, "our": 32, "site": 32, "ds": 32, "io": 32, "connectortool": 34, "exampl": [34, 57], "datasci": [35, 46], "packag": [35, 39, 46], "familiar": [35, 56], "git": [36, 47, 68], "why": [36, 41, 48, 68], "store": [36, 42, 68], "Is": 36, "my": 36, "repositori": [36, 53, 69], "privat": 36, "desktop": [36, 68], "activ": 37, "scratch": 37, "option": [37, 49, 51], "1": [37, 45, 49, 51, 52, 56, 58, 66, 70, 71], "via": [37, 52], "2": [37, 45, 49, 51, 52, 56, 58, 66, 70, 71], "jupyt": [37, 40, 41, 46, 48, 49, 51, 52, 57, 58, 59, 62, 65, 72], "notebook": [37, 40, 41, 46, 48, 49, 50, 51, 52, 58, 59, 62, 63, 65, 66, 72], "interact": [38, 52, 63], "restrict": [38, 44, 63], "compon": 38, "instal": [39, 41, 48, 58, 63, 69], "python": [39, 66], "r": [39, 49, 51, 53, 58], "temporari": 39, "long": 39, "On": 39, "reproduc": 39, "jupyterhub": [41, 46, 48], "doe": [41, 48], "differ": [41, 48], "local": [41, 48, 49, 51], "intern": [41, 48], "dataset": 42, "small": 42, "few": 42, "mb": 42, "outsid": 42, "host": 42, "direct": 42, "larger": 42, "ten": 42, "sever": 42, "gb": 42, "directori": 42, "credit": 42, "2i2c": 42, "readwrit": 42, "syncth": [42, 71], "cell": [43, 62], "nameerror": 43, "valueerror": 43, "typeerror": 43, "never": 43, "stop": 43, "detail": 44, "cpu": 44, "memori": 44, "out": 44, "wa": 45, "click": 45, "an": [45, 64], "incompat": 45, "browser": [45, 56], "microsoft": 45, "edg": 45, "incorrectli": 45, "3": [45, 51, 52, 56, 66, 70, 71], "been": 45, "some": 45, "content": [45, 58], "both": 45, "solut": 45, "pedagogi": 46, "launch": [49, 51, 66, 72], "googl": [49, 51], "colab": [49, 51], "zero": 50, "cover": 50, "sampl": 50, "backup": [51, 56], "binder": 51, "4": [51, 52, 56, 58], "studio": 51, "quarto": 52, "opportun": 52, "integr": 52, "note": [52, 63, 69], "websit": 52, "assign": [52, 53, 56, 61, 62], "project": 52, "autom": 52, "grade": [52, 61], "gradescop": 52, "5": 52, "author": 52, "manual": 52, "pathwai": 52, "beginn": 52, "convert": 52, "html": [52, 58], "pdf": [52, 65], "markdown": 52, "file": [52, 64, 68, 71], "qmd": 52, "creation": [53, 59], "publish": 53, "distribut": [53, 63], "view": 53, "progress": 53, "appendix": 53, "A": 53, "ad": 53, "commit": 53, "push": [53, 69], "b": 53, "shell": 53, "script": 53, "resourc": [54, 62, 68], "laptop": 54, "lend": 54, "shini": 55, "begin": 56, "internet": 56, "check": 56, "account": 56, "setup": 56, "complet": 56, "collabor": [56, 70], "end": 56, "clean": 56, "workspac": 56, "ai": 57, "disclaim": 57, "start": 57, "api": 57, "magic": 57, "command": [57, 68], "chat": 57, "interfac": [57, 58, 68, 72], "experi": 58, "enhanc": 58, "jupyterlab": 58, "0": 58, "7": 58, "within": 58, "add": [58, 62], "alt": 58, "text": 58, "all": 58, "static": 58, "imag": 58, "chart": 58, "repres": 58, "across": 58, "multipl": 58, "medium": 58, "avoid": [58, 67], "larg": 58, "have": 58, "clear": 58, "head": 58, "throughout": 58, "export": 58, "format": 58, "consumpt": 58, "wcag": 58, "standard": 58, "compliant": 58, "theme": 58, "font": 58, "compat": 58, "vari": 58, "version": 58, "sonifi": 58, "best": [59, 67], "practic": [59, 67], "pedagog": 59, "strategi": 59, "collect": 61, "blank": 62, "download": [62, 64, 65], "addit": [62, 68], "do": 63, "chrome": 63, "extens": [63, 66], "archiv": 64, "current": 64, "folder": 64, "vscode": 66, "editor": 66, "configur": 66, "execut": 66, "perform": 67, "web": 68, "line": 68, "gui": 68, "gh": 69, "scope": 69, "cred": 69, "secur": 69, "credenti": 69, "purpos": 69, "goal": 69, "It": 69, "real": 70, "time": 70, "rtc": 70, "realtim": 71, "retrolab": 72}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 56}})
\ No newline at end of file
+Search.setIndex({"docnames": ["LICENSE", "README", "SUMMARY", "build", "connector/associate/connector-associate", "connector/general/previous-connectors", "connector/general/what-is-a-connector", "connector/instructor/checklist", "connector/instructor/communication-channels", "connector/instructor/connector-instructor", "connector/instructor/logistics", "connector/instructor/student-help", "connector/instructor/syllabus-design", "connector/instructor/tips", "dec/general/what-is-a-data-enabled-course", "faq/admin", "faq/changerequirements", "faq/features", "faq/jupyterhub-intro", "faq/onboarding", "faq/share", "faq/troubleshoot", "general/contact", "general/links", "general/people", "general/terms-and-abbreviations", "intro", "module/general/what-is-a-module", "module/instructor/deploy-help", "module/instructor/develop", "module/instructor/preplanning", "notebook/images5ways", "redirect", "technology/README", "technology/connectortools-module", "technology/datascience-package", "technology/git-and-github", "technology/instructor-activity", "technology/interact-links", "technology/jupyter/install-packages", "technology/jupyter/jupyter-notebooks", "technology/jupyter/jupyterhub", "technology/jupyter/large-datasets", "technology/jupyter/python-errors", "technology/jupyter/technical-details", "technology/jupyter/troubleshoot-nbgitpuller", "technology/pedagogy-and-technology", "technology/pedagogy-and-technology/git-intro", "technology/pedagogy-and-technology/introduction-to-jupyter", "technology/pedagogy-and-technology/introduction-to-jupyter-rkernel", "technology/pedagogy-and-technology/notebook-zero", "technology/pedagogy-and-technology/options-launch-rkernel", "technology/quarto", "technology/r-datahub", "technology/resources", "technology/shiny", "technology/troubleshooting_tips_students", "technology/using-ai-llm", "workflow/accessibility", "workflow/bestpractices", "workflow/calculate-compute-cost", "workflow/collecting-grading-assignments", "workflow/creating-notebooks", "workflow/distributing-notebooks", "workflow/download-archive", "workflow/download_notebook_as_pdf", "workflow/launch-vscode", "workflow/performance_issue", "workflow/pushing-to-github", "workflow/securely-push-github", "workflow/use-realtimecollaboration", "workflow/use-realtimefilesharing", "workflow/use-retrolab"], "filenames": ["LICENSE.md", "README.md", "SUMMARY.md", "build.md", "connector/associate/connector-associate.md", "connector/general/previous-connectors.md", "connector/general/what-is-a-connector.md", "connector/instructor/checklist.md", "connector/instructor/communication-channels.md", "connector/instructor/connector-instructor.md", "connector/instructor/logistics.md", "connector/instructor/student-help.md", "connector/instructor/syllabus-design.md", "connector/instructor/tips.md", "dec/general/what-is-a-data-enabled-course.md", "faq/admin.md", "faq/changerequirements.md", "faq/features.md", "faq/jupyterhub-intro.md", "faq/onboarding.md", "faq/share.md", "faq/troubleshoot.md", "general/contact.md", "general/links.md", "general/people.md", "general/terms-and-abbreviations.md", "intro.md", "module/general/what-is-a-module.md", "module/instructor/deploy-help.md", "module/instructor/develop.md", "module/instructor/preplanning.md", "notebook/images5ways.ipynb", "redirect.md", "technology/README.md", "technology/connectortools-module.md", "technology/datascience-package.md", "technology/git-and-github.md", "technology/instructor-activity.md", "technology/interact-links.md", "technology/jupyter/install-packages.md", "technology/jupyter/jupyter-notebooks.md", "technology/jupyter/jupyterhub.md", "technology/jupyter/large-datasets.md", "technology/jupyter/python-errors.md", "technology/jupyter/technical-details.md", "technology/jupyter/troubleshoot-nbgitpuller.md", "technology/pedagogy-and-technology.md", "technology/pedagogy-and-technology/git-intro.md", "technology/pedagogy-and-technology/introduction-to-jupyter.md", "technology/pedagogy-and-technology/introduction-to-jupyter-rkernel.md", "technology/pedagogy-and-technology/notebook-zero.md", "technology/pedagogy-and-technology/options-launch-rkernel.md", "technology/quarto.md", "technology/r-datahub.ipynb", "technology/resources.md", "technology/shiny.md", "technology/troubleshooting_tips_students.md", "technology/using-ai-llm.md", "workflow/accessibility.md", "workflow/bestpractices.md", "workflow/calculate-compute-cost.ipynb", "workflow/collecting-grading-assignments.md", "workflow/creating-notebooks.md", "workflow/distributing-notebooks.md", "workflow/download-archive.md", "workflow/download_notebook_as_pdf.md", "workflow/launch-vscode.md", "workflow/performance_issue.md", "workflow/pushing-to-github.md", "workflow/securely-push-github.md", "workflow/use-realtimecollaboration.md", "workflow/use-realtimefilesharing.md", "workflow/use-retrolab.md"], "titles": ["License for this book", "Welcome to the UC Berkeley Data Science Curriculum Guide!", "Summary", "Building Instructions for Curriculum Guide", "Connector Associates", "Previous Connector Courses", "What is a Connector Course?", "Pre-Semester Checklist", "Communication Channels", "Connector Instructors", "Logistics, Rooms, Technology", "Getting Student Help", "Designing the Syllabus", "Tips from Previous Instructors", "What is a Data-Enabled Course?", "Accessing Elevated Privileges in a Hub", "Changing existing requirements", "Requesting new features in the Hub", "Datahub Frequently Asked Questions", "Get yourself onboarded to DataHub", "Sharing information about the Hub", "Troubleshooting issues in the Hub", "Contact", "Links", "Who are we?", "Terms and Abbreviations", "Welcome to the UC Berkeley Data Science Curriculum Guide!", "What is a Data Science Module?", "Requesting Deployment Help", "Development", "Pre-Planning", "<no title>", "We\u2019ve Moved!", "<no title>", "connectortools module", "datascience package", "Git and GitHub", "Instructor activity: Generate nbgitpuller link from scratch", "nbgitpuller Links", "Package Installation in Python and R", "Jupyter Notebooks", "Jupyter Notebooks and JupyterHub", "Storing Datasets", "Troubleshooting Code Cell Errors", "Technical Details", "Troubleshooting nbgitpuller", "Pedagogy and Technology", "Introduction to Git", "Jupyter Notebooks and JupyterHub", "Options to Launch Jupyter R Kernel (or run R notebooks)", "Notebook Zero", "Backup options to Launch R notebooks", "Using Quarto in DataHub", "Introduction to Datahub for R", "Resources For Students", "Shiny", "Tips to Use Datahub", "Using generative AI in Jupyter", "Creating Accessible Notebook Experience", "Instructional Design Best Practices for Creating Jupyter Notebooks", "<no title>", "Collecting and Grading Assignments", "Creating Assignments", "Distributing Notebooks", "Download files as an archive", "Download Jupyter Notebook as a PDF", "Steps to launch notebooks using VSCode", "Best Practices to Avoid Performance Issues in Datahub", "Uploading Files to GitHub", "Using gh-scoped-creds to securely push changes to Github repository", "Enabling Real Time Collaboration feature in Datahub", "Use Realtime file sharing using SyncThing", "Launch Jupyter Notebooks using RetroLab interface"], "terms": {"all": [0, 1, 8, 11, 15, 16, 19, 21, 27, 28, 30, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 56, 59, 62, 63, 64, 65, 66, 70, 71], "content": [0, 3, 4, 10, 19, 28, 29, 38, 52, 53, 56, 59, 62, 63, 64, 65, 70, 71], "ie": 0, "ani": [0, 1, 3, 6, 11, 15, 16, 17, 19, 21, 27, 28, 39, 41, 42, 43, 44, 45, 46, 48, 49, 51, 52, 53, 56, 57, 61, 62, 63], "file": [0, 1, 2, 3, 16, 19, 21, 29, 30, 31, 34, 36, 37, 38, 39, 40, 41, 42, 45, 46, 48, 53, 56, 58, 62, 63, 65, 66, 70], "folder": [0, 3, 19, 21, 36, 38, 42, 45, 53, 56, 63, 66, 71], "under": [0, 10, 14, 62, 68, 70], "creativ": 0, "common": [0, 21, 26, 28, 30, 43, 45, 46, 59], "attribut": [0, 21, 36, 65], "sharealik": 0, "4": [0, 5, 6, 21, 49, 60, 65, 70], "0": [0, 21, 53, 59, 60], "intern": [0, 5, 29], "cc": 0, "BY": 0, "sa": 0, "now": [1, 21, 44, 49, 51, 53, 62], "locat": [1, 36, 37, 42, 52, 53, 64, 68], "ds": [1, 8, 14, 20, 45, 63], "modul": [1, 4, 11, 20, 24, 26, 28, 29, 31, 45, 50, 59, 60, 63, 65], "io": [1, 47], "inform": [1, 9, 19, 26, 27, 28, 36, 52, 54, 56, 57, 65, 68], "primarili": [1, 19, 26], "intend": [1, 3, 26, 36, 52], "instructor": [1, 4, 6, 10, 11, 12, 14, 15, 16, 19, 25, 26, 27, 28, 30, 34, 36, 41, 42, 45, 48, 53, 56, 57, 58, 59, 63, 69, 70, 71], "either": [1, 5, 14, 15, 16, 19, 21, 25, 26, 27, 38, 56, 61, 62, 70, 71], "current": [1, 3, 14, 17, 23, 26, 27, 29, 30, 36, 38, 42, 43, 44, 51, 53, 57, 58, 66, 70, 71], "ar": [1, 4, 6, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 30, 34, 37, 39, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 56, 58, 59, 62, 64, 65, 66, 67, 69, 70, 71], "teach": [1, 9, 10, 11, 15, 16, 19, 20, 26, 30, 34, 37, 42, 53, 57, 58, 59, 67, 71], "cours": [1, 4, 7, 10, 11, 12, 15, 16, 19, 20, 23, 25, 26, 27, 28, 29, 30, 34, 35, 36, 39, 41, 42, 46, 48, 50, 53, 54, 57, 59, 62, 67, 68, 70, 71], "educ": [1, 20, 23, 25, 26, 27, 28, 46, 52], "program": [1, 9, 16, 19, 20, 21, 25, 27, 30, 39, 41, 46, 48, 52, 54, 59], "connector": [1, 7, 8, 10, 12, 25, 26, 34, 36, 38, 41, 48, 68], "enabl": [1, 2, 15, 25, 39, 42, 46, 52, 58, 63, 66], "featur": [1, 15, 19, 36, 56, 58, 63, 68, 72], "howev": [1, 16, 17, 19, 21, 28, 39, 45, 50, 58, 70], "anyon": [1, 19, 20, 41, 48, 52, 53, 70], "els": [1, 41, 45, 48, 50], "want": [1, 6, 12, 15, 16, 19, 20, 21, 26, 30, 36, 38, 39, 41, 42, 44, 45, 46, 48, 51, 52, 53, 56, 59, 62, 63, 64, 66, 68, 69, 70, 71], "learn": [1, 16, 19, 20, 26, 39, 42, 44, 52, 59, 63, 67, 68, 70, 71], "more": [1, 6, 10, 11, 12, 15, 16, 19, 20, 28, 29, 30, 39, 41, 43, 45, 46, 48, 50, 52, 54, 57, 58, 63, 65, 68, 69, 70], "about": [1, 6, 15, 16, 17, 19, 26, 29, 30, 41, 45, 46, 48, 52, 54, 58, 59, 63, 67, 68, 70], "technolog": [1, 2, 9, 54, 59, 63], "encourag": [1, 11, 19, 53, 58, 59], "look": [1, 12, 15, 19, 20, 27, 30, 45, 51, 53, 57, 58, 62, 63, 70, 71, 72], "through": [1, 5, 7, 8, 11, 17, 19, 26, 28, 29, 32, 36, 41, 42, 48, 51, 52, 53, 58, 59, 63, 64, 65, 68, 70, 71], "If": [1, 3, 6, 8, 10, 11, 15, 16, 17, 19, 20, 21, 30, 37, 38, 39, 41, 42, 43, 44, 45, 48, 49, 51, 52, 53, 55, 56, 57, 58, 62, 63, 64, 65, 66, 67, 68, 70, 71], "you": [1, 3, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 25, 26, 27, 28, 29, 30, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "ve": [1, 29, 45, 68], "creat": [1, 6, 7, 9, 11, 14, 15, 16, 19, 26, 30, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 51, 55, 56, 60, 61, 68, 69, 71], "previous": [1, 19, 21, 63, 70], "pleas": [1, 10, 11, 15, 16, 19, 21, 28, 37, 41, 42, 44, 46, 48, 58, 63, 66, 67, 68, 70, 71], "skip": 1, "next": [1, 30, 43, 70], "step": [1, 15, 16, 17, 19, 21, 36, 37, 45, 46, 49, 51, 53, 54, 56, 58, 62, 68], "re": [1, 3, 21, 29, 42, 43, 44, 45, 52, 53, 57, 67, 68], "run": [1, 3, 16, 18, 30, 39, 41, 45, 46, 48, 51, 52, 53, 56, 57, 58, 59, 60, 63, 66, 67, 69], "regular": [1, 19, 29, 56], "instal": [1, 16, 19, 21, 34, 36, 37, 46, 49, 51, 55, 56, 59, 66, 70], "vm": 1, "have": [1, 6, 8, 11, 12, 15, 16, 17, 19, 21, 27, 28, 29, 30, 35, 36, 37, 39, 41, 42, 43, 44, 45, 46, 48, 49, 51, 52, 53, 55, 56, 59, 61, 62, 63, 64, 67, 68, 70], "NOT": [1, 45], "gener": [1, 10, 15, 16, 21, 34, 42, 43, 52, 53, 55, 58, 59, 70], "execut": [1, 16, 21, 27, 37, 43, 51, 52, 53, 56, 59, 67], "follow": [1, 6, 15, 16, 17, 19, 21, 28, 29, 36, 37, 39, 42, 45, 49, 51, 53, 57, 58, 59, 63, 64, 65, 66, 67, 69, 70], "command": [1, 21, 36, 39, 44, 45, 49, 51, 52, 53, 56, 58, 63, 69], "keygen": 1, "t": [1, 17, 19, 21, 28, 36, 37, 43, 44, 45, 50, 51, 53, 56, 58, 67, 71], "rsa": 1, "b": [1, 19, 26, 45, 58, 60], "8192": 1, "For": [1, 6, 10, 11, 12, 15, 16, 19, 21, 27, 28, 29, 37, 38, 41, 43, 44, 45, 46, 48, 52, 53, 57, 58, 63, 65, 69], "ad": [1, 8, 21, 30, 36, 52, 58, 62, 63, 68, 69], "secur": [1, 10, 53, 65, 70], "can": [1, 3, 6, 8, 11, 14, 15, 16, 17, 19, 20, 21, 22, 27, 28, 29, 30, 34, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "choos": [1, 6, 11, 36, 49, 51, 59, 63, 64, 65], "enter": [1, 21, 37, 59, 62, 66], "passphras": 1, "dure": [1, 11, 12, 15, 19, 21, 27, 28, 30, 39, 59, 70], "creation": [1, 16, 52], "option": [1, 15, 17, 19, 21, 36, 52, 55, 56, 60, 62, 63, 64, 65, 66, 68, 70, 71], "us": [1, 2, 3, 5, 7, 9, 14, 15, 16, 17, 19, 20, 21, 27, 28, 29, 30, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 53, 55, 58, 59, 60, 61, 62, 63, 64, 65, 67, 70], "nativ": 1, "linux": [1, 21, 36], "gitbash": 1, "open": [1, 17, 20, 21, 31, 36, 37, 43, 44, 45, 49, 51, 52, 53, 55, 56, 57, 58, 63, 66, 67, 70], "termin": [1, 3, 21, 45, 53, 56, 68], "prefer": [1, 6, 16, 42, 64], "few": [1, 12, 19, 21, 27, 45, 50, 52, 55, 57, 70, 71], "addit": [1, 2, 6, 9, 19, 30, 36, 39, 46, 52, 53, 56, 58, 63, 67], "requir": [1, 14, 15, 17, 19, 21, 27, 28, 30, 36, 37, 39, 43, 45, 50, 55, 56, 58, 59, 65, 66, 67, 70], "instruct": [1, 15, 19, 20, 30, 43, 53, 57, 58, 67, 69], "here": [1, 11, 15, 19, 20, 21, 24, 27, 34, 38, 39, 40, 45, 47, 52, 53, 54, 55, 57, 58, 59, 62, 63, 65, 66, 68, 69, 70, 71], "allow": [1, 6, 12, 16, 19, 29, 36, 38, 40, 41, 42, 46, 48, 50, 51, 52, 53, 56, 57, 58, 60, 62, 63, 64, 65, 68, 69, 71], "authent": [1, 19, 21, 56, 69], "while": [1, 16, 18, 21, 28, 39, 42, 44, 46, 50, 51, 65, 70, 72], "git": [1, 21, 25, 29, 39, 45, 46, 53, 63, 66], "when": [1, 12, 16, 19, 21, 26, 30, 36, 38, 39, 42, 43, 44, 45, 46, 49, 51, 53, 56, 57, 58, 59, 63, 65, 67, 70, 71], "log": [1, 15, 19, 21, 41, 44, 46, 48, 51, 56], "home": [1, 2, 15, 27, 37, 42, 45, 56, 66, 70], "directori": [1, 3, 31, 37, 45, 53, 56, 66, 70], "we": [1, 8, 11, 12, 15, 16, 17, 19, 20, 21, 38, 39, 41, 42, 44, 46, 48, 53, 54, 56, 57, 58, 61, 62, 63, 67, 68, 70], "recomend": 1, "sub": [1, 56], "name": [1, 16, 21, 24, 39, 43, 45, 53, 56, 59, 60, 63, 66], "someth": [1, 19, 30, 44, 53], "like": [1, 6, 7, 10, 11, 15, 16, 19, 21, 29, 30, 39, 42, 43, 44, 45, 51, 52, 53, 56, 57, 58, 62, 63, 65, 67, 71], "src": [1, 65], "help": [1, 2, 6, 7, 9, 12, 15, 16, 19, 20, 21, 29, 36, 44, 52, 54, 56, 59, 70], "manag": [1, 15, 24, 45, 52, 53, 56, 68, 69], "other": [1, 6, 10, 14, 15, 16, 17, 23, 28, 29, 35, 36, 39, 42, 44, 45, 49, 51, 53, 55, 56, 57, 58, 63, 66, 67, 70], "might": [1, 10, 15, 16, 19, 21, 26, 27, 30, 40, 62], "download": [1, 19, 21, 34, 37, 38, 40, 46, 51, 53, 56, 63, 68], "pwd": 1, "usernam": [1, 15, 21, 45, 53, 70], "mkdir": 1, "cd": [1, 52], "go": [1, 16, 21, 26, 30, 43, 44, 45, 53, 56, 62, 63, 64, 68, 70], "To": [1, 8, 12, 15, 19, 21, 27, 28, 38, 39, 41, 48, 53, 56, 57, 58, 62, 63, 66, 71], "do": [1, 5, 11, 15, 16, 17, 19, 20, 21, 30, 39, 41, 44, 45, 46, 48, 53, 56, 57, 59, 62, 66, 67, 70, 71], "click": [1, 15, 21, 36, 37, 38, 40, 42, 43, 53, 56, 60, 62, 63, 64, 66, 68, 69, 70, 71], "button": [1, 21, 36, 37, 38, 43, 53, 56, 60, 62, 63, 69], "local": [1, 3, 19, 21, 25, 36, 53, 56, 57, 62, 68], "devic": [1, 19, 51, 56, 71], "get": [1, 7, 15, 17, 20, 21, 26, 28, 30, 31, 42, 43, 44, 50, 51, 56, 59, 60, 66, 69, 70], "url": [1, 21, 31, 37, 38, 41, 42, 45, 48, 53, 55, 63, 64, 66, 67, 69], "lick": 1, "green": [1, 53, 62, 69], "code": [1, 11, 27, 28, 30, 36, 37, 39, 40, 41, 44, 46, 47, 48, 49, 50, 51, 52, 53, 55, 58, 59, 66, 67, 68], "primari": [1, 16], "copi": [1, 21, 37, 38, 45, 53, 56, 63, 66, 70], "valu": [1, 43, 60], "box": [1, 42, 60, 63], "befor": [1, 4, 19, 21, 28, 29, 30, 41, 48, 50, 53, 66], "make": [1, 3, 5, 15, 17, 19, 20, 21, 26, 27, 36, 37, 39, 41, 43, 45, 46, 48, 52, 53, 55, 57, 58, 63, 70], "sure": [1, 8, 15, 39, 41, 43, 45, 48, 53, 63], "subdirectori": 1, "contain": [1, 5, 19, 26, 30, 34, 35, 37, 39, 42, 43, 45, 46, 50, 53, 60, 63, 66, 67, 68], "com": [1, 8, 19, 23, 34, 36, 47, 53, 63, 68], "point": [1, 5, 21, 39, 43, 53, 55], "both": [1, 6, 9, 41, 42, 48, 53, 58], "upstream": [1, 36], "origin": [1, 21, 36], "after": [1, 19, 21, 26, 29, 41, 43, 45, 48, 53, 63, 69, 70, 71], "initi": [1, 20, 21, 29, 53, 60], "main": [1, 11, 39, 63], "ll": [1, 29, 42, 45, 53, 63], "need": [1, 4, 9, 11, 15, 16, 19, 20, 21, 28, 30, 37, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 56, 60, 62, 63, 64, 69, 70, 71], "chang": [1, 3, 9, 15, 19, 21, 36, 39, 47, 52, 62, 65, 68], "an": [1, 8, 10, 15, 16, 19, 21, 26, 27, 28, 29, 30, 34, 37, 38, 39, 40, 41, 42, 43, 44, 48, 51, 52, 53, 55, 56, 57, 58, 59, 62, 63, 65, 67, 68, 70, 71, 72], "exampl": [1, 12, 15, 16, 27, 30, 38, 40, 41, 43, 44, 45, 48, 50, 52, 55, 58, 59, 62, 63, 66], "includ": [1, 6, 27, 29, 30, 40, 41, 45, 48, 52, 53, 56, 58, 62, 63, 65, 66, 70, 72], "output": [1, 19, 21, 38, 43, 45, 52, 55, 62, 67], "how": [1, 3, 5, 6, 11, 12, 15, 16, 17, 19, 20, 21, 28, 29, 30, 34, 44, 45, 52, 56, 57, 59, 62, 66, 68, 70, 71], "remot": [1, 59, 71], "v": [1, 21], "fetch": [1, 36, 45], "push": [1, 3, 47], "renam": [1, 21, 43, 45], "add": [1, 3, 15, 21, 28, 36, 37, 38, 53, 57, 63, 68, 69, 71], "dsep": [1, 39], "infra": [1, 19, 39, 67, 69], "raw": [1, 31], "past": [1, 6, 11, 12, 20, 21, 27, 28, 30, 37, 38, 55, 63, 66, 71], "below": [1, 5, 6, 11, 15, 16, 17, 19, 20, 21, 36, 39, 42, 43, 45, 51, 53, 55, 58, 59, 62, 63, 65, 66, 70, 71], "sync": [1, 36, 71], "from": [1, 3, 6, 9, 10, 14, 15, 16, 17, 19, 21, 23, 27, 28, 29, 30, 31, 32, 38, 39, 42, 43, 44, 45, 46, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 70, 71, 72], "those": [1, 8, 15, 28, 46, 56, 58, 59], "checkout": [1, 19, 36], "prune": 1, "rebas": 1, "anyth": [1, 19, 41, 44, 45, 48], "alwai": [1, 17, 20, 39, 56, 67], "branch": [1, 36, 38, 39, 45, 47, 53, 63, 66, 68], "should": [1, 6, 8, 10, 15, 16, 19, 21, 27, 38, 39, 45, 51, 53, 56, 58, 63, 65, 70], "also": [1, 12, 14, 15, 19, 27, 28, 29, 35, 36, 39, 44, 46, 50, 53, 55, 58, 62, 63, 67, 68, 70], "date": [1, 19, 21, 27, 39], "one": [1, 6, 10, 11, 15, 21, 28, 38, 41, 44, 45, 48, 50, 53, 57, 62, 63, 64, 67, 70, 71], "prior": [1, 12, 19, 43, 57], "commit": [1, 3, 11, 36, 68], "becaus": [1, 21, 27, 44, 63], "contributor": [1, 24], "mai": [1, 6, 11, 12, 14, 15, 16, 19, 27, 28, 30, 38, 41, 43, 44, 45, 46, 48, 50, 54, 56, 58, 62, 63, 68], "last": [1, 31, 53, 60, 63, 69], "new": [1, 3, 9, 11, 16, 19, 21, 29, 37, 38, 41, 43, 44, 45, 46, 48, 49, 51, 53, 58, 59, 63, 68, 70, 71], "switch": [1, 6, 16], "faq": [1, 18, 21, 26], "workflow": [1, 19, 23, 26, 36, 42, 46, 51, 57, 58, 67, 71], "page": [1, 3, 15, 21, 23, 27, 32, 34, 38, 40, 41, 42, 44, 45, 48, 52, 53, 58, 62, 63, 65, 68], "correspond": [1, 3, 6, 39, 42], "found": [1, 3, 6, 12, 19, 21, 28, 34, 70], "_toc": [1, 3], "yml": [1, 3], "see": [1, 3, 12, 20, 21, 25, 29, 40, 41, 43, 45, 46, 48, 50, 53, 56, 57, 62, 68, 70], "s": [1, 5, 6, 10, 11, 15, 16, 17, 19, 20, 21, 23, 27, 30, 35, 36, 38, 39, 41, 42, 43, 44, 45, 46, 48, 52, 53, 56, 57, 58, 61, 63, 64, 65, 68, 69, 70, 71], "been": [1, 6, 8, 16, 19, 21, 27, 34, 36, 39, 43, 44, 53, 58, 59, 62, 63, 68], "modifi": [1, 16, 42, 52, 70], "check": [1, 15, 16, 17, 19, 20, 21, 37, 39, 43, 49, 51, 52, 58, 63, 65, 66, 67, 69, 71], "out": [1, 9, 11, 15, 16, 17, 19, 20, 21, 22, 27, 43, 47, 50, 52, 53, 56, 61, 63, 67, 69], "diff": 1, "statu": [1, 15, 45, 53], "readi": [1, 53], "first": [1, 6, 12, 15, 19, 21, 26, 28, 29, 36, 37, 41, 46, 48, 50, 56, 58], "stage": [1, 15, 30, 39, 67, 70], "them": [1, 11, 12, 15, 19, 21, 26, 36, 39, 41, 42, 44, 48, 50, 53, 56, 63, 65, 67], "file1": 1, "file2": 1, "etc": [1, 11, 19, 34, 38, 39, 41, 48, 57, 58, 59, 63, 65, 67], "m": [1, 53], "descript": [1, 6, 11, 36, 53, 58, 59, 60], "onc": [1, 15, 21, 36, 40, 45, 53, 58, 62, 67, 68, 71], "big": [1, 5, 19, 21], "top": [1, 15, 19, 21, 43, 44, 53, 63], "sai": [1, 37, 45], "compar": 1, "pull": [1, 21, 36, 38, 53, 63, 68], "request": [1, 2, 7, 9, 10, 15, 16, 21, 36, 39, 44, 56, 65, 68, 70, 71], "edit": [1, 3, 21, 52, 53, 58, 70], "titl": [1, 15, 58], "action": [1, 15, 68, 70, 71], "which": [1, 6, 10, 11, 15, 19, 20, 21, 34, 35, 36, 37, 41, 42, 45, 46, 48, 50, 52, 53, 55, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72], "build": [1, 17, 46, 55], "jupyterbook": 1, "publish": [1, 15, 19, 52, 58, 59, 63], "http": [1, 5, 15, 23, 28, 34, 36, 37, 38, 40, 42, 44, 45, 47, 49, 53, 54, 55, 63, 64, 65, 66, 68], "intro": [1, 47, 59], "html": [1, 23, 42, 59, 65], "face": [1, 21, 45, 53, 57], "websit": [1, 3, 5, 7, 11, 20, 30, 36, 41, 46, 48, 59, 66, 68], "fail": 1, "issu": [1, 15, 16, 17, 19, 26, 28, 39, 41, 42, 43, 45, 46, 48, 53, 56, 58, 61, 66, 70], "just": [1, 6, 15, 38, 43, 58, 63], "bit": [1, 70], "i": [1, 15, 16, 17, 19, 20, 21, 39, 43, 45, 55, 56], "highli": [1, 27], "take": [1, 5, 6, 11, 12, 15, 16, 20, 27, 30, 40, 44, 45, 53, 54, 55, 58, 62], "offici": [1, 6, 57], "onlin": [1, 42, 52, 53, 68], "book": [1, 3, 32, 59], "specif": [1, 3, 11, 14, 15, 16, 19, 21, 26, 28, 29, 36, 39, 53, 59, 63, 68, 69, 70], "review": [1, 19, 29, 43, 56, 59, 67], "chapter": 1, "1": [1, 5, 11, 16, 19, 21, 31, 44, 50, 53, 59, 60], "2": [1, 5, 6, 11, 19, 21, 31, 59, 60], "3": [1, 5, 21, 31, 37, 49, 58, 59, 60, 62, 65], "5": [1, 5, 21, 45, 49, 51, 58, 59, 60], "6": [1, 5, 58, 65], "credit": 1, "shane": [1, 24], "datahub": [1, 15, 16, 17, 21, 23, 24, 25, 26, 37, 38, 39, 40, 41, 42, 44, 48, 51, 55, 57, 58, 62, 64, 68, 69, 71, 72], "usag": 1, "analysi": [1, 5, 20, 30, 52, 59], "what": [2, 5, 9, 15, 16, 19, 20, 21, 30, 39, 56, 59, 62, 70], "previou": [2, 6, 9, 12, 21, 24, 30, 42, 44, 62], "data": [2, 5, 6, 7, 9, 11, 12, 16, 19, 20, 25, 28, 29, 30, 31, 34, 35, 36, 38, 40, 41, 42, 43, 44, 45, 46, 48, 50, 52, 53, 54, 56, 59, 60, 62, 63, 66, 67, 68, 69, 70], "scienc": [2, 5, 11, 14, 20, 25, 28, 30, 35, 46, 50, 54, 58, 59], "pedagogi": [2, 9, 14], "jupyt": [2, 3, 11, 19, 20, 21, 23, 28, 30, 32, 36, 42, 45, 50, 56, 63, 64, 66, 69, 70], "logist": [2, 9, 27, 46], "room": [2, 7, 28, 46, 70], "design": [2, 9, 27, 46, 53, 58], "your": [2, 3, 6, 7, 8, 9, 10, 11, 15, 16, 19, 20, 28, 29, 30, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 51, 53, 55, 57, 59, 62, 63, 64, 66, 67, 68, 70, 71], "syllabu": [2, 5, 7, 9, 29], "student": [2, 6, 7, 9, 10, 14, 15, 16, 19, 20, 26, 27, 30, 34, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 52, 56, 59, 60, 62, 63, 67, 69, 70, 71], "join": [2, 9, 19, 21, 61, 67], "commun": [2, 9, 17, 19, 20, 21, 46, 58], "channel": [2, 9, 19, 21, 61], "pre": [2, 6, 9, 26, 29, 34, 63, 66], "semest": [2, 9, 11, 12, 14, 19, 20, 28, 29, 30, 36, 39, 42, 53, 54, 57, 68], "checklist": [2, 9, 58], "plan": [2, 19, 21, 29, 42], "develop": [2, 4, 5, 7, 14, 19, 20, 21, 27, 28, 30, 36, 41, 46, 48, 52, 53, 58, 59, 62, 68, 70], "deploy": [2, 39, 52, 57], "assign": [2, 6, 9, 11, 15, 16, 19, 26, 27, 29, 36, 38, 40, 41, 45, 48, 50, 57, 59, 63, 64, 67, 68, 70, 71], "upload": [2, 16, 29, 36, 37, 38, 46, 51, 55, 56, 63, 71], "github": [2, 3, 4, 7, 15, 16, 17, 19, 21, 25, 27, 29, 30, 34, 37, 38, 39, 47, 51, 55, 58, 61, 63, 66, 70], "distribut": [2, 4, 9, 19, 20, 26, 32, 36, 38, 40, 51, 62, 68, 70, 72], "collect": [2, 30], "grade": [2, 9, 10, 11, 26, 53], "work": [2, 6, 9, 11, 17, 19, 20, 21, 27, 29, 36, 41, 42, 43, 44, 45, 46, 48, 50, 53, 57, 58, 59, 67, 68, 70], "larg": [2, 9, 16, 21, 28, 42, 56, 57, 67], "dataset": [2, 9, 16, 19, 21, 44, 53, 56, 59, 63, 67], "python": [2, 5, 9, 11, 12, 16, 19, 21, 28, 31, 35, 37, 41, 43, 44, 46, 48, 50, 52, 56, 58, 59, 62, 63, 67], "packag": [2, 9, 16, 19, 21, 23, 31, 34, 42, 49, 51, 53, 55, 56, 58, 64, 65, 66, 67, 69, 70], "fix": [2, 9, 19, 21, 41, 46, 48, 70], "jupyterhub": [2, 4, 15, 17, 18, 19, 20, 21, 24, 25, 26, 34, 37, 38, 39, 44, 45, 51, 53, 55, 56, 62, 63, 66, 68], "error": [2, 9, 41, 48, 50, 56, 67, 70], "resourc": [2, 16, 19, 26, 28, 30, 41, 42, 44, 48, 56, 57, 58, 59], "peopl": [2, 12, 15, 24, 26, 44, 53, 58], "term": [2, 9, 19, 21, 26, 41, 48, 50, 53, 58, 69], "abbrevi": [2, 9], "contact": [2, 10, 16, 19, 26, 28, 30, 38, 44, 56], "thi": [3, 6, 7, 9, 11, 12, 15, 16, 17, 18, 19, 20, 21, 23, 25, 30, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "demonstr": [3, 28, 59], "The": [3, 5, 6, 9, 11, 15, 16, 19, 20, 25, 26, 28, 30, 34, 35, 38, 39, 40, 41, 42, 43, 48, 49, 50, 51, 52, 53, 54, 57, 58, 59, 62, 65, 67, 68], "built": [3, 72], "detail": [3, 6, 16, 19, 21, 28, 29, 35, 36, 37, 43, 52, 57, 58, 63, 66, 68, 69, 70], "cover": [3, 12, 19, 26, 28], "basic": [3, 11, 14, 21, 26, 38, 39, 47, 50, 52, 59, 62, 63, 68], "repositori": [3, 20, 25, 29, 37, 38, 39, 42, 45, 51, 55, 57, 63, 66, 68], "begin": [3, 4, 19, 28, 29, 30], "clone": [3, 36, 37, 45, 55, 63], "site": [3, 12, 19, 23, 31, 36, 41, 48, 52, 53, 68], "ca": [4, 7, 11, 25, 36], "focus": [4, 16, 59], "support": [4, 16, 17, 21, 28, 30, 38, 39, 45, 46, 52, 53, 56, 57, 58, 59, 72], "unlik": 4, "who": [4, 8, 11, 12, 15, 16, 35, 37, 42, 46, 51, 52, 54, 58, 70, 71], "produc": [4, 10, 52, 58], "class": [4, 6, 7, 11, 12, 14, 16, 19, 27, 28, 30, 44, 46, 59, 65], "core": [4, 16, 31, 46, 67], "task": [4, 11, 52, 53, 56, 57, 59], "assist": [4, 7, 15, 25, 30], "dai": [4, 19, 41, 43, 48, 56, 60], "oper": [4, 16, 19, 21, 42, 43, 50, 57, 59, 68], "utliz": 4, "nbgitpul": [4, 19, 36, 42, 53, 55, 56, 70], "link": [4, 5, 17, 19, 20, 21, 29, 36, 39, 40, 42, 46, 49, 51, 53, 54, 55, 56, 62, 65, 68, 70], "materi": [4, 6, 11, 14, 16, 19, 26, 27, 40, 44, 45, 52, 53, 63, 71], "pdf": [5, 19, 21, 37, 58, 59], "compsci": 5, "88": [5, 38, 59], "comput": [5, 10, 14, 16, 17, 19, 20, 21, 27, 30, 40, 41, 44, 46, 48, 53, 54, 56, 57, 59, 62, 67, 68], "structur": [5, 19, 36, 42, 53, 58, 59], "88e": 5, "econom": [5, 27, 59], "model": [5, 12, 19, 57, 67], "ep": [5, 59], "earth": [5, 59], "physic": 5, "applic": [5, 36, 42, 51, 53, 55, 66, 67, 68, 71], "polsci": 5, "scientif": 5, "studi": [5, 20, 27, 30], "polit": 5, "stat": [5, 52, 55, 70], "probabl": [5, 21, 41, 44, 48, 62, 63], "mathemat": [5, 59], "statist": [5, 14, 20, 27, 28], "ugba": 5, "decis": [5, 70], "civeng": 5, "c88": 5, "smart": 5, "citi": 5, "cyplan": 5, "sem": 5, "write": [5, 16, 27, 42, 46, 52, 59, 68, 69], "stori": 5, "broken": [5, 6, 11], "down": [5, 6, 11, 51, 67], "ag": 5, "sex": 5, "demographi": 5, "sociol": 5, "social": 5, "impact": [5, 58, 70], "demog": 5, "immigr": 5, "tell": [5, 44], "l": [5, 10], "aesthet": 5, "sport": 5, "analyt": 5, "cogsci": 5, "mind": [5, 15, 16, 42, 58, 70, 71], "geog": 5, "geographi": 5, "legalst": 5, "crime": 5, "punish": 5, "children": 5, "world": [5, 59, 68], "mcellbi": 5, "immunotherapi": 5, "cancer": 5, "psych": 5, "cognit": 5, "neurosci": 5, "89a": 5, "linear": 5, "algebra": 5, "96": [5, 60], "network": [5, 21, 44], "web": [5, 36, 53, 55, 56, 58, 63], "visual": [5, 19, 27, 40, 41, 48, 52, 58, 62], "behind": [5, 63], "curtain": 5, "rediscov": 5, "text": [5, 19, 37, 40, 41, 43, 48, 53, 57, 59, 60, 62, 63], "88b": 5, "time": [5, 7, 10, 11, 12, 16, 17, 19, 21, 26, 27, 28, 30, 39, 40, 41, 42, 44, 46, 47, 48, 52, 53, 56, 58, 59, 62, 67], "seri": [5, 59, 63], "sea": 5, "level": [5, 14, 19, 27, 28, 53, 56, 68, 70], "rise": 5, "coastal": 5, "flood": 5, "espm": 5, "A": [5, 11, 14, 19, 21, 25, 26, 27, 36, 42, 46, 58, 68, 69, 70], "explor": [5, 14, 20, 27, 51, 53, 55, 56, 57, 58, 59, 63], "geospati": [5, 23], "hist": 5, "doe": [5, 15, 19, 21, 28, 45, 57, 63], "histori": 5, "count": [5, 16], "japanes": 5, "american": 5, "digit": 5, "sourc": [5, 17, 20, 38, 52, 58, 63, 66], "info": 5, "ethic": 5, "data8": [5, 23, 42], "org": [5, 23, 42, 52, 59], "legal": [5, 27], "measur": [5, 16, 39], "justic": 5, "system": [5, 16, 19, 28, 39, 41, 48, 52, 56], "mcb": [5, 38, 50, 59], "success": [5, 54, 60], "failur": [5, 21], "introduct": [5, 50, 62], "matric": 5, "graph": [5, 58], "cs88": 5, "190": 5, "sec": 5, "driven": [5, 14, 27, 58], "polici": [5, 11, 19, 59], "har": 5, "power": [5, 16, 35, 41, 46, 48, 52], "civic": 5, "tech": [5, 24], "290": 5, "revolut": 5, "88a": 5, "info88a_syllabus_fall2016": 5, "child": 5, "around": [5, 20, 26, 43, 58, 70], "analyz": [5, 30, 41, 48], "household": 5, "set": [5, 9, 15, 18, 19, 20, 21, 26, 29, 30, 35, 36, 41, 44, 46, 48, 52, 58, 60, 62, 65, 68, 69, 70, 71], "genom": 5, "info88": 5, "cogsci88": 5, "cee": 5, "ecolog": 5, "environ": [5, 19, 21, 39, 41, 46, 48, 50, 51, 52, 53, 56, 57, 62, 67], "health": [5, 19], "human": 5, "behavior": [5, 45], "literatur": 5, "39f": 5, "39g": 5, "39h": 5, "39c": 5, "read": [5, 7, 15, 16, 17, 21, 26, 31, 41, 42, 45, 48, 52, 54, 56, 58, 59, 63, 69], "39e": 5, "39d": 5, "race": 5, "polic": 5, "appli": [6, 14, 41, 48, 50, 63], "theoret": 6, "concept": [6, 27, 46, 50], "8": [6, 7, 9, 12, 14, 19, 25, 34, 35, 36, 38, 40, 41, 44, 45, 46, 48, 50, 59, 60, 62, 63, 68, 69], "particular": [6, 14, 15, 16, 19, 28, 30, 38, 53, 63], "area": [6, 59], "interest": [6, 8, 11, 15, 16, 17, 19, 20, 29, 30, 55, 57, 67, 70, 71], "some": [6, 11, 14, 18, 19, 20, 21, 34, 39, 40, 43, 46, 50, 57, 58, 59, 62, 63, 67, 68, 72], "character": 6, "averag": 6, "give": [6, 12, 19, 20, 27, 28, 58], "idea": [6, 11, 44], "fulli": [6, 11], "match": [6, 11], "requisit": 6, "co": [6, 24], "alreadi": [6, 49, 51, 62], "complet": [6, 19, 51, 52, 59, 66], "concurr": 6, "although": 6, "expect": [6, 19, 42, 43, 59], "state": [6, 39], "note": [6, 8, 21, 30, 39, 43, 46, 53, 57, 58], "formal": 6, "abl": [6, 8, 15, 19, 21, 41, 45, 46, 48, 51, 53, 66, 70, 71], "enrol": [6, 11, 26, 42, 70], "without": [6, 28, 41, 45, 48, 52, 64, 67, 68, 69], "met": 6, "challeng": [6, 21, 57, 58, 59], "individu": [6, 21, 53, 58, 62, 64], "rang": 6, "prepar": [6, 19, 52], "repres": [6, 29], "whole": 6, "announc": [6, 8, 17, 58], "suggest": [6, 17], "find": [6, 10, 14, 15, 16, 19, 21, 30, 44, 53, 56, 59, 66, 71], "differ": [6, 16, 19, 20, 21, 26, 27, 28, 34, 38, 39, 42, 43, 44, 45, 50, 56, 58, 62, 63, 68, 71], "wait": [6, 21], "until": [6, 12, 21], "thei": [6, 11, 15, 16, 19, 21, 27, 28, 41, 42, 44, 45, 46, 48, 50, 51, 53, 56, 59, 63, 67, 70, 71], "Of": 6, "discret": [6, 43], "consid": [6, 12, 16, 27, 30, 57, 59, 65, 70], "case": [6, 14, 16, 17, 19, 20, 21, 43, 52, 57, 63, 70], "basi": [6, 19, 28, 57], "think": [6, 17, 20, 27, 30], "waiv": 6, "miss": [6, 12], "overal": [6, 58], "effect": [6, 56, 57, 59], "two": [6, 8, 11, 19, 21, 29, 39, 43, 53, 56], "There": [6, 11, 16, 21, 35, 39, 44, 47, 50, 58, 62, 64, 70], "three": [6, 11, 16, 19, 30, 45, 58], "yet": [6, 43], "possibl": [6, 12, 43, 45, 62, 70], "higher": [6, 14], "One": [6, 21, 35, 44, 46, 53, 58, 68], "hour": [6, 7, 11, 19, 30, 69], "meet": [6, 11, 12, 19, 27, 28, 29, 58], "per": [6, 11, 16, 58, 60], "week": [6, 8, 10, 11, 12, 16, 19, 27, 57, 59], "lab": [6, 11, 14, 16, 19, 21, 27, 30, 40, 45, 49, 50, 51, 52, 56, 64, 65, 70], "lectur": [6, 27, 28, 59], "portion": [6, 38, 63], "decid": [6, 62], "split": [6, 60], "up": [6, 9, 14, 18, 19, 20, 21, 26, 27, 30, 36, 38, 41, 43, 44, 46, 48, 63, 71, 72], "between": [6, 12, 29], "spend": [6, 12, 59], "second": [6, 12, 70], "fluid": 6, "back": [6, 15, 19, 21, 26, 44, 56], "forth": [6, 21], "question": [6, 11, 26, 28, 29, 30, 59], "throughout": [6, 11, 14, 46, 53], "weekli": [6, 11], "project": [6, 17, 36, 41, 48, 53, 56, 59, 64, 68, 71, 72], "homework": [6, 14, 27, 30, 51, 52, 53, 70], "exam": [6, 19, 27], "depend": [6, 16, 28, 39, 42, 43, 50, 53], "offic": [6, 7, 11], "six": [6, 26], "wai": [6, 10, 17, 19, 21, 43, 58, 62, 67], "outsid": [6, 11, 19, 59], "schedul": [7, 10, 19, 27, 28, 52, 57], "grader": [7, 19, 20, 21, 53, 61, 67], "access": [7, 10, 16, 19, 21, 39, 42, 45, 46, 49, 51, 52, 53, 54, 55, 57, 62, 64, 66, 67, 68, 70, 71], "bcours": [7, 15, 16, 19, 42, 56, 63], "would": [7, 10, 11, 16, 19, 21, 30, 51, 53, 63, 66, 70], "guid": [7, 9, 16, 25, 52, 53, 56, 57, 68], "updat": [7, 17, 21, 42, 52, 53, 56, 67, 69], "public": [7, 17, 19, 29, 36, 38, 53, 59, 63, 68], "privat": [7, 53, 63, 68], "repo": [7, 21, 25, 36, 38, 39, 40, 45, 53, 63, 68], "organ": [7, 36, 45, 60, 63, 68, 69], "hold": [8, 10, 11, 36, 53, 68], "everi": [8, 9, 16, 19, 21, 27, 28, 39, 50], "These": [8, 11, 21, 46, 52, 63], "post": [8, 10, 21, 41, 48, 51, 58], "attend": [8, 11, 28, 29, 37], "focu": [8, 46, 58], "topic": [8, 26, 28, 50, 68], "googl": [8, 42, 55, 56], "group": [8, 15, 16, 59, 67], "whether": [8, 19, 21, 49, 51, 52, 71], "view": [8, 15, 21, 29, 36, 55], "membership": 8, "email": [8, 15, 16, 17, 19, 21, 22, 29, 41, 48, 53], "send": [8, 16, 17, 53], "berkelei": [8, 10, 15, 16, 19, 20, 21, 22, 23, 25, 28, 35, 37, 38, 39, 40, 41, 44, 45, 46, 48, 53, 54, 55, 62, 63, 64, 65, 66, 68], "edu": [8, 15, 16, 19, 21, 22, 23, 25, 28, 37, 38, 39, 40, 41, 44, 45, 48, 53, 54, 55, 56, 62, 63, 64, 65, 66, 68], "welcom": [9, 10, 37], "cdss": [9, 10, 11, 14, 20, 25, 27, 28, 30, 41, 46, 48, 62], "goal": [9, 27, 46], "provid": [9, 11, 15, 16, 19, 28, 30, 35, 36, 38, 39, 41, 42, 46, 48, 52, 54, 56, 57, 58, 65, 68, 71, 72], "return": [9, 21, 45, 60], "constantli": [9, 56, 58, 67], "sort": 9, "keep": [9, 12, 15, 16, 21, 42, 47, 53, 58, 70, 71], "speed": 9, "With": [9, 26, 53], "tip": [9, 19, 21, 30, 45, 58], "held": [10, 28, 29], "mondai": 10, "tuesdai": 10, "discuss": [10, 11, 19, 27, 28, 44], "curriculum": [10, 14, 27], "coordin": 10, "eric": [10, 11, 16, 19, 20, 24, 28], "van": [10, 11, 16, 19, 20, 24, 28], "dusen": [10, 11, 16, 19, 20, 24, 28], "each": [10, 11, 21, 27, 29, 36, 38, 42, 43, 44, 46, 53, 56, 59, 62, 63, 64], "wherev": 10, "conveni": [10, 16], "gatewai": 10, "tool": [10, 17, 26, 28, 34, 35, 38, 40, 41, 48, 52, 53, 56, 57, 58, 62, 63], "ferpa": 10, "consist": [10, 11, 52, 58, 62], "It": [10, 12, 15, 16, 19, 21, 36, 44, 52, 53, 56, 58, 65, 66, 68, 70], "similar": [10, 35, 46, 72], "blackboard": 10, "maintain": [10, 11, 36, 41, 46, 48, 53, 58, 72], "profit": 10, "compani": 10, "faculti": [10, 14, 53, 55], "come": [10, 28, 45, 46, 65], "school": [10, 58], "familiar": [10, 26, 27, 38, 46, 63], "depart": [10, 19], "list": [10, 14, 15, 17, 23, 25, 28, 38, 39, 42, 43, 47, 50, 56, 63, 66, 69, 71], "receiv": [10, 19, 20, 63, 70, 71], "role": [11, 15, 24, 28, 58], "none": [11, 21, 31], "brief": 11, "dec": [11, 14, 25], "experi": [11, 12, 14, 17, 19, 20, 27, 28, 45, 46, 51, 56, 67], "notebook": [11, 15, 17, 19, 20, 21, 23, 28, 29, 30, 34, 36, 39, 42, 43, 44, 45, 56, 57, 64, 67, 68, 69, 70], "libari": 11, "brainstorm": 11, "translat": [11, 58, 59], "In": [11, 12, 14, 15, 19, 21, 27, 28, 36, 37, 38, 41, 42, 43, 44, 46, 48, 52, 53, 54, 56, 57, 58, 59, 62, 63, 67, 69, 70, 71], "over": [11, 19, 20, 27, 30, 45, 47, 68], "summer": [11, 58], "earli": [11, 30, 65, 70], "vari": [11, 15, 19, 21, 39, 52, 56, 69], "base": [11, 15, 16, 36, 41, 45, 48, 50, 53, 54, 56, 59, 60, 63, 67], "avail": [11, 19, 21, 26, 27, 30, 35, 36, 39, 44, 53, 56, 63, 65, 71], "undergradu": [11, 28, 54], "varieti": [11, 52, 62], "answer": [11, 26, 28, 30, 34, 36, 59, 63], "proofread": 11, "But": 11, "cannot": [11, 41, 42, 48, 51, 52, 63], "unit": 11, "decal": 11, "train": 11, "90": [11, 56], "39": 11, "spent": [11, 16], "remain": [11, 38, 63, 65], "51": [11, 60], "relat": [11, 16, 19, 21, 28, 30, 43, 53, 67], "9": [11, 60], "15": [11, 19], "x": 11, "30": 11, "prep": 11, "our": [11, 16, 17, 19, 20, 21, 39, 42, 46], "default": [11, 15, 16, 19, 39, 42, 58, 63, 65, 68], "staff": [11, 15, 19, 28, 29, 30, 46, 56], "recruit": 11, "seat": 11, "free": [11, 19, 30, 51, 56], "declin": 11, "altern": [11, 52, 58, 62, 72], "arrang": 11, "fit": [11, 16, 27, 44], "better": [11, 38, 58, 59, 60, 63], "respons": [11, 19, 21], "associ": [11, 52, 59], "paid": 11, "recommend": [12, 14, 15, 16, 19, 21, 39, 42, 53, 57, 58, 61, 62, 63, 67], "own": [12, 28, 30, 36, 41, 46, 48, 63, 70], "same": [12, 15, 17, 21, 36, 38, 40, 41, 45, 48, 62, 63, 67, 68, 71], "histogram": [12, 30], "four": [12, 29, 30, 53], "five": [12, 65], "avoid": [12, 19, 41, 44, 45, 48, 56], "too": [12, 21, 43, 56, 58, 67], "much": [12, 30, 52, 58], "fundament": 12, "taught": [12, 27], "cohes": [12, 52], "mani": [12, 19, 20, 21, 25, 28, 34, 36, 39, 40, 43, 46, 47, 50, 56, 58, 59, 67, 68, 70], "best": [12, 19, 45, 58], "accommod": [12, 19], "sinc": [12, 53, 70], "light": [12, 20, 58], "most": [12, 16, 19, 21, 29, 30, 31, 41, 43, 45, 46, 48, 50, 60, 62, 63, 68, 70], "lot": [12, 16, 19, 21, 46, 67], "long": [14, 21, 44, 52, 69], "method": [14, 19, 21, 27, 39, 42, 45, 65], "domain": [14, 21, 27, 28], "expand": 14, "skill": [14, 27, 30], "chosen": [14, 21, 46, 55, 57, 59], "field": [14, 37, 53, 63, 66], "adapt": [14, 16, 30, 59], "exist": [14, 19, 21, 27, 30, 39, 45], "ground": [14, 72], "team": [14, 15, 16, 19, 20, 21, 24, 27, 28, 29, 53, 56, 57, 58, 61, 67, 71], "partner": 14, "necessari": [14, 15, 27, 30, 42, 53, 56, 57, 59, 67], "exercis": [14, 38, 52, 68], "typic": [14, 21, 42, 50, 53], "foundat": [14, 25], "math": [14, 28], "well": [14, 53, 56, 62, 63], "offer": [14, 17, 19, 28, 42, 58, 65, 67], "header": [14, 19, 37, 43, 58], "curiou": 15, "ye": [15, 16, 17, 21, 35, 52, 56, 71], "mean": [15, 27, 41, 46, 48, 63], "troubleshoot": [15, 19, 28, 57], "interfac": [15, 21, 36, 56, 63, 64, 65, 70], "admin": [15, 16, 19, 21, 41, 45, 48, 53, 67, 69], "user": [15, 16, 17, 19, 20, 21, 26, 36, 38, 39, 40, 42, 43, 44, 45, 51, 52, 56, 57, 58, 63, 64, 67, 68, 69, 70, 71], "start": [15, 19, 21, 26, 28, 29, 30, 41, 43, 44, 45, 46, 48, 49, 51, 52, 53, 58, 62, 70], "stop": [15, 21, 56, 70], "server": [15, 19, 20, 39, 51, 53, 55, 56, 59, 62, 70], "dedic": [15, 16], "debug": [15, 21], "wide": [15, 39, 41, 48], "gsi": 15, "act": [15, 28, 45, 46, 68], "anoth": [15, 16, 21, 37, 41, 43, 44, 46, 48, 62, 70], "result": [15, 16, 19, 21, 58, 60, 67], "conflict": [15, 21, 41, 45, 48], "report": [15, 44, 67], "scenario": [15, 19, 21, 37, 42, 57, 58, 71], "infrastructur": [15, 19, 24, 41, 46, 48, 53, 56, 57, 58, 62, 67], "so": [15, 16, 17, 19, 20, 21, 41, 42, 43, 45, 48, 50, 57, 62, 63, 65], "correct": [15, 41, 43, 45, 48, 53, 69], "imag": [15, 16, 19, 21, 31, 53, 62, 65, 69], "know": [15, 16, 19, 20, 21, 26, 44, 45, 50], "dashboard": [15, 21, 45, 55, 59], "alon": [15, 58], "purpos": [15, 67], "satisfi": 15, "abov": [15, 16, 21, 38, 39, 43, 50, 52, 53, 58, 59, 63, 64, 68], "criteria": 15, "templat": [15, 16, 17, 19, 21, 39, 53, 69], "process": [15, 16, 19, 27, 29, 30, 38, 39, 41, 44, 48, 51, 52, 56, 58, 59, 63, 71], "ha": [15, 16, 19, 20, 21, 28, 32, 34, 36, 37, 41, 43, 44, 48, 53, 58, 59, 62, 63, 65, 70, 72], "undergon": [15, 58], "major": [15, 30, 45, 46], "longer": [15, 21, 63, 72], "id": [15, 19, 21, 42, 52, 56, 71], "than": [15, 16, 19, 21, 28, 38, 43, 58, 59, 63], "subset": [15, 16, 67, 70], "order": [15, 26, 29, 41, 43, 46, 48, 54], "must": [15, 38, 39, 53, 62, 63], "By": [15, 29, 42, 43, 59], "teacher": [15, 59], "ta": [15, 28, 46, 56], "visit": [15, 21, 36, 52, 63, 69], "section": [15, 18, 26, 29, 30, 54, 62, 63, 64, 68], "specifi": [15, 19, 38, 39, 63, 69], "address": [15, 26, 28, 58], "groupset": 15, "insid": [15, 37], "share": [15, 19, 21, 37, 44, 46, 51, 53, 58, 59, 70], "configur": [15, 19, 42], "document": [15, 19, 21, 37, 41, 42, 46, 48, 53, 57, 58, 61, 70], "being": [15, 21, 41, 44, 48], "grant": [15, 16, 69], "logout": 15, "again": [15, 21, 43, 45, 56, 66, 67], "config": 15, "persist": [15, 21, 56], "thing": [15, 29, 34, 41, 44, 48, 50, 56], "ui": [15, 19, 56, 57, 58, 65], "navig": [15, 30, 45, 53, 56, 58, 64, 69], "sometim": [15, 43], "part": [15, 16, 17, 19, 21, 27, 36, 39, 45, 53, 57, 58, 59, 62, 63, 65, 66, 67, 70, 71], "circumst": 15, "reach": [15, 16, 17, 19, 20, 21, 22, 56, 61, 67, 69, 72], "bcourseshelp": 15, "actual": 15, "portal": 15, "login": [15, 36, 37, 41, 48, 71], "instanc": [15, 16, 19, 21, 37, 39, 44, 55, 60], "bar": [15, 45, 70], "where": [15, 17, 19, 21, 27, 36, 42, 43, 45, 51, 52, 53, 56, 58, 59, 70, 71], "r": [15, 16, 19, 21, 45, 52, 55, 56, 59, 63, 67], "replac": [15, 53, 58], "calnet": [15, 19, 21, 51, 53, 56], "rstudio": [15, 19, 21, 51, 52, 53, 56, 58, 63], "restart": [15, 39, 43, 44, 56, 58], "control": [15, 21, 36, 52, 53, 58, 68, 69, 70], "panel": [15, 21, 53, 70], "whose": [15, 59], "search": [15, 21, 51, 66], "hub": [16, 19, 38, 39, 42, 45, 52, 53, 55, 56, 58, 64, 66, 67, 69, 70, 71], "version": [16, 17, 19, 21, 34, 36, 39, 41, 45, 48, 56, 63, 67, 68, 70], "self": [16, 31, 39], "temporari": [16, 19, 69], "identifi": [16, 21, 39, 58, 59, 65, 67, 71], "perman": [16, 39], "solut": [16, 21, 39, 43, 53, 71], "syntax": [16, 39, 52, 58, 59, 65], "pip": [16, 19, 21, 39, 56, 58, 66], "eg": [16, 39, 42, 45, 52, 64, 69], "numpi": [16, 39], "ggplot2": [16, 39], "highlight": [16, 18, 19, 21, 38, 39, 52, 59, 63], "along": [16, 29, 39], "rais": [16, 17, 19, 21, 39, 42, 66], "increas": [16, 19, 21, 42, 57, 67], "ram": [16, 19, 41, 42, 48], "cpu": [16, 19, 57, 60, 67], "1gb": [16, 42], "usecas": [16, 57, 70], "compel": 16, "reason": [16, 21, 30, 41, 48, 51, 57, 67], "rational": 16, "upgrad": [16, 17, 19, 21, 67], "cost": [16, 56, 57, 60, 67], "implic": 16, "servic": [16, 19, 21, 24, 28, 51, 56], "factor": [16, 59], "number": [16, 20, 21, 41, 43, 48, 58, 60, 65], "amount": [16, 19, 28, 42, 44, 56], "place": [16, 30, 36, 53, 59], "latter": 16, "temporarili": [16, 39, 42, 45], "durat": 16, "auto": 16, "approv": [16, 38, 63], "threshold": 16, "600": [16, 60], "gb": [16, 19], "month": [16, 17], "400": [16, 60], "200": 16, "ones": [16, 38], "tabl": [16, 21, 23, 30, 35, 42, 43, 46, 52, 58, 60, 67], "further": [16, 19, 21, 55, 57, 58], "consider": [16, 58, 70], "end": [16, 19, 29, 42, 45], "complex": [16, 19, 43, 44, 59, 65, 67, 70], "affect": [16, 41, 48, 58, 62, 70], "perform": [16, 19, 42, 43, 57, 59, 68], "As": [16, 19, 21, 28, 36, 42, 50, 58, 63, 65, 67, 70], "conduct": 16, "workshop": [16, 19, 26, 28, 37], "could": [16, 21, 26, 37, 57, 58, 70], "repurpos": [16, 19], "certainli": 16, "d": [16, 19, 44], "its": [16, 26, 36, 65, 72], "regularli": [16, 21, 39, 46, 56, 69], "ericvd": [16, 19, 20], "balaji": [16, 19, 20, 21, 24], "alwar": [16, 19, 20, 21, 24], "balajialwar": [16, 19, 21, 22], "exact": [16, 19], "memori": [16, 19, 21, 67], "total": [16, 19, 44, 60], "particip": 16, "size": [16, 21, 28, 42, 56, 58, 60], "languag": [16, 19, 39, 52, 57, 59, 67], "research": [16, 19, 30, 52, 57], "motiv": [16, 28], "practic": [16, 21, 28, 52, 56, 58], "IT": 16, "benefit": [16, 28, 41, 48], "high": [16, 19, 56], "cluster": [16, 25, 44], "savio": 16, "On": [16, 21, 45, 53], "demand": 16, "virtual": [16, 21, 56, 60], "machin": [16, 41, 44, 48, 56, 60], "am": [16, 19, 21], "my": [16, 19, 21, 37, 45, 52, 62], "ensur": [16, 19, 21, 43, 52, 53, 56, 57, 58, 69], "rule": [16, 21, 44, 58, 67], "thumb": [16, 21, 44, 58, 67], "separ": [16, 19], "limit": [16, 21, 41, 42, 44, 48, 57, 58], "100": [16, 19, 20, 42, 58, 60, 70], "mb": [16, 58], "overcom": [16, 58], "constraint": 16, "aris": [16, 43], "due": [16, 21, 45, 51, 58, 65, 67], "disk": [16, 41, 42, 44, 48], "singl": [16, 20, 27, 41, 48, 52, 64, 67], "thread": 16, "max": [16, 67], "alloc": [16, 19, 21, 60], "resiz": 16, "feasibl": [16, 19, 57], "profil": [16, 65], "understand": [16, 19, 38, 56, 58, 59, 63, 70], "consumpt": [16, 19], "within": [16, 19, 29, 52, 53, 57, 64, 65], "conusmpt": 16, "directli": [16, 19, 21, 42, 45, 52, 57, 62, 65, 66, 67, 68], "serv": [16, 19, 28, 42, 65], "principl": [16, 20], "undergrad": 16, "technic": [16, 19, 24, 28, 46, 56], "architectur": 16, "strong": 16, "institut": [16, 25], "strateg": 16, "custom": [16, 39, 53, 58, 65, 66], "improv": [17, 19, 21, 56, 58, 60], "campu": [17, 19, 26, 56], "outlin": [17, 21, 42], "enhanc": [17, 19], "notif": [17, 63, 71], "releas": [17, 19, 45, 53, 57, 58, 71], "try": [17, 19, 21, 37, 43, 44, 56, 67], "cadenc": 17, "upcom": 17, "watch": 17, "track": [17, 19, 36, 47, 53, 68], "prioriti": [17, 58], "sprint": 17, "board": 17, "collabor": [17, 29, 37, 42, 53, 58, 59, 71], "don": [17, 21, 36, 37, 43, 44, 51, 53, 56, 67], "junctur": 17, "toward": [17, 27], "integr": [17, 27, 45, 53, 57, 58, 59, 69, 70], "retrolab": 17, "function": [17, 35, 42, 43, 46, 50, 53, 56, 59, 60, 65, 70, 71], "contribut": 17, "thank": 17, "amaz": 17, "sens": [17, 58], "commonli": [18, 42, 67], "proactiv": [19, 57], "submit": [19, 53, 56], "softwar": [19, 20, 28, 36, 41, 43, 45, 48, 59, 67, 68], "disrupt": 19, "ideal": [19, 30, 52, 58, 59, 65, 67], "frame": [19, 67], "timelin": [19, 29], "minim": 19, "ongo": [19, 58], "deadlin": 19, "goe": [19, 29, 46, 56], "wrong": 19, "test": [19, 21, 56, 58, 59, 62, 67, 70], "advanc": [19, 46, 62, 63, 68, 72], "discov": 19, "export": [19, 21, 65], "webpdf": [19, 65], "save": [19, 21, 37, 42, 53, 56, 58, 65, 68], "convert": [19, 38, 58, 65], "resolv": [19, 56], "render": [19, 52, 55], "encount": [19, 26, 43, 56], "hope": 19, "smoother": 19, "convers": [19, 20, 21, 30], "refer": [19, 21, 26, 37, 41, 42, 43, 48, 50, 57, 65, 70, 71], "incorpor": [19, 58], "consult": [19, 57, 67], "fork": 19, "browser": [19, 21, 37, 40, 41, 48, 55, 62, 63, 64, 65, 66, 67, 68, 70], "extens": [19, 35, 37, 52, 58, 61, 65, 67, 70, 72], "call": [19, 31, 40, 43, 45, 60, 62, 63, 68, 71], "uninstal": 19, "old": [19, 45], "reinstal": 19, "latest": [19, 21, 39, 56, 58, 60, 67, 70], "chrome": [19, 45, 55, 56], "recent": [19, 31, 46, 60, 63, 65], "backup": 19, "retriev": [19, 56], "archiv": [19, 56], "upfront": 19, "hopefulli": 19, "eas": 19, "workload": [19, 60], "otter": [19, 20, 53, 61, 67], "move": [19, 21], "sean": 19, "smorri": 19, "slack": [19, 21, 22, 61], "w": 19, "uctech": 19, "account": [19, 21, 36, 37, 38, 39, 41, 42, 44, 46, 48, 51, 53, 63, 71], "ucb": [19, 53, 57], "interact": [19, 27, 28, 40, 46, 53, 55, 57, 58, 60, 68], "lead": [19, 24, 29, 30, 42, 56, 57], "sensit": [19, 43, 69], "compat": [19, 56], "least": [19, 29], "busi": 19, "turnaround": 19, "elev": 19, "privileg": [19, 21], "import": [19, 29, 31, 34, 39, 43, 50, 58, 60, 65, 69], "greater": [19, 59], "usual": [19, 30, 43, 44, 45, 50], "relev": [19, 20, 21, 23, 29, 30, 37, 53], "calendar": 19, "event": [19, 60], "a11i": [19, 58], "insight": 19, "jupyterlab": [19, 51, 52, 56, 57, 72], "checker": 19, "multipl": [19, 21, 36, 42, 44, 52, 53, 67, 68], "cell": [19, 37, 39, 50, 56, 58, 59, 65, 66, 67], "head": [19, 53], "verifi": [19, 56], "presenc": 19, "alt": [19, 65], "impair": [19, 58], "calcul": [19, 21, 30, 52, 59, 60], "colour": 19, "contrast": [19, 58], "ratio": [19, 59], "readabl": [19, 58], "low": [19, 56], "vision": 19, "c": [19, 21, 49, 51, 58, 59], "evalu": [19, 59], "align": [19, 60, 65], "wcag": 19, "standard": [19, 60, 62, 65], "h1": [19, 58], "h2": 19, "appropri": [19, 28, 42, 43, 53, 63], "optim": [19, 57, 60], "final": [19, 29, 60, 71], "feedback": [19, 56], "smooth": [19, 57], "myself": 19, "variou": [19, 38, 40, 41, 48, 52, 57, 58, 62, 63, 65], "uc": [19, 20, 28, 53, 54, 63], "zero": [19, 45], "kubernet": 19, "julia": [19, 39, 45, 52, 67], "uniqu": [19, 66], "across": [19, 36, 39, 42, 67, 68, 71], "cater": 19, "divers": 19, "audienc": [19, 58], "vanilla": 19, "deploi": [19, 28, 39, 52, 57, 70], "right": [19, 21, 30, 43, 44, 45, 56, 62, 63, 64, 68], "corner": [19, 44, 63], "had": [19, 21, 63], "consum": [19, 67], "against": [19, 59], "crash": [19, 21, 58], "less": [19, 58], "intens": 19, "capac": 19, "classic": [19, 37, 56, 58, 63, 70, 72], "bug": [19, 21, 70], "agreement": 19, "sla": 19, "regard": [19, 21], "acknowledg": 19, "categor": 19, "envis": 19, "decreas": 19, "member": [19, 28, 46], "store": [19, 29, 38, 41, 45, 48, 53, 56, 63, 66], "exhaust": [19, 43], "enough": [19, 58], "type": [19, 21, 26, 27, 39, 43, 45, 50, 53, 58, 60, 62, 70], "honestli": 19, "noth": 19, "todai": 19, "ask": [19, 21, 26, 29, 43, 51, 59, 67], "refrain": 19, "via": [19, 21, 22, 34, 42, 55, 68, 69], "incas": [19, 37, 66], "caus": [19, 21, 43, 45, 56, 58], "launch": [19, 21, 37, 45, 55, 56, 71], "non": [19, 27, 45, 58, 70], "onli": [19, 38, 39, 41, 42, 48, 53, 58, 66, 67, 69], "coupl": [19, 21, 55, 58, 64], "sponsor": 19, "guest": 19, "binder": 19, "jupyterlit": 19, "solv": [19, 21, 41, 45, 48, 59, 67], "immedi": [19, 42, 63, 70], "submiss": [19, 40, 52, 53, 61, 62], "select": [19, 21, 36, 37, 38, 43, 45, 53, 56, 58, 59, 62, 63, 64, 68, 69, 70, 71], "knit": 19, "target": [19, 27], "format": [19, 21, 30, 31, 38, 40, 52, 53, 62, 63, 65], "affili": [19, 53], "easi": [19, 36, 55, 58, 63, 69], "stakehold": 19, "worri": 19, "confus": [19, 65], "banner": 19, "highligh": 19, "input": [19, 21, 28, 37, 38, 63], "evangelist": 20, "spread": [20, 27], "word": 20, "tweak": 20, "accord": 20, "collater": 20, "societi": [20, 46], "short": [20, 21, 27, 30, 47, 55, 62, 68, 71], "opportun": [20, 27], "hand": [20, 52], "weight": 20, "modular": [20, 27], "autograd": [20, 52, 53], "discours": 20, "small": [20, 30, 56], "littlest": 20, "escal": 21, "becom": [21, 30, 41, 48, 58], "unrespons": 21, "properli": [21, 43, 53, 56, 62], "visibl": [21, 36, 37], "piazza": [21, 23, 38, 41, 44, 48], "obfusc": 21, "f": [21, 31, 60], "desir": [21, 38, 45, 59, 68], "row": [21, 58], "tab": [21, 49, 51, 56, 63, 67, 71], "close": [21, 27, 44, 67], "still": [21, 41, 44, 48, 58, 61, 70], "adopt": [21, 70], "infinit": [21, 43, 67], "loop": [21, 43, 67], "show": [21, 38, 53, 60, 63, 67, 70, 71], "reduc": [21, 46], "seem": 21, "unus": [21, 56], "workspac": 21, "e": [21, 28, 43, 44, 45, 50, 53, 57, 60, 67], "g": [21, 28, 43, 44, 45, 50, 53, 57, 60, 67], "imposs": 21, "reset": 21, "tree": [21, 34, 45, 56, 64, 71], "n": 21, "integ": 21, "recov": 21, "delet": [21, 53, 56], "manual": [21, 38, 53, 56, 63], "confirm": [21, 63], "hack": 21, "spawn": 21, "pend": 21, "messag": [21, 44, 45, 53, 56, 68, 70], "ipynb": [21, 37, 40, 45, 52, 58, 62, 63, 65, 66, 70], "bloat": 21, "clear": [21, 37], "nbconvert": [21, 58, 65], "inplac": 21, "filenam": [21, 31, 53, 65, 66], "503": [21, 67], "unavail": 21, "sorri": 21, "stabil": [21, 70], "minut": [21, 43, 70, 71], "403": 21, "block": 21, "unknown": 21, "potenti": 21, "author": [21, 58], "certain": [21, 38, 42, 67, 71], "node": [21, 44, 60], "scale": [21, 28, 44], "volum": 21, "occur": [21, 43, 45], "load": [21, 42, 45, 53, 57, 65], "rm": 21, "nbsignatur": 21, "db": 21, "di": 21, "whenev": [21, 52], "death": 21, "soon": 21, "exce": 21, "die": 21, "lack": [21, 57, 58], "swap": 21, "space": [21, 42, 43, 44, 56, 58, 60], "transmiss": 21, "workaround": 21, "implement": [21, 56], "involv": [21, 24, 42, 52, 58], "remov": [21, 41, 45, 48, 67], "bypass": 21, "session": [21, 43, 44, 70], "startup": 21, "mv": 21, "press": [21, 49, 51], "normal": 21, "studio": [21, 58], "kick": 21, "me": 21, "doesn": [21, 43, 44, 45, 56, 58], "reproduc": 21, "observ": [21, 52, 58], "exponenti": 21, "annot": [21, 59], "awar": 21, "direct": [21, 59, 68], "circumv": 21, "instead": [21, 58, 63], "rel": [21, 53], "window": [21, 36], "ctrl": 21, "shift": [21, 59, 62], "mac": 21, "cmd": 21, "scratch": 21, "fresh": [21, 45], "good": [21, 44, 50, 53, 56, 58], "present": [21, 27, 58, 65, 68], "did": [21, 46, 68], "wa": [21, 35, 43, 46, 53, 57, 70], "made": [21, 27, 30, 36, 53, 56, 58, 62, 68], "10": [21, 58], "2022": 21, "smoothli": [21, 36, 56, 68], "incompat": 21, "revert": 21, "zip": [21, 64], "got": 21, "mention": [21, 51, 64], "seek": [21, 26], "fals": 21, "force_sav": 21, "true": [21, 43, 60], "rewrit": 21, "suit": 21, "consolid": 23, "wiki": 23, "cs97": 23, "datasci": [23, 26, 42], "patti": 23, "frontiera": 23, "sampl": [23, 67, 69], "demo": [23, 55, 71], "decul": 23, "tabledemo": 23, "textbook": [23, 46, 52], "ipython": [23, 31, 60, 65, 70], "homepag": 23, "www": [23, 68], "inferentialthink": 23, "outreach": [24, 26], "dsu": 24, "knapp": 24, "ryan": 24, "lovett": 24, "jonathan": 24, "felder": 24, "greg": 24, "meritt": 24, "anthoni": 24, "suen": 24, "curricular": 24, "keelei": 24, "takimoto": 24, "gunjan": 24, "baid": 24, "chri": 24, "pyle": 24, "yuvi": 24, "panda": [24, 35, 39, 46, 60], "acronym": 25, "bid": 25, "ci": [25, 39, 52], "cloud": [25, 41, 46, 48, 51, 53, 56, 57, 59, 60, 67], "divid": 26, "platform": [26, 52, 53, 56], "essenti": [26, 49, 51, 70], "frequent": [26, 39, 43, 56], "comprehens": [26, 52, 58], "curat": 26, "tailor": [26, 50, 63], "overview": [26, 27, 28, 56], "facilit": [26, 28], "themselv": [27, 30, 50], "subject": [27, 30], "extra": [27, 54], "itself": 27, "often": [27, 28, 36, 46, 52, 68], "led": [27, 59, 70], "real": [27, 52, 53, 58], "critic": 27, "period": [27, 29], "concern": 27, "length": 27, "midterm": 27, "And": 27, "everyon": [27, 41, 48], "freshmen": 27, "senior": 27, "upper": [27, 45, 63], "divis": [27, 46], "econometr": 27, "sociolog": 27, "psycholog": 27, "mediev": 27, "rhetor": 27, "gender": 27, "women": 27, "linguist": 27, "brows": [27, 30], "Not": 28, "feel": [28, 30, 67, 72], "confid": [28, 46], "util": [28, 59], "asap": 28, "drop": [28, 36, 68], "complement": 28, "3rd": [28, 58, 63], "floor": 28, "moffitt": [28, 54], "librari": [28, 39, 41, 42, 46, 48, 50, 54, 58], "full": [28, 36, 45, 63], "ahead": [28, 44], "special": 28, "expertis": 28, "geograph": 28, "introductori": [28, 35, 41, 46, 48], "invit": 28, "walk": [28, 68, 70, 71], "aren": [28, 43], "interrupt": 28, "front": 28, "profici": 28, "explain": [28, 42, 57, 59], "finer": 28, "conceptu": 28, "At": [29, 30, 53], "bring": 29, "tent": 29, "contract": 29, "draft": 29, "sent": 29, "compon": [30, 35, 46, 54, 58, 63], "unsur": [30, 67, 70], "accomplish": 30, "awai": [30, 56, 70], "correl": 30, "coeffici": 30, "interpret": [30, 58], "devot": 30, "tend": [30, 50], "larger": [30, 46, 60], "aggreg": 30, "engag": [30, 52, 59], "difficult": 30, "internet": [30, 41, 48, 70], "usabl": [30, 58], "easiest": [30, 45], "spreadsheet": 30, "csv": 30, "xlsx": 30, "extend": 30, "clearer": 30, "faster": 30, "replic": 30, "paper": [30, 58], "quantit": 30, "put": [30, 43, 53], "aspect": [30, 58], "perhap": 30, "histor": 30, "done": [30, 41, 48, 53, 56, 62], "microsoft": 30, "excel": 30, "reconfigur": 30, "saw": 30, "easier": 30, "fewer": 30, "harder": 30, "displai": [31, 35, 36, 46, 58, 60, 62, 65, 68], "mathematica": [31, 65], "png": [31, 65], "width": [31, 60, 65], "250": [31, 65], "filenotfounderror": 31, "traceback": [31, 60], "tmp": [31, 60], "ipykernel_1849": 31, "3066509368": 31, "py": [31, 60], "opt": 31, "hostedtoolcach": 31, "7": [31, 36, 65], "17": [31, 60], "x64": 31, "lib": 31, "python3": 31, "__init__": 31, "emb": [31, 65], "height": [31, 60], "retina": 31, "unconfin": 31, "metadata": 31, "1230": 31, "1231": 31, "super": 31, "1232": 31, "1233": 31, "1234": 31, "635": 31, "636": 31, "637": 31, "reload": 31, "638": 31, "_check_data": 31, "639": 31, "1261": 31, "1262": 31, "1263": 31, "1264": 31, "1265": 31, "_retina_shap": 31, "660": 31, "661": 31, "662": 31, "_read_flag": 31, "663": 31, "664": 31, "elif": [31, 50], "errno": 31, "No": [31, 36, 41, 48, 60, 69], "gitbook": 32, "host": [32, 36, 51, 52, 53, 59, 68, 70], "statement": [34, 50], "kei": [34, 35, 36, 46, 58, 63], "download_fil": 34, "install_packag": 34, "gh": [34, 38], "written": [35, 46, 53], "investig": [35, 46], "graphic": [35, 46, 58], "abstract": [35, 46], "datafram": [35, 46, 60], "draw": [35, 46], "map": [35, 46, 59], "plot": [35, 46, 50, 52, 58], "aim": [35, 46], "simpl": [35, 44, 46, 52, 63, 65], "taken": [35, 44, 45, 46, 53], "parallel": [36, 44, 68], "conjunct": [36, 68], "aka": [36, 68], "central": [36, 42, 60, 68], "gui": [36, 67], "client": 36, "simplifi": [36, 38, 44, 46, 63], "cli": [36, 56], "maco": 36, "merg": [36, 45, 47], "credenti": [36, 41, 48], "ry": 36, "reposito": 36, "drag": [36, 68], "appear": [36, 42, 43, 53, 63], "summari": [36, 58], "defin": [36, 43, 59], "congratul": 36, "iri": 37, "datahub_workshop_feb24": 37, "markdown": [37, 50, 58, 62, 65], "sake": 37, "someon": 37, "ipykernel": 37, "launcher": [37, 49, 51], "rather": [38, 43, 63, 66], "extern": [38, 56, 63], "person": [38, 39, 41, 48, 54, 56, 63, 70], "obtain": [38, 57, 63, 69], "given": [38, 41, 42, 43, 48, 50, 60, 63, 65], "futur": [38, 41, 44, 48, 56], "automat": [38, 42, 44, 45, 52, 53, 63], "color": [38, 58, 63], "grei": [38, 43, 63], "yourself": [38, 63], "shown": [38, 63, 66, 71], "hit": 38, "redirect": [38, 40], "path": [38, 40, 42, 45, 53, 63], "lab5": 38, "procedur": 39, "scikit": [39, 44], "matplotlib": [39, 46, 50, 58], "shini": 39, "dplyr": 39, "tidyr": 39, "rsqllite": 39, "instanceof": 39, "simpli": 39, "line": [39, 45, 51, 52, 53, 62, 69], "bash": [39, 53], "reflect": [39, 52], "prod": 39, "product": 39, "break": [39, 41, 45, 48, 62, 67], "omit": 39, "unreleas": 39, "sha": 39, "data8asset": 40, "sp17": 40, "lab01": [40, 45], "blog": [41, 47, 48, 58], "sever": [41, 43, 44, 48, 70], "veri": [41, 46, 48, 50], "tediou": [41, 46, 48], "prone": [41, 48], "even": [41, 42, 44, 48, 58, 67], "finish": [41, 43, 44, 48, 63], "everyth": [41, 48], "outdat": [41, 48], "frustrat": [41, 44, 46, 48], "storag": [41, 44, 48, 56, 69], "entir": [41, 42, 48, 52, 54, 60, 63, 67, 71], "especi": [41, 42, 43, 46, 48, 58], "never": [41, 48], "setup": [41, 42, 46, 48, 53, 60, 62], "burden": [41, 46, 48], "regardless": [41, 42, 48], "disadvantag": [41, 48], "connect": [41, 44, 48, 53, 54, 56, 59], "unlimit": [41, 48], "mayb": [41, 48], "filesystem": [41, 48], "modif": [41, 48], "unless": [41, 48], "difficulti": [41, 48, 58], "unabl": [41, 48, 56], "choic": 42, "drive": [42, 51, 56], "messi": 42, "filepath": 42, "therefor": 42, "approach": [42, 46, 55, 56, 57, 59], "prevent": 42, "duplic": [42, 56], "bandwidth": 42, "mount": 42, "jovyan": [42, 66], "accident": 42, "overwrit": [42, 45], "simultan": 42, "said": 42, "okai": [42, 45], "risk": [42, 65], "readwrit": 42, "permiss": [42, 69], "streamlin": [42, 63], "folk": 42, "roster": 42, "compss": 42, "214a": 42, "lose": 42, "dropox": 42, "read_tabl": 42, "_autosummari": 42, "categori": 43, "describ": [43, 53, 62, 63, 68], "themost": 43, "far": 43, "screenshot": [43, 45, 49, 51], "happen": [43, 59], "forget": 43, "misspel": 43, "variabl": [43, 50, 57], "quotat": 43, "mark": 43, "string": 43, "column": [43, 58], "pick": 43, "doubl": [43, 62], "spell": 43, "capit": 43, "punctuat": 43, "enclos": 43, "deal": [43, 46], "label": [43, 53, 58], "manipul": 43, "incorrect": 43, "kind": [43, 44, 59], "relabel": 43, "misus": 43, "boolean": 43, "argument": 43, "friend": 43, "stuck": 43, "squar": [43, 58], "bracket": [43, 58], "left": [43, 56, 59, 62, 64], "asterisk": 43, "circl": 43, "kernel": [43, 44, 56, 58], "stai": [43, 63], "solid": 43, "isn": [43, 71], "particularli": [43, 52], "realli": [43, 44], "takesever": 43, "toolbar": [43, 62], "attempt": 43, "menu": [43, 45, 58, 70], "lostand": 43, "redefin": 43, "finit": 44, "reserv": 44, "roughli": 44, "10gb": 44, "2gb": 44, "fast": 44, "bottleneck": 44, "obvious": 44, "analys": [44, 56], "fine": 44, "multi": 44, "layer": 44, "neural": 44, "batch": 44, "tie": 44, "joblib": 44, "n_job": 44, "though": 44, "iter": [44, 50], "problem": [44, 50, 56, 59], "let": [44, 57], "strai": 44, "unfortun": 45, "won": [45, 50], "firefox": [45, 55, 56, 70], "safari": [45, 56], "correctli": 45, "red": 45, "exit": 45, "128": 45, "fill": [45, 53, 59, 63, 66], "forward": [45, 70], "slash": 45, "fall19": 45, "refus": [45, 65], "proce": 45, "conserv": 45, "soc": 45, "problemat": [45, 67], "aros": 45, "newli": 45, "stash": 45, "dropdown": [45, 60, 62, 63, 68, 71], "gitstash": 45, "advic": 45, "experienc": 46, "wast": 46, "preinstal": 46, "mainten": 46, "monitor": 46, "piec": [46, 63], "tradit": [46, 52], "quit": 46, "complic": 46, "verbos": 46, "intimid": 46, "ok": 46, "were": [46, 53, 70], "stone": 46, "excit": 46, "spoke": 46, "jupytercon": 46, "2017": 46, "coderefineri": 47, "webtuu": 47, "04": 47, "layman": 47, "anaconda": [49, 51], "prompt": [49, 51, 57, 63, 69, 70, 71], "shell": 49, "conda": [49, 51, 58], "y": [49, 51], "commandlin": 49, "tidyvers": [49, 51], "print": [49, 51, 67], "devtool": [49, 51], "install_github": [49, 51], "expos": [50, 59, 69], "meant": 50, "introducen": 50, "acclim": 50, "nitti": 50, "gritti": 50, "beind": 50, "int": [50, 60], "float": 50, "str": 50, "bool": 50, "arithmet": 50, "logic": 50, "keyword": 50, "builtin": 50, "homogen": 50, "customiz": 50, "introduc": [50, 58], "32": [50, 60], "sparser": 50, "almost": 50, "powershel": 51, "fan": 51, "purchas": 51, "coursework": [51, 56], "desktop": [51, 53], "tier": 51, "canva": 51, "valuabl": [52, 63], "dynam": [52, 59], "flexibl": [52, 65], "narr": 52, "javascript": 52, "activ": [52, 56, 59, 67, 70], "embed": [52, 58, 65], "snippet": 52, "live": 52, "static": 52, "netlifi": 52, "20": 52, "andrew": 52, "brai": 52, "stat20": 52, "popular": 52, "continu": [52, 53, 56], "pipelin": 52, "effici": 52, "simul": [52, 60], "form": [52, 58], "compil": [52, 58], "vscode": 52, "detailss": 52, "rsudio": 52, "preview": 52, "imagin": 52, "chart": 52, "handout": 52, "typst": 52, "cleaner": 52, "underneath": 52, "modern": [52, 65], "typeset": 52, "friendli": 52, "latex": 52, "precis": 52, "layout": [52, 60], "steep": 52, "curv": 52, "webpag": [52, 63], "easili": [53, 70], "gradescop": 53, "proper": [53, 60], "rmd": [53, 58], "determin": [53, 57, 59], "rproj": 53, "ex": 53, "phw250fg": 53, "dev": 53, "phw250fg2019": 53, "unpublish": 53, "quick": 53, "hw0": 53, "hw1": 53, "blank": [53, 63], "ttp": 53, "epi": 53, "master": [53, 63, 68], "leav": [53, 63, 70], "empti": 53, "august": 53, "2019": 53, "great": 53, "sign": 53, "readm": 53, "pop": 53, "github_url": 53, "publicli": [53, 63], "file_nam": 53, "unix": 53, "sequenti": 53, "autom": 53, "repetit": 53, "editor": 53, "sh": [53, 56], "bin": 53, "indic": 53, "item": [53, 58], "source_filepath": 53, "dest_filepath": 53, "cp": 53, "root": [53, 56], "hw1_r_quiz": 53, "borrow": 54, "chromebook": 54, "equiti": 54, "studenttech": 54, "loan": 54, "hardwar": [54, 59], "graduat": 54, "profession": 54, "app": [55, 69], "plai": [55, 62], "plugin": [55, 63, 70, 72], "mozilla": [55, 70], "ii": 55, "stabl": [56, 67], "tour": 56, "script": 56, "progress": [56, 58], "unnecessari": 56, "du": 56, "wrongli": 56, "kill": 56, "icon": [56, 63], "ur": 56, "ps": 56, "aux": 56, "pid": 56, "repeat": 56, "consol": 56, "off": 56, "anywher": 56, "dropbox": [56, 71], "llm": 57, "tpu": 57, "gpu": [57, 67], "signific": [57, 58], "smaller": [57, 67], "known": 57, "distilbert": 57, "bump": 57, "distibert": 57, "strongli": 57, "openai": 57, "hug": 57, "privaci": 57, "env": 57, "provider_api_kei": 57, "your_api_key_her": 57, "load_ext": 57, "jupyter_ai": 57, "conversation": 57, "stem": 58, "fact": 58, "screen": [58, 63, 70], "reader": 58, "keyboard": 58, "complianc": 58, "aa": 58, "mandat": 58, "univers": 58, "dimens": 58, "exemplifi": 58, "spirit": 58, "aria": 58, "hamburg": 58, "collaps": 58, "blogpost": 58, "23": [58, 70], "posit": 58, "except": 58, "attent": 58, "construct": 58, "reusabl": 58, "deriv": 58, "transit": 58, "retro": [58, 70, 72], "eventu": 58, "notabl": 58, "inaccess": 58, "caption": 58, "iota": 58, "textual": 58, "disabl": [58, 60, 70], "seaborn": 58, "withing": 58, "denot": 58, "beauti": 58, "landscap": 58, "jpg": 58, "pathwai": [58, 70], "equal": 58, "nvda": 58, "jaw": 58, "lesser": 58, "realist": 58, "tag": [58, 65], "effort": 58, "notbook": 58, "barrier": [58, 63], "moment": 58, "comparison": 58, "standpoint": 58, "mynotebook": 58, "inord": [58, 69], "parti": [58, 63, 65, 71], "comment": 58, "creator": 58, "pitaya": 58, "smoothi": 58, "dark": 58, "aaa": 58, "forg": 58, "jupyterthem": 58, "onedork": 58, "grade3": 58, "oceans16": 58, "chesterish": 58, "monokai": 58, "solarizedi": 58, "solarizedd": 58, "equival": 58, "lego": 58, "darksid": 58, "san": 58, "serif": 58, "ship": 58, "anonym": [58, 70], "pro": 58, "atkinson": 58, "hyperleg": 58, "dejavu": 58, "fira": 58, "sound": 58, "sonif": 58, "audibl": 58, "pattern": 58, "perceiv": 58, "hear": 58, "sonipi": 58, "twoton": 58, "music": 58, "astronomi": 58, "astronifi": 58, "turn": 58, "astronom": 58, "brailler": 58, "blind": 58, "audio": 58, "represent": 58, "tactil": 58, "tacticl": 58, "knittr": 58, "accessrmd": 58, "element": [58, 59, 60], "priorit": 58, "inclus": 58, "broad": 58, "potluri": 58, "et": 58, "al": 58, "2023": 58, "acm": 58, "methodolog": 59, "outcom": [59, 67], "clearli": 59, "achiev": [59, 67], "Will": 59, "independ": 59, "synchron": 59, "asynchron": 59, "afterward": 59, "suitabl": 59, "deliv": 59, "explan": 59, "inquiri": 59, "togeth": 59, "flip": 59, "classroom": 59, "carefulli": 59, "101": 59, "engin": 59, "postgr": 59, "databas": [59, 67], "queri": [59, 61], "sql": 59, "incomplet": 59, "assig": 59, "gap": 59, "knowledg": 59, "pmb": 59, "bioe": 59, "146": 59, "biologi": 59, "fibonacci": 59, "longest": 59, "subsequ": 59, "recurs": 59, "codifi": 59, "express": 59, "api": 59, "pyearth": 59, "geolog": 59, "survei": 59, "globe": 59, "quak": 59, "magnitud": 59, "hello": [59, 68], "econ": 59, "130": 59, "accustom": 59, "ouput": 59, "syntact": 59, "gcp": 60, "widget": 60, "heavi": 60, "vs": 60, "pd": 60, "n2": 60, "highcpu": 60, "highmem": 60, "estim": 60, "1200": 60, "16": 60, "24": 60, "48": 60, "150": 60, "75": 60, "50": 60, "38": 60, "25": 60, "13": 60, "27": 60, "83": 60, "73": 60, "12": 60, "50220": 60, "25110": 60, "16740": 60, "12555": 60, "8370": 60, "50238": 60, "25119": 60, "16746": 60, "12559": 60, "8373": 60, "91800": 60, "45900": 60, "23256": 60, "15300": 60, "df": 60, "ipywidget": 60, "price": 60, "iowa": 60, "region": 60, "central1": 60, "node_pr": 60, "93": 60, "31": 60, "def": 60, "calculate_total_cost": 60, "node_typ": 60, "num_cpu": 60, "num_stud": 60, "num_dai": 60, "extract": 60, "node_capac": 60, "students_per_nod": 60, "total_nod": 60, "dictionari": 60, "node_cost": 60, "total_cost": 60, "callback": 60, "on_button_click": 60, "node_type_dropdown": 60, "num_cpus_dropdown": 60, "students_input": 60, "num_days_input": 60, "result_text": 60, "2f": 60, "ntotal": 60, "style": [60, 65], "description_width": 60, "80": 60, "inttext": 60, "calculate_button": 60, "button_styl": 60, "center": [60, 65], "pad": 60, "textarea": 60, "100px": 60, "10px": 60, "attach": [60, 65], "handler": 60, "on_click": 60, "vertic": 60, "horizont": 60, "inputs_box": 60, "vbox": 60, "align_item": 60, "final_layout": 60, "modulenotfounderror": 60, "ipykernel_1868": 60, "2300274380": 60, "assum": 62, "side": [62, 64, 68], "eiher": 62, "insert": 62, "notic": 62, "triangl": 62, "rerun": 62, "seen": [62, 63], "wish": 63, "rest": 63, "why": 63, "arbitrari": 63, "broader": [63, 69], "context": [63, 70], "sw": 63, "282": 63, "lab04": 63, "unfinish": 63, "shareabl": [63, 70], "puzzl": 63, "pin": 63, "snapshot": [63, 66, 70], "respect": 63, "closer": 63, "textbox": 63, "intuit": 63, "ecosystem": 63, "juptyterlab": 63, "choosen": 63, "hassl": 64, "seper": 64, "hub_url": 64, "your_usernam": 64, "data100": [64, 69], "bawar": 64, "situat": 64, "slightli": 65, "third": [65, 71], "migrat": 65, "img": 65, "250px": 65, "straightforward": 65, "concis": 65, "rtl": 65, "openberkelei": 65, "theme": 65, "openberkeley_theme_brand": 65, "asset": 65, "berkeley_wordmark_blue_175x70": 65, "svg": 65, "logo": 65, "mode": 65, "5265a161": 65, "c705": 65, "42fc": 65, "a3": 65, "ec1fde427030": 65, "adher": 65, "mix": 65, "ngbitpul": 66, "eec": 66, "data88": 66, "sp22": 66, "ignor": 66, "name_of_repositori": 66, "8x": 66, "ms": 66, "toolsai": 66, "poor": 67, "slice": 67, "believ": 67, "object": 67, "401": 67, "comfort": 67, "sqlite": 67, "pyqt5": 67, "qgi": 67, "henc": 67, "quickli": 67, "indefinit": 67, "onto": 68, "Then": 68, "sentenc": 68, "beginn": 68, "stick": 68, "gone": 68, "bottom": 68, "atlassian": 68, "tutori": 68, "token": 69, "ghscopedcr": 69, "githhub": 69, "gh_scoped_cr": 69, "proven": 70, "littl": 70, "159": 70, "spring": 70, "22": 70, "corrupt": 70, "jupyter_collabor": 70, "su": 70, "random": 70, "went": 70, "uncov": 70, "pilot": 70, "bleed": 70, "edg": 70, "owner": 70, "valid": 70, "expir": 70, "explicitli": 70, "60": 70, "revok": 70, "invalid": 70, "care": 70, "gain": 70, "centr": 70, "clipboard": 70, "tim": 70, "cursor": 70, "disappear": 70, "hood": 70, "framework": 70, "fellow": 71, "delai": 71, "gif": 71, "manner": 71, "retain": 72, "eol": 72}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"licens": 0, "thi": [0, 1, 26, 35], "book": [0, 52], "welcom": [1, 26], "uc": [1, 26, 56], "berkelei": [1, 26, 56], "data": [1, 14, 23, 26, 27, 58], "scienc": [1, 26, 27], "curriculum": [1, 3, 26, 32], "guid": [1, 3, 26, 32], "The": [1, 29, 45, 46, 63], "ha": [1, 45], "move": [1, 32], "what": [1, 6, 14, 26, 27, 34, 35, 36, 38, 40, 41, 44, 48, 50, 53, 63, 68], "who": [1, 24, 26], "work": [1, 56, 62, 63, 66, 69], "repo": 1, "ssh": 1, "kei": [1, 57], "ubuntu": 1, "wsl2": 1, "maco": 1, "window": 1, "upload": [1, 42, 68], "your": [1, 21, 52, 56, 58], "public": 1, "github": [1, 32, 36, 42, 45, 53, 68, 69], "set": [1, 53, 57], "up": [1, 53, 56, 57], "fork": 1, "clone": [1, 53], "procedur": 1, "recommend": 1, "read": [1, 9], "summari": 2, "introduct": [2, 9, 47, 53, 57], "creat": [2, 29, 52, 53, 58, 59, 62, 63], "connector": [2, 4, 5, 6, 9, 11, 23], "make": 2, "modul": [2, 27, 30, 32, 34], "workflow": [2, 52, 53], "basic": 2, "dure": [2, 9, 56], "cours": [2, 5, 6, 9, 14, 52, 56], "refer": [2, 58, 59], "build": [3, 52], "instruct": [3, 59], "step": [3, 52, 63, 66, 70, 71], "By": 3, "associ": 4, "previou": [5, 13, 14, 27], "fall": 5, "2021": 5, "spring": 5, "2020": 5, "2018": 5, "2017": 5, "2016": 5, "2015": 5, "prerequisit": [6, 14, 27], "unit": 6, "gener": [6, 19, 37, 38, 45, 57, 63, 66], "structur": [6, 27], "workload": 6, "pre": [7, 30, 39], "semest": [7, 56], "checklist": 7, "administr": 7, "technic": [7, 44], "commun": 8, "channel": 8, "biweekli": 8, "instructor": [8, 9, 13, 37, 52], "meet": 8, "mail": 8, "list": 8, "suggest": 9, "page": 9, "befor": [9, 45, 56], "logist": 10, "room": 10, "technolog": [10, 46], "lectur": [10, 52], "lab": [10, 28, 58], "offic": [10, 28], "hour": [10, 28], "bcours": 10, "get": [11, 19, 36, 41, 48, 57], "student": [11, 12, 21, 28, 35, 53, 54], "help": [11, 28, 57], "develop": [11, 29], "assist": [11, 28], "grader": [11, 66], "reader": 11, "design": [12, 52, 59], "syllabu": 12, "order": 12, "topic": 12, "delai": 12, "enrol": 12, "program": 12, "pace": 12, "tip": [13, 56, 59], "from": [13, 37, 41, 48], "enabl": [14, 70], "plan": [14, 30], "access": [15, 36, 41, 48, 56, 58, 63, 69], "elev": 15, "privileg": 15, "hub": [15, 17, 20, 21], "chang": [16, 45, 53, 69], "exist": [16, 41, 48], "requir": 16, "request": [17, 19, 28, 69], "new": [17, 32, 39, 62], "featur": [17, 57, 70], "datahub": [18, 19, 45, 52, 53, 56, 63, 66, 67, 70], "frequent": 18, "ask": 18, "question": 18, "yourself": [19, 56], "onboard": 19, "updat": 19, "support": 19, "overview": [19, 41, 44, 48], "common": 19, "other": [19, 21, 46], "share": [20, 42, 56, 71], "inform": [20, 23], "about": [20, 56], "troubleshoot": [21, 43, 45, 56, 69], "issu": [21, 67], "restart": 21, "kernel": [21, 49, 51], "server": 21, "own": 21, "code": [21, 34, 43, 62], "run": [21, 43, 44, 49, 62], "slow": 21, "4xx": 21, "5xx": 21, "error": [21, 43, 45], "nbgitpul": [21, 37, 38, 45, 63, 66], "otter": [21, 66], "contact": [22, 23], "link": [23, 37, 38, 45, 63, 66], "tool": [23, 46, 69], "document": [23, 35, 52], "cdss": 23, "8": 23, "ar": [24, 35, 36, 38, 40, 41, 48, 63, 68], "we": [24, 32], "term": [25, 39], "abbrevi": 25, "how": [26, 63, 69], "should": [26, 36, 68], "i": [26, 36, 44, 68], "us": [26, 45, 49, 51, 52, 56, 57, 66, 68, 69, 71, 72], "deploy": 28, "peer": 28, "consult": 28, "gsi": 28, "train": 28, "present": 28, "outlin": 29, "materi": [29, 36, 56, 68], "import": [30, 63], "consider": 30, "idea": 30, "For": [30, 54], "ve": 32, "see": 32, "our": 32, "site": 32, "ds": 32, "io": 32, "connectortool": 34, "exampl": [34, 57], "datasci": [35, 46], "packag": [35, 39, 46], "familiar": [35, 56], "git": [36, 47, 68], "why": [36, 41, 48, 68], "store": [36, 42, 68], "Is": 36, "my": 36, "repositori": [36, 53, 69], "privat": 36, "desktop": [36, 68], "activ": 37, "scratch": 37, "option": [37, 49, 51], "1": [37, 45, 49, 51, 52, 56, 58, 66, 70, 71], "via": [37, 52], "2": [37, 45, 49, 51, 52, 56, 58, 66, 70, 71], "jupyt": [37, 40, 41, 46, 48, 49, 51, 52, 57, 58, 59, 62, 65, 72], "notebook": [37, 40, 41, 46, 48, 49, 50, 51, 52, 58, 59, 62, 63, 65, 66, 72], "interact": [38, 52, 63], "restrict": [38, 44, 63], "compon": 38, "instal": [39, 41, 48, 58, 63, 69], "python": [39, 66], "r": [39, 49, 51, 53, 58], "temporari": 39, "long": 39, "On": 39, "reproduc": 39, "jupyterhub": [41, 46, 48], "doe": [41, 48], "differ": [41, 48], "local": [41, 48, 49, 51], "intern": [41, 48], "dataset": 42, "small": 42, "few": 42, "mb": 42, "outsid": 42, "host": 42, "direct": 42, "larger": 42, "ten": 42, "sever": 42, "gb": 42, "directori": 42, "syncth": [42, 71], "cell": [43, 62], "nameerror": 43, "valueerror": 43, "typeerror": 43, "never": 43, "stop": 43, "detail": 44, "cpu": 44, "memori": 44, "out": 44, "wa": 45, "click": 45, "an": [45, 64], "incompat": 45, "browser": [45, 56], "microsoft": 45, "edg": 45, "incorrectli": 45, "3": [45, 51, 52, 56, 66, 70, 71], "been": 45, "some": 45, "content": [45, 58], "both": 45, "solut": 45, "pedagogi": 46, "launch": [49, 51, 66, 72], "googl": [49, 51], "colab": [49, 51], "zero": 50, "cover": 50, "sampl": 50, "backup": [51, 56], "binder": 51, "4": [51, 52, 56, 58], "studio": 51, "quarto": 52, "opportun": 52, "integr": 52, "note": [52, 63, 69], "websit": 52, "assign": [52, 53, 56, 61, 62], "project": 52, "autom": 52, "grade": [52, 61], "gradescop": 52, "5": 52, "author": 52, "manual": 52, "pathwai": 52, "beginn": 52, "convert": 52, "html": [52, 58], "pdf": [52, 65], "markdown": 52, "file": [52, 64, 68, 71], "qmd": 52, "creation": [53, 59], "publish": 53, "distribut": [53, 63], "view": 53, "progress": 53, "appendix": 53, "A": 53, "ad": 53, "commit": 53, "push": [53, 69], "b": 53, "shell": 53, "script": 53, "resourc": [54, 62, 68], "laptop": 54, "lend": 54, "shini": 55, "begin": 56, "internet": 56, "check": 56, "account": 56, "setup": 56, "complet": 56, "collabor": [56, 70], "end": 56, "clean": 56, "workspac": 56, "ai": 57, "disclaim": 57, "start": 57, "api": 57, "magic": 57, "command": [57, 68], "chat": 57, "interfac": [57, 58, 68, 72], "experi": 58, "enhanc": 58, "jupyterlab": 58, "0": 58, "7": 58, "within": 58, "add": [58, 62], "alt": 58, "text": 58, "all": 58, "static": 58, "imag": 58, "chart": 58, "repres": 58, "across": 58, "multipl": 58, "medium": 58, "avoid": [58, 67], "larg": 58, "have": 58, "clear": 58, "head": 58, "throughout": 58, "export": 58, "format": 58, "consumpt": 58, "wcag": 58, "standard": 58, "compliant": 58, "theme": 58, "font": 58, "compat": 58, "vari": 58, "version": 58, "sonifi": 58, "best": [59, 67], "practic": [59, 67], "pedagog": 59, "strategi": 59, "collect": 61, "blank": 62, "download": [62, 64, 65], "addit": [62, 68], "do": 63, "chrome": 63, "extens": [63, 66], "archiv": 64, "current": 64, "folder": 64, "vscode": 66, "editor": 66, "configur": 66, "execut": 66, "perform": 67, "web": 68, "line": 68, "gui": 68, "gh": 69, "scope": 69, "cred": 69, "secur": 69, "credenti": 69, "purpos": 69, "goal": 69, "It": 69, "real": 70, "time": 70, "rtc": 70, "realtim": 71, "retrolab": 72}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 56}})
\ No newline at end of file
diff --git a/technology/jupyter/large-datasets.html b/technology/jupyter/large-datasets.html
index 36913cf8..2be4283c 100644
--- a/technology/jupyter/large-datasets.html
+++ b/technology/jupyter/large-datasets.html
@@ -399,9 +399,7 @@ 

Contents

  • Larger Datasets (tens of MBs to several GBs)