12 lines
228 B
TOML
12 lines
228 B
TOML
[project]
|
|
name = "helixnotebook"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"ipython>=9.12.0",
|
|
"kitcat>=1.2.1",
|
|
"nbformat>=5.10.4",
|
|
]
|