using_uv/pyproject.toml
2025-10-22 11:09:18 -04:00

25 lines
552 B
TOML

[project]
name = "lcl_jupyterlab"
description = "An instance of jupyterlab"
authors = [{name = "Paul Romer", email = "paul@paulromer.net"}]
version = "0.1.0"
requires-python = ">=3.13.2"
dependencies = [
"jupyterlab",
"pyjson5",
"tomlkit",
"jupyterlab-lsp",
"python-lsp-server[all]>=1.13.1",
# "jupyterlab-spellchecker",
"jupyterlab-code-formatter",
"black",
"isort",
"ipywidgets",
"jupyterlab-quickopen",
"tufte",
"clear_run_to_selected",
"plotnine",
"polars",
"pyarrow",
"sympy",
]