# Hidden Layers Workshop commands
#### **Participants' credentials**
Isabela Dimarco | ws\_01 |
Hartmut Bohnacker | ws\_02 |
Maika Dieterich | ws\_03 |
Julius Walsch | ws\_04 |
Alexander Bauer | ws\_05 |
Francesco Scheffczyk | ws\_06 |
Jada Jui Yu Hung | ws\_07 |
Inca Jentsch | ws\_08 |
Polina Toumey | ws\_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
```