Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda install -c conda-forge nodejs notebook matplotlib ipywidgets selenium jupyterlab=1
- conda install -c conda-forge nodejs notebook matplotlib ipywidgets jupyterlab
- pip install -v .
script:
- jupyter nbextension install --py --symlink --sys-prefix ipympl
- jupyter nbextension enable --py --sys-prefix ipympl
- jupyter labextension list 2>&1 | grep -q jupyter-matplotlib
- jupyter labextension install @jupyter-widgets/jupyterlab-manager
- python -m jupyterlab.selenium_check --NotebookApp.ip=127.0.0.1
- jupyter labextension link js
- python -m jupyterlab.browser_check --NotebookApp.ip=127.0.0.1
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.0"
"@jupyter-widgets/base": "^2 || ^3"
}
}