electronic-health-records Demo 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.