File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ install:
21
21
- conda config --set always_yes yes --set changeps1 no
22
22
- conda update -q conda
23
23
- conda info -a
24
- - conda install -c conda-forge nodejs notebook matplotlib ipywidgets selenium jupyterlab=1
24
+ - conda install -c conda-forge nodejs notebook matplotlib ipywidgets jupyterlab
25
25
- pip install -v .
26
26
script :
27
27
- jupyter nbextension install --py --symlink --sys-prefix ipympl
28
28
- jupyter nbextension enable --py --sys-prefix ipympl
29
29
- jupyter labextension list 2>&1 | grep -q jupyter-matplotlib
30
30
- jupyter labextension install @jupyter-widgets/jupyterlab-manager
31
- - python -m jupyterlab.selenium_check --NotebookApp.ip=127.0.0.1
32
31
- jupyter labextension link js
32
+ - python -m jupyterlab.browser_check --NotebookApp.ip=127.0.0.1
Original file line number Diff line number Diff line change 30
30
"webpack-cli" : " ^3.3.11"
31
31
},
32
32
"dependencies" : {
33
- "@jupyter-widgets/base" : " ^2.0.0 "
33
+ "@jupyter-widgets/base" : " ^2 || ^3 "
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments