diff --git a/ecg_data_manager/ECG Explorer.ipynb b/ecg_data_manager/ECG Explorer.ipynb index b26216a..da461a7 100644 --- a/ecg_data_manager/ECG Explorer.ipynb +++ b/ecg_data_manager/ECG Explorer.ipynb @@ -32,7 +32,7 @@ "outputs": [], "source": [ "# Uncomment and use instead if installing the Python dependencies from a Google Cloud Storage Bucket\n", - "# !gsutil cp -r gs://paws-dev.starr-data.us .\n", + "# !gsutil cp -r gs://paws-dev.starr-data.us/* .\n", "# !tar -xzf packages.tar.gz\n", "# !pip install -q --no-index --find-links=packages spezi-data-pipeline ipywidgets\n", "\n", diff --git a/ecg_data_manager/ECG Reviewer.ipynb b/ecg_data_manager/ECG Reviewer.ipynb index f65feaf..d654f56 100644 --- a/ecg_data_manager/ECG Reviewer.ipynb +++ b/ecg_data_manager/ECG Reviewer.ipynb @@ -32,7 +32,7 @@ "outputs": [], "source": [ "# Uncomment and use instead if installing the Python dependencies from a Google Cloud Storage Bucket\n", - "# !gsutil cp -r gs://paws-dev.starr-data.us .\n", + "# !gsutil cp -r gs://paws-dev.starr-data.us/* .\n", "# !tar -xzf packages.tar.gz\n", "# !pip install -q --no-index --find-links=packages spezi-data-pipeline ipywidgets\n", "\n",