From c256493d7d54a79db6effb0dca6f9188652ac124 Mon Sep 17 00:00:00 2001 From: cmaurini Date: Mon, 7 Oct 2024 22:46:57 +0200 Subject: [PATCH] Update Index.md --- Index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Index.md b/Index.md index 9eee489..ab07a36 100644 --- a/Index.md +++ b/Index.md @@ -44,6 +44,8 @@ docker build -t fenicsx-fracture -f docker/Dockerfile . docker run --rm -ti -v $(pwd):/root/shared -w /root/shared --init -p 8888:8888 fenicsx-fracture ``` +*Note:* On Windows, you may need to replace `$(pwd)$` with `${PWD}` or `%cd%` in the line above, depending on the type of your terminal. + You can then access the jupyter lab notebook opening in your browser one of the links starting with `http://...` indicated in the terminal. Steps 1-3 need to be done only the first time. After, you can then start the container with the command in step 4 directly.