Skip to content
Snippets Groups Projects
Commit 6f1c24dd authored by schmittu's avatar schmittu :beer:
Browse files

improved layout of printout.pdf

parent 9ccc49a1
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ function create_md {
echo
echo "4. To download startup script enter"
echo
echo ' ```bash'
echo ' ```'
echo " wget https://sis.id.ethz.ch/installer_wlw.zip"
echo '```'
......@@ -30,7 +30,7 @@ function create_md {
echo
echo "5. To extract the downloaded archive enter"
echo
echo ' ```bash'
echo ' ```'
echo " unzip installer_wlw.zip"
echo '```'
......@@ -40,7 +40,7 @@ function create_md {
echo
echo "To startup jupyter notebook on Euler enter"
echo
echo '```bash'
echo '```'
echo "bash start_jupyter_nb.sh"
echo '```'
echo " and press RETURN."
......@@ -49,7 +49,7 @@ function create_md {
echo
echo "To upload notebooks to your polybox:"
echo
echo '```bash'
echo '```'
echo "bash upload_to_polybox.sh"
echo '```'
echo "and press RETURN."
......
......@@ -12,9 +12,10 @@ body {
}
code {
font-size: 135%;
font-size: 130%;
margin-top: 10px;
margin-bottom: 10px;
color: #770000;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment