Skip to content

Commit

Permalink
Update Installation Steps In Notebooks (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Aug 7, 2024
1 parent e215102 commit 2788a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecg_data_manager/ECG Explorer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ecg_data_manager/ECG Reviewer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2788a26

Please sign in to comment.