Analytics and visualization for arterial blood pressure waveforms
It's recommended that you create a virtual environment to manage dependencies
conda create --name CONDUITlab python=3
conda install --name CONDUITlab pandas
source activate CONDUITlab
pip install biosppy
In order to get bokeh integrated with JupyterLab, you'll also need to install
jupyter labextension install jupyterlab_bokeh
Check out the documentation of these dependencies here