PyCaribbean 2019
Create Virtual Environmet and install dependencies
python -m venv caribbeanspark
source caribbeanspark/bin/activate
pip install pip --upgrade
pip install -r requirements.txt
Create a new Kernel for Jupyter with dependencies
ipython kernel install --user --name=caribbeanspark
Start Jupyter Notebook
jupyter notebook
In Jupyter Notebook, select the new kernel:
Kernel > Change Kernel > caribbeanspark
Run the cells in the notebook and enjoy!