Use shell to install the jupyter extensions.

This commit is contained in:
Andrea Dell'Amico 2020-08-28 16:57:33 +02:00
parent 50711cbf0f
commit 6118ca738c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
register: jupyterlab_plotly
- name: Install the Jupyter plotly extension
command: jupyter labextension install 'jupyterlab-plotly@{{ jupyter_plotly_version }}'
shell: /usr/local/bin/jupyter labextension install 'jupyterlab-plotly@{{ jupyter_plotly_version }}'
when: not jupyterlab_plotly.stat.exists
when: