Skip to content

Commit de770dc

Browse files
authored
Merge pull request #198 from martinRenou/jlab2
JupyterLab 2 support
2 parents 39c167e + 15462c8 commit de770dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ install:
2121
- conda config --set always_yes yes --set changeps1 no
2222
- conda update -q conda
2323
- 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
2525
- pip install -v .
2626
script:
2727
- jupyter nbextension install --py --symlink --sys-prefix ipympl
2828
- jupyter nbextension enable --py --sys-prefix ipympl
2929
- jupyter labextension list 2>&1 | grep -q jupyter-matplotlib
3030
- jupyter labextension install @jupyter-widgets/jupyterlab-manager
31-
- python -m jupyterlab.selenium_check --NotebookApp.ip=127.0.0.1
3231
- jupyter labextension link js
32+
- python -m jupyterlab.browser_check --NotebookApp.ip=127.0.0.1

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"webpack-cli": "^3.3.11"
3131
},
3232
"dependencies": {
33-
"@jupyter-widgets/base": "^2.0.0"
33+
"@jupyter-widgets/base": "^2 || ^3"
3434
}
3535
}

0 commit comments

Comments
 (0)