We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4582f commit 6523883Copy full SHA for 6523883
.travis.yml
@@ -23,7 +23,7 @@ install:
23
- conda info -a
24
- conda install -c conda-forge mamba
25
- mamba install -c conda-forge nodejs=13 matplotlib
26
- - mamba install jupyterlab=3 ipywidgets jupyterlab_widgets -c conda-forge/label/jupyterlab_rc -c conda-forge/label/jupyterlab_server_rc -c conda-forge/label/jupyterlab_widgets_rc
+ - mamba install jupyterlab=3 ipywidgets jupyterlab_widgets -c conda-forge/label/jupyterlab_rc -c conda-forge/label/jupyterlab_server_rc -c conda-forge/label/jupyterlab_widgets_rc -c conda-forge
27
- pip install .
28
script:
29
- test -d $CONDA_PREFIX/share/jupyter/nbextensions/jupyter-matplotlib
0 commit comments