Add Jupyter Lab
This commit is contained in:
parent
24c5b6b2f4
commit
fac2e2f180
1 changed files with 10 additions and 0 deletions
|
|
@ -2,15 +2,25 @@
|
|||
apt:
|
||||
name: jupyter
|
||||
state: latest
|
||||
|
||||
- name: Install Jupyter Console
|
||||
apt:
|
||||
name: jupyter-console
|
||||
state: latest
|
||||
|
||||
- name: Install Jupyter QT Console
|
||||
apt:
|
||||
name: jupyter-qtconsole
|
||||
state: latest
|
||||
|
||||
- name: Install Jupyter Notebook
|
||||
apt:
|
||||
name: jupyter-notebook
|
||||
state: latest
|
||||
|
||||
- name: Install Jupyter Lab
|
||||
apt:
|
||||
name: jupyterlab
|
||||
state: latest
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue