Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IPPN notebook #330

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/workshops/IPPN_2024.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"id": "0"
},
"source": [
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/opengeos/segment-geospatial/blob/main/docs/workshops/IPPN_2024.ipynb)\n",
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/opengeos/segment-geospatial/blob/main/docs/workshops/IPPN_2024.ipynb)\n",
"\n",
"**Open Source Pipeline for UAS and satellite based High Throughput Phenotyping Applications**\n",
"\n",
Expand Down Expand Up @@ -39,7 +39,7 @@
"\n",
"## Environment setup\n",
"\n",
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/opengeos/segment-geospatial/blob/main/docs/workshops/IPPN_2024.ipynb)\n",
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/opengeos/segment-geospatial/blob/main/docs/workshops/IPPN_2024.ipynb)\n",
"\n",
"### Change Colab dark theme\n",
"\n",
Expand Down Expand Up @@ -287,8 +287,7 @@
"d2s_url = \"https://ps2.d2s.org\"\n",
"\n",
"# Login and connect to workspace with your email address\n",
"# workspace = Workspace.connect(d2s_url, \"workshop@d2s.org\")\n",
"workspace = Workspace.connect(d2s_url, \"qwu18@utk.edu\")"
"workspace = Workspace.connect(d2s_url, \"workshop@d2s.org\")"
]
},
{
Expand Down
Loading