Python Data Analysis


Gettings Started

  1. Download/Clone this repository

  2. Create the environment deeplearning you needed to run the program

$conda env create -n deeplearning -f environment.yml
  1. Activate the environment
$conda activate deeplearning
  1. Run the Jupyter lab
(deeplearning)$jupyter lab