Skip to content

Commit

Permalink
Added install command for contrib nbextension
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 10, 2023
1 parent ece668a commit 1e28f68
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---

- name: Install contrib nbextension
ansible.builtin.command: >
"{{jupyterlab.virtualenv}}/bin/jupyter" contrib nbextension install --user
- name: Enable the ipywidgets extension
ansible.builtin.command: >
"{{jupyterlab.virtualenv}}/bin/jupyter" nbextension enable --py widgetsnbextension --sys-prefix
Expand Down

0 comments on commit 1e28f68

Please sign in to comment.