Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.17 KB

Pharmacy Survey Analysis

Jupyter Notebooks and code used for analyzing survey response data and research

Notebooks

Scrubs responses from this user survey so that data can be shared and analyzed without exposing information about respondents.

Development

The easiest way to get started is to run the Makefile. Available commands can be seen by typing make in the current directory /science/pharmacy-survey-analysis. You need to have Python and CMake installed. CMake should be installed by default if you are using a *.nix operating system.

Available Commands:

  1. install ....... installs all the required dependencies using pip

  2. start ....... starts all notebooks

  3. list ....... list active notebooks

  4. down ....... shutdown notebooks on 8888

  5. markdown ....... generates markdown files for targeted notebooks. To add a notebook as a markdown target, add the following line to the Makefile:

markdown:
	jupyter nbconvert ./<insert_notebook_name>.ipynb --to markdown --output <insert_notebook_name>.md