Run these commands:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Run this command:
SHELL=/bin/zsh jupyter-lab
Then open the notebook in the notebooks/loading_physionet_mimic_data.ipynb
file.
Run these commands:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Run this command:
SHELL=/bin/zsh jupyter-lab
Then open the notebook in the notebooks/loading_physionet_mimic_data.ipynb
file.