Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 563 Bytes

File metadata and controls

21 lines (15 loc) · 563 Bytes

electronic-health-records

Demo in Colab: Open In Colab

Setting up the environment

Run these commands:

python3 -m venv .venv 
source .venv/bin/activate
pip install -r requirements.txt

Running the example notebook

Run this command:

SHELL=/bin/zsh jupyter-lab

Then open the notebook in the notebooks/loading_physionet_mimic_data.ipynb file.