# Hidden Layers Workshop commands #### **Participants' credentials**
Isabela Dimarcows\_01
Hartmut Bohnackerws\_02
Maika Dieterichws\_03
Julius Walschws\_04
Alexander Bauerws\_05
Francesco Scheffczykws\_06
Jada Jui Yu Hungws\_07
Inca Jentschws\_08
Polina Toumeyws\_09
ws\_10
Password: ``` hidden-layers ``` #### **CMD Commands for JupyterHub** endow bash file right to execute ``` chmod +x install.sh ``` installations... ``` ./install.sh ``` **initialize bash shell** ``` conda init bash ``` **restart shell** ``` source ~/.bashrc ``` **then:** ``` conda activate myenv ``` **downloading an entire folder from Jupyter Hub** ``` zip -r example.zip original_folder ```