Skip to content

Instantly share code, notes, and snippets.

View ryanorsinger's full-sized avatar
🎏
Reading the readme... again :)

Ryan Orsinger ryanorsinger

🎏
Reading the readme... again :)
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Warmup

  1. Copy the code below into a jupyter notebook

    import matplotlib.pyplot as plt
    import pandas as pd
    import numpy as np
    import seaborn as sns

from scipy import stats

Visualization Warmup

  1. Copy the following code into a jupyter notebook named visualization_warmup.ipynb

    import matplotlib as mpl
    import matplotlib.pyplot as plt
    import pandas as pd
    import numpy as np

Upgrading to Catalina

After you've upgraded your OS, open up a terminal and do the following:

  1. Change your shell back to bash

    sudo chsh -s /bin/bash `whoami`