# CS465 - Lab 1 Intro to Altair and Jupyter Lab

# Objectives

  • Get used to working in JupyterLab
  • Learn the basics of Altair

# Getting set up

This assignment is hosted on GitHub classrooms. You will need a GitHub account and a git client to access the notebook.

I have written a brief guide to help you get started using git.

# Doing the lab

Go to the classroom.

It will create a new repository for you with my starter code. You will want to clone the repository to your local machine for editing. Do not download the zip, or download the raw file. Copy the URL and clone.

Start Jupyter-lab in the directory of your cloned repository.

Follow through the steps of the lab.

When you are done, you need to commit the changes to the notebook and push the changes back to GitHub.

Consult the git guide for help with this.

# Fixing direct downloads

In class, many of you were unable to get GitKraken working with the assignment. I've updated the guide with additional instructions.

I would like the submissions to all end up on GitHub, so I would like you all to go through the steps of cloning the original repository.

Once you have cloned the repository, copy the version that you have been working on into the repository on top of the existing file. You can then commit the changes and push them bac to GitHub.

Last Updated: 9/17/2018, 5:17:07 PM