classroom/roles/jupyter/tasks/main_win.yml
2023-09-11 22:30:48 +02:00

9 lines
250 B
YAML

- name: Install Jupyter Notebook
win_command: pip install jupyter jupyterlab
- name: Create Jupyter Notebook shortcut
win_shortcut:
dest: "C:\\Users\\Public\\Desktop\\Jupyter Notebook.lnk"
src: cmd.exe
arguments: /k jupyter notebook