File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
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
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
You can’t perform that action at this time.
0 commit comments