File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ authors = [
2121
2222classifiers = [
2323 " Programming Language :: Python" ,
24- " Programming Language :: Python :: 3" ,
24+ " Programming Language :: Python :: 3" ,
2525 " Programming Language :: Python :: 3.10" ,
2626]
2727dependencies = [
@@ -66,8 +66,8 @@ path = "src/kepler_model/__about__.py"
6666python = " 3.10"
6767extra-dependencies = [
6868 " coverage[toml]>=6.5" ,
69- " ipdb" ,
70- " ipython" ,
69+ " ipdb" ,
70+ " ipython" ,
7171 " pytest" ,
7272]
7373
@@ -83,6 +83,27 @@ cov = [
8383 " cov-report" ,
8484]
8585
86+ [tool .hatch .envs .lab ]
87+ extra-dependencies = [
88+ " jupyterlab" ,
89+ " notebook" ,
90+ " voila" ,
91+ " ipywidgets" ,
92+ # vim please
93+ " jupyterlab-vim" ,
94+
95+ " beautifulsoup4" ,
96+ # read parquet files
97+ # "pyarrow",
98+
99+ # graphing
100+ " matplotlib" ,
101+ " graphviz" ,
102+ ]
103+
104+ [tool .hatch .envs .lab .scripts ]
105+ note = " jupyter lab --NotebookApp.token='' --allow-root"
106+
86107[tool .hatch .envs .types ]
87108extra-dependencies = [
88109 " mypy>=1.0.0" ,
@@ -114,7 +135,7 @@ line-length = 160
114135
115136[tool .pytest .ini_options ]
116137markers = [
117- " focus" , # used in development to mark focused tests
138+ " focus" , # used in development to mark focused tests
118139]
119140
120141[tool .pymarkdown ]
You can’t perform that action at this time.
0 commit comments