Contains the graphs for the chemistry lab single action tests.
Prerequisites:
- python version
3.6
or later - virtualenv version
16.7.9
or later
- Run
virtualenv venv
to create a virtual environment if you do not have one already. - Run
source venv/Scripts/activate
to enter the virtual environment. - Run
pip install -r requirements/notebook.txt
to install the requirements. - Run
jupyter notebook
to start the notebook server. - Select the
chemistry-lab-tests
notebook from the jupyter interface.