Skip to content

Commit 27da98b

Browse files
authored
fix notebook description (#138)
* fix notebook description * fix commit hooks
1 parent c39547c commit 27da98b

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

notebooks/load-csv-data-s3/meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors=["chetan-thote"]
33
title="Sales Data Analysis Dataset From Amazon S3"
44
description="""\
5-
The Sales Data Analysis use case demonstrates how to utilize Singlestore's powerful querying capabilities to analyze sales data stored in a CSV file."""
5+
The Sales Data Analysis use case demonstrates how to utilize SingleStore's powerful querying capabilities to analyze sales data stored in a CSV file."""
66
difficulty="beginner"
77
tags=["starter", "loaddata", "s3"]
88
lesson_areas=["Ingest"]

notebooks/load-data-json/meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors=["chetan-thote"]
33
title="Employee Data Analysis JSON Dataset"
44
description="""\
5-
Employee Data Analysis use case illustrates how to leverage Singlestore's capabilities to process and analyze JSON data from a Amazon S3 data source.
5+
Employee Data Analysis use case illustrates how to leverage SingleStore's capabilities to process and analyze JSON data from a Amazon S3 data source.
66
"""
77
difficulty="beginner"
88
tags=["starter", "loaddata", "json"]

notebooks/load-data-kakfa/meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors=["chetan-thote"]
33
title="Real-Time Event Monitoring Dataset From Kafka"
44
description="""\
5-
The Real-Time Event Monitoring use case illustrates how to leverage Singlestore's capabilities to process and analyze streaming data from a Kafka data source.
5+
The Real-Time Event Monitoring use case illustrates how to leverage SingleStore's capabilities to process and analyze streaming data from a Kafka data source.
66
"""
77
difficulty="beginner"
88
tags=["starter", "loaddata", "kafka"]

notebooks/migrate-virtual-workspace/meta.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
[meta]
22
authors=["singlestore"]
33
title="Migrate Your Virtual Workspace"
4-
description="""\
5-
Learn how to migrate Your VirtualWorkspace\
6-
to a fullfledged Workspace in a dedicated
7-
Workspace Group.
8-
"""
4+
description="Learn how to migrate Your VirtualWorkspace to a full-fledged Workspace in a dedicated Workspace Group."
95
icon="browser"
106
difficulty="intermediate"
117
tags=["starter", "notebooks"]

notebooks/singlestore-now-2024/meta.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[meta]
22
authors=["chetan-thote"]
3-
title = "Singlestore Now 2024 Raffle"
3+
title = "SingleStore Now 2024 Raffle"
44
description = """
5-
"Explore the power of SingleStore in this interactive notebook by creating an account, loading data, and running queries for a chance to win the SignleStore Now 2024 Raffle!" """
5+
"Explore the power of SingleStore in this interactive notebook by creating an account, loading data, and running queries for a chance to win the SingleStore Now 2024 Raffle!" """
66
icon = "radar"
77
difficulty="intermediate"
88
tags = ["mongo", "embeddings", "vector", "genai", "kai", "starter"]

notebooks/singlestore-now-2024/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
" </div>\n",
1212
" <div id=\"text\" style=\"padding: 5px; margin-left: 10px;\">\n",
1313
" <div id=\"badge\" style=\"display: inline-block; background-color: rgba(0, 0, 0, 0.15); border-radius: 4px; padding: 4px 8px; align-items: center; margin-top: 6px; margin-bottom: -2px; font-size: 80%\">SingleStore Notebooks</div>\n",
14-
" <h1 style=\"font-weight: 500; margin: 8px 0 0 4px;\">Singlestore Now 2024 Raffle</h1>\n",
14+
" <h1 style=\"font-weight: 500; margin: 8px 0 0 4px;\">SingleStore Now 2024 Raffle</h1>\n",
1515
" </div>\n",
1616
"</div>"
1717
]

0 commit comments

Comments
 (0)