classroom/roles/jupyter/tasks/main_win.yml
2024-06-01 00:49:52 +02:00

8 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