File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ install:
23
23
- conda info -a
24
24
- conda install -c conda-forge mamba
25
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
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 -c conda-forge
27
27
- pip install .
28
28
script :
29
- - test -d $CONDA_PREFIX /share/jupyter/nbextensions/jupyter-matplotlib
30
- - test -f $CONDA_PREFIX /share/jupyter/nbextensions/jupyter-matplotlib/extension.js
31
- - test -f $CONDA_PREFIX /share/jupyter/nbextensions/jupyter-matplotlib/index.js
32
- - test -d $CONDA_PREFIX /share/jupyter/labextensions/jupyter-matplotlib
33
- - test -f $CONDA_PREFIX /share/jupyter/labextensions/jupyter-matplotlib/package.json
29
+ - test -d $HOME/miniconda /share/jupyter/nbextensions/jupyter-matplotlib
30
+ - test -f $HOME/miniconda /share/jupyter/nbextensions/jupyter-matplotlib/extension.js
31
+ - test -f $HOME/miniconda /share/jupyter/nbextensions/jupyter-matplotlib/index.js
32
+ - test -d $HOME/miniconda /share/jupyter/labextensions/jupyter-matplotlib
33
+ - test -f $HOME/miniconda /share/jupyter/labextensions/jupyter-matplotlib/package.json
34
34
- jupyter labextension list 2>&1 | grep -q jupyter-matplotlib
35
35
- python -m jupyterlab.browser_check --NotebookApp.ip=127.0.0.1
You can’t perform that action at this time.
0 commit comments