From 5a6a95e0aacc81fd5cdcf344c9c349ac51f4f0c2 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Tue, 10 Oct 2023 14:49:43 +0200 Subject: [PATCH] Updated the README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e4b6b1..553e529 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ using IJulia; notebook(dir=pwd()) ``` und das Notebook wird automatisch im Browser geöffnet. +Navigiere zu den Dateien und öffne das Notebook Nummer 0. + ### Fehlerbehebung Wenn Sie auf Probleme stoßen, werfen Sie einen Blick auf den [ausgezeichneten Problembehandlungsabschnitt](https://carstenbauer.github.io/WorkshopWizard.jl/dev/troubleshooting/) aus dem WorkshopWizard-Paket von Carsten Bauer (das von `install.jl` verwendet wird). @@ -83,6 +85,8 @@ using IJulia; notebook(dir=pwd()) ``` and the notebook will automatically open in a browser. +Navigate the files and open notebook number 0. + ### Troubleshooting If you are facing issues, check out the [great troubleshooting section](https://carstenbauer.github.io/WorkshopWizard.jl/dev/troubleshooting/) -- GitLab