We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e4502 commit fe8e30eCopy full SHA for fe8e30e
pyproject.toml
@@ -61,7 +61,6 @@ dev_optional = [
61
"fiona<=1.9.6;python_version<='3.8'",
62
"geopandas",
63
"inflect",
64
- "jupyter",
65
"numpy",
66
"orjson",
67
"pandas",
@@ -101,6 +100,7 @@ include = [
101
100
102
[tool.hatch.build.targets.wheel.shared-data]
103
# Specify files from this package which will be copied to the user's system on install
+# This is how the jupyterlab extension gets installed
104
# Left path is the path within this package
105
# Right path is the path on the user's system
106
"plotly/labextension" = "share/jupyter/labextensions/jupyterlab-plotly"
0 commit comments