Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
464 changes: 464 additions & 0 deletions notebooks/pyconde-pydata-darmstadt-2026/10_submission_stats_v1.ipynb

Large diffs are not rendered by default.

1,069 changes: 1,069 additions & 0 deletions notebooks/pyconde-pydata-darmstadt-2026/20_mail_to_reviewers_v1.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

957 changes: 957 additions & 0 deletions notebooks/pyconde-pydata-darmstadt-2026/40_scheduling_v1.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
# "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Operating System :: OS Independent",
"Topic :: Communications :: Email",
Expand Down Expand Up @@ -380,11 +381,12 @@ all = [
# Notebooks should be related to conference work and are considered to be moved to an own project in the future.
# Moved to an optional environment to reduce compatibility conflicts (subdependencies have severe security warnings)
[tool.hatch.envs.notebook]
python = ">=3.11"
type = "pip-compile"
pip-compile-constraint = "default"
features = ["jupyter"]
dependencies = [
"mypy",
"ruff",
"jupyterlab",
"ipython",
]
Expand Down
Loading
Loading