This is the processing of the results from https://YarnSurvey.com.
- Python 3.1
- Clone the repo
git clone https://github.com/MDeanLindsay/Survey-Processing.git
- Create venv.
python -m venv .venv
- Initialize venv.
.\.venv\Scripts\activate
- Install requirements.
pip install -r requirements.txt
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