Skip to content

Commit

Permalink
Merge pull request #198 from martinRenou/jlab2
Browse files Browse the repository at this point in the history
JupyterLab 2 support
  • Loading branch information
martinRenou authored Mar 3, 2020
2 parents 39c167e + 15462c8 commit de770dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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"
}
}

0 comments on commit de770dc

Please sign in to comment.