Skip to content

Commit

Permalink
Disabled installation of contrib nbextension and ipywidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 10, 2023
1 parent 1e28f68 commit 1bfecc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jupyterlab==4.0.6
# enable interactive Javascript widgets in the notebooks
jupyter_contrib_nbextensions==0.7.0
widgetsnbextension==4.0.9
# jupyter_contrib_nbextensions==0.7.0
# widgetsnbextension==4.0.9
ipywidgets==8.1.1
pexpect==4.8.0
pyexasol==0.16.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---

- 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
# - 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

# because the generate-config command below never overwrites an existing file
- name: Delete existing JupyterLab config file
Expand Down

0 comments on commit 1bfecc2

Please sign in to comment.