Use shell to install the jupyter extensions.
This commit is contained in:
parent
50711cbf0f
commit
6118ca738c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue