Skip to content

Commit b8bc60a

Browse files
uv
1 parent cf3eabe commit b8bc60a

5 files changed

Lines changed: 409 additions & 2 deletions

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"marimo.marimoPath": "uv run marimo",
3+
"marimo.sandbox": true
4+
}

notebooks/fibonacci.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
def _():
1717
mo.md(
1818
r"""
19-
# Fibonacci Calculator
20-
2119
Use the slider above to calculate the first {n.value} numbers in the Fibonacci sequence.
2220
"""
2321
)

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
name = "javigoncompte-github-io"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.11"
7+
dependencies = [
8+
"marimo>=0.14.8",
9+
]

0 commit comments

Comments
 (0)