Skip to content

Commit da71190

Browse files
committed
add google colab badge
1 parent 21c5132 commit da71190

File tree

6 files changed

+68
-11
lines changed

6 files changed

+68
-11
lines changed

tutorials/Convert_NASA_Data_to_Orion_Format.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"[![Static Badge](https://img.shields.io/badge/notebook-open_in_colab-blue?style=flat&logo=googlecolab&color=blue)](https://colab.research.google.com/drive/1kJRmrb8ONg7vLMhdeCiP3aNntPCn8vZk?usp=drive_link)\n",
8+
"\n",
9+
"### We recommend using the [Google Colab](https://colab.research.google.com/drive/1kJRmrb8ONg7vLMhdeCiP3aNntPCn8vZk?usp=drive_link) verion of the notebook!"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {},
@@ -577,7 +586,7 @@
577586
"name": "python",
578587
"nbconvert_exporter": "python",
579588
"pygments_lexer": "ipython3",
580-
"version": "3.10.14"
589+
"version": "3.10.15"
581590
}
582591
},
583592
"nbformat": 4,

tutorials/Convert_UCR_Data_to_Orion_Format.ipynb

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "34ffe5a3-f269-4630-af59-05af2f656400",
6+
"metadata": {},
7+
"source": [
8+
"[![Static Badge](https://img.shields.io/badge/notebook-open_in_colab-blue?style=flat&logo=googlecolab&color=blue)](https://colab.research.google.com/drive/1QsYjUX3DgS8ccvDtxEgLeHHmbtPViIqV?usp=drive_link)\n",
9+
"\n",
10+
"### We recommend using the [Google Colab](https://colab.research.google.com/drive/1QsYjUX3DgS8ccvDtxEgLeHHmbtPViIqV?usp=drive_link) verion of the notebook!"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "f48bfa5b-05ca-493e-a892-0eff6dbcb4a6",
16+
"metadata": {},
17+
"source": [
18+
"# Convert UCR data to Orion format\n",
19+
"\n",
20+
"In this notebook we download the data and reformat it\n",
21+
"as Orion pipelines expect.\n",
22+
"\n",
23+
"### Download the data"
24+
]
25+
},
326
{
427
"cell_type": "code",
528
"execution_count": 1,
@@ -667,7 +690,7 @@
667690
"name": "python",
668691
"nbconvert_exporter": "python",
669692
"pygments_lexer": "ipython3",
670-
"version": "3.10.14"
693+
"version": "3.10.15"
671694
}
672695
},
673696
"nbformat": 4,

tutorials/Evaluating_an_Orion_Pipeline.ipynb

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"[![Static Badge](https://img.shields.io/badge/tulog-open_in_colab-blue?style=flat&logo=googlecolab&color=blue)](https://colab.research.google.com/drive/1DZX5GDDP99gUlGLBos1sKwpapi8PQTIv?usp=drive_link)\n",
8+
"\n",
9+
"### We recommend using the [Google Colab](https://colab.research.google.com/drive/1DZX5GDDP99gUlGLBos1sKwpapi8PQTIv?usp=drive_link) verion of the notebook!"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {},
@@ -144,9 +153,7 @@
144153
{
145154
"cell_type": "code",
146155
"execution_count": 3,
147-
"metadata": {
148-
"scrolled": false
149-
},
156+
"metadata": {},
150157
"outputs": [
151158
{
152159
"name": "stderr",
@@ -360,7 +367,7 @@
360367
],
361368
"metadata": {
362369
"kernelspec": {
363-
"display_name": "Python 3",
370+
"display_name": "Python 3 (ipykernel)",
364371
"language": "python",
365372
"name": "python3"
366373
},
@@ -374,9 +381,9 @@
374381
"name": "python",
375382
"nbconvert_exporter": "python",
376383
"pygments_lexer": "ipython3",
377-
"version": "3.6.10"
384+
"version": "3.10.15"
378385
}
379386
},
380387
"nbformat": 4,
381-
"nbformat_minor": 2
388+
"nbformat_minor": 4
382389
}

tutorials/Orion_on_Custom_Data.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"[![Static Badge](https://img.shields.io/badge/tulog-open_in_colab-blue?style=flat&logo=googlecolab&color=blue)](https://colab.research.google.com/drive/1oYTqKe7GGIgvB7VffH0xllg77zUBpd7S?usp=drive_link)\n",
8+
"\n",
9+
"### We recommend using the [Google Colab](https://colab.research.google.com/drive/1oYTqKe7GGIgvB7VffH0xllg77zUBpd7S?usp=drive_link) verion of the notebook!"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {
@@ -406,7 +415,7 @@
406415
"name": "python",
407416
"nbconvert_exporter": "python",
408417
"pygments_lexer": "ipython3",
409-
"version": "3.10.14"
418+
"version": "3.10.15"
410419
}
411420
},
412421
"nbformat": 4,

tutorials/Orion_with_Multivariate_Input.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"[![Static Badge](https://img.shields.io/badge/tulog-open_in_colab-blue?style=flat&logo=googlecolab&color=blue)](https://colab.research.google.com/drive/1kOcfkr054oQkxxXUv9HlZbAk1QluFBjY?usp=drive_link)\n",
8+
"\n",
9+
"### We recommend using the [Google Colab](https://colab.research.google.com/drive/1kOcfkr054oQkxxXUv9HlZbAk1QluFBjY?usp=drive_link) verion of the notebook!"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {},
@@ -484,7 +493,7 @@
484493
"name": "python",
485494
"nbconvert_exporter": "python",
486495
"pygments_lexer": "ipython3",
487-
"version": "3.8.16"
496+
"version": "3.10.15"
488497
}
489498
},
490499
"nbformat": 4,

tutorials/tulog/Tulog.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img alt=\"Static Badge\" src=\"https://img.shields.io/badge/tulog-open_in_colab-blue?style=flat&logo=googlecolab&color=blue&link=https%3A%2F%2Fcolab.research.google.com%2Fdrive%2F1TVNK6HroahDeFFl06oOFYISt5JLLSSLO\">\n",
7+
"[![Static Badge](https://img.shields.io/badge/tulog-open_in_colab-blue?style=flat&logo=googlecolab&color=blue&link=https%3A%2F%2Fcolab.research.google.com%2Fdrive%2F1TVNK6HroahDeFFl06oOFYISt5JLLSSLO)](https://colab.research.google.com/drive/1TVNK6HroahDeFFl06oOFYISt5JLLSSLO?usp=drive_link)\n",
88
"\n",
99
"### We recommend using the [Google Colab](https://colab.research.google.com/drive/1TVNK6HroahDeFFl06oOFYISt5JLLSSLO?usp=drive_link) verion of the notebook!"
1010
]

0 commit comments

Comments
 (0)