Skip to content

Commit bb79e58

Browse files
change index page
1 parent 58609fc commit bb79e58

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

data_science_tools/narwhals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _(mo):
7171
- It doesn't return to the user the same class they started with.
7272
- It kills lazy execution.
7373
- It kills GPU acceleration.
74-
- If forces pandas as a required dependency
74+
- If forces pandas as a required dependency.
7575
"""
7676
)
7777
return

public/data_science_tools/narwhals.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</style>
6464
</head>
6565
<body>
66-
<h1>CodeCut Blog Examples</h1>
66+
<h1>CodeCut Marimo Notebook</h1>
6767
<ul class="notebook-list">
6868
<li class="notebook-item">
6969
<h2 class="notebook-title">narwhals</h2>

scripts/generate_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def generate_index():
8989
</style>
9090
</head>
9191
<body>
92-
<h1>CodeCut Blog Examples</h1>
92+
<h1>CodeCut Marimo Notebook</h1>
9393
<ul class="notebook-list">
9494
{notebook_items}
9595
</ul>

0 commit comments

Comments
 (0)