Skip to content

Commit fe8e30e

Browse files
committed
remove jupyter from dev_optional since we already have jupyterlab under dev_build
1 parent 76e4502 commit fe8e30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ dev_optional = [
6161
"fiona<=1.9.6;python_version<='3.8'",
6262
"geopandas",
6363
"inflect",
64-
"jupyter",
6564
"numpy",
6665
"orjson",
6766
"pandas",
@@ -101,6 +100,7 @@ include = [
101100

102101
[tool.hatch.build.targets.wheel.shared-data]
103102
# Specify files from this package which will be copied to the user's system on install
103+
# This is how the jupyterlab extension gets installed
104104
# Left path is the path within this package
105105
# Right path is the path on the user's system
106106
"plotly/labextension" = "share/jupyter/labextensions/jupyterlab-plotly"

0 commit comments

Comments
 (0)