Skip to content

Commit

Permalink
Issue #46 move notebooks outside of src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Apr 25, 2022
1 parent 5448478 commit 64a72db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
{
"data": {
"text/html": [
"<img src=\"https://github.com/Open-EO/FuseTS/blob/main/src/fusets/UVScripts/AI4FOOD_ITACYL_subsets.png?raw=true\"/>"
"<img src=\"https://github.com/Open-EO/FuseTS/blob/main/notebooks/AI4FOOD_ITACYL_subsets.png?raw=true\"/>"
],
"text/plain": [
"<IPython.core.display.Image object>"
Expand All @@ -168,7 +168,7 @@
],
"source": [
"from IPython.display import display, Image\n",
"display(Image(url ='https://github.com/Open-EO/FuseTS/blob/main/src/fusets/UVScripts/AI4FOOD_ITACYL_subsets.png?raw=true'))"
"display(Image(url ='https://github.com/Open-EO/FuseTS/blob/main/notebooks/AI4FOOD_ITACYL_subsets.png?raw=true'))"
]
},
{
Expand Down Expand Up @@ -790,4 +790,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
1 change: 0 additions & 1 deletion src/fusets/UVScripts/.gitkeep

This file was deleted.

0 comments on commit 64a72db

Please sign in to comment.