Data, Workbooks and Slides for DABWM
-
Clone this repository using Git. Git has already been installed on your student notebook. Launch
Git Bash
and run the following command:git clone https://github.com/realanalyticsio/DABWM.git
or download as a zip file and unzip it.
-
Change to the DABWM directory that you have cloned or unzip the zip file in Step 1.
-
Anaconda has already been installed in your student notebook. Alternatively, you can also install Anaconda (large) or Miniconda (small) yourself. Launch
Anaconda Prompt
and run the following command to see all available conda environments:conda info --envs
-
A
dabwm
conda environment has already been created on your student notebook but you will need to update its dependencies and activate it:conda env update -f environment.yml activate dabwm # Windows
-
Test your installation:
python -c "import pandas, numpy, seaborn, matplotlib.pyplot, requests, sklearn"
-
Finally launch a Jupyter Notebook to start your lab sessions:
jupyter-notebook