Fixed colab badge
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ for d in dataset["test"]:
|
|
51 |
print(d)
|
52 |
```
|
53 |
|
54 |
-
A detailed interactive demo on how to load and work with the data can be seen on CoLab. Click the CoLab badge <a href="https://colab.research.google.com/gist/andreped/
|
55 |
|
56 |
|
57 |
### [Dataset structure](https://github.com/raidionics/LyNoS#dataset-structure)
|
|
|
51 |
print(d)
|
52 |
```
|
53 |
|
54 |
+
A detailed interactive demo on how to load and work with the data can be seen on CoLab. Click the CoLab badge <a href="https://colab.research.google.com/gist/andreped/274bf953771059fd9537877404369bed/lynos-load-dataset-example.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a> to see the notebook or alternatively click [here](https://github.com/raidionics/LyNoS/blob/main/notebooks/lynos-load-dataset-example.ipynb) to see it on GitHub.
|
55 |
|
56 |
|
57 |
### [Dataset structure](https://github.com/raidionics/LyNoS#dataset-structure)
|