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 3df0ef8 commit 1b8d6e0Copy full SHA for 1b8d6e0
conda.recipe/meta.yaml
@@ -25,7 +25,9 @@ requirements:
25
run:
26
- python
27
- bokeh >=2.0.0
28
- - ipywidgets >=7.0.0
+ - ipywidgets >=7.5.0
29
+ run_constrained:
30
+ - jupyterlab >=3.0.0,<4
31
32
test:
33
imports:
setup.py
@@ -19,7 +19,7 @@
19
name = "jupyter_bokeh"
20
21
lab_path = (HERE / name / "labextension")
22
-nb_path = (HERE / name / "nbextension")
+nb_path = (HERE / name / "nbextension" / "static")
23
24
# Representative files that should exist after a successful build
jstargets = [
0 commit comments