#!/usr/bin/env python # coding: utf-8 # # Checking your setup # Run through this notebook to make sure your environment is properly setup. Be sure to launch Jupyter from inside the virtual environment. # In[1]: from check_env import run_env_check run_env_check() # *Note: Adapted from Andreas Mueller's [`check_env.ipynb` notebook](https://github.com/amueller/ml-workshop-1-of-4/blob/master/check_env.ipynb).*