VirtualEnv
The lab can be used from the student machine using a dedicated python virtual environment.
Prerequisites
- Python 3
- Pip
- NodeJS
Install these using your OS package manager.
Setup
Virtual environment
First create a virtual environment and install the requirements
> python3 -m venv SFA-venv
> cd SFA-venv
Activate VEnv
From the virtual environment directory:
> source bin/activate
Install dependancies
download requirements.txt
With virtualenv enabled:
> python -m pip install -r requirements.txt
Run Jupyter lab
> jupyter lab
The rest of the labs can be done within the Jupyter lab environment.