Skip to content

MDeanLindsay/Survey-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survey Processing

This is the processing of the results from https://YarnSurvey.com.

Getting Started

Prerequisites

  • Python 3.1

Installation

  1. Clone the repo
    git clone https://github.com/MDeanLindsay/Survey-Processing.git
  2. Create venv.
    python -m venv .venv
  3. Initialize venv.
    .\.venv\Scripts\activate
  4. Install requirements.
    pip install -r requirements.txt

Export PDF

You can enter this in the notebook, or run this from the command line in the venv. Just make sure to add a ! as a prefix before running inside the notebook.

jupyter nbconvert --to webpdf Yarn_survey.ipynb --output All_PDF_Export --output-dir ./PDF --no-input --allow-chromium-download

About

Processing Yarn Survey responses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published