Skip to content

Mupati/azubi-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azubi Project 1

Working Setup

This replaces the setup below because geopandas is difficult to install with pip

  • Download anaconda

  • We want a lean setup so use the command below to create the virtual environment named, Eg. azubi

    conda create --no-default-packages -n azubi python 
  • Activate virtual enviroment.

conda activate azubi

Install Project Requirements

Inside your activated environment, Install the project dependencies

pip install -r requirements.txt

Launch the project notebook

jupyter notebook

Setup

You can go ahead and use the virtual environment created with virtualenv if anaconda is too heavy for you.

Create an virtual environment. Click here to learn how to do that.

Activate virtual environment. Eg A virtual environment named azubi

workon azubi

Install Project Requirements

Inside your activated environment, Install the project dependencies

pip install -r requirements.txt

Launch the project notebook

jupyter notebook

Converting Notebook into a Slideshow Presentation

jupyter nbconvert Hospital\ Project.ipynb --to slides --post serve --template output_toggle.tpl

About

Exploratory Data Analysis on Health Care Facilities in Ghana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published