VincentBerger / JupyterNotebooks

0 stars 0 forks source link

Enhance ansible playbook to take into account python (.py) files in studentID repository on JupyterHub #5

Open choukden opened 4 years ago

choukden commented 4 years ago

Today Ansible playbook that is used to copy workshop repo content from /home/student0 to /home/studentID is replacing string "$$I" with Id of StudentID on .ipynb notebook files only.

Could you please consider augment the Ansible playbook to replace $$I on python-based files (.py) that could be part of a Workshop content material?

Thanks Denis

choukden commented 4 years ago

@VincentBerger