diff --git a/guides/20241226_guide_how_to_use_and_run_jupyter_notebook_in_daytona.md b/guides/20241226_guide_how_to_use_and_run_jupyter_notebook_in_daytona.md index ac737462..6a6eaeb9 100644 --- a/guides/20241226_guide_how_to_use_and_run_jupyter_notebook_in_daytona.md +++ b/guides/20241226_guide_how_to_use_and_run_jupyter_notebook_in_daytona.md @@ -148,7 +148,7 @@ Paste this code into your `devcontainer.json` file. "onCreateCommand": { "update": "sudo apt update && sudo apt upgrade -y", "ownership": "sudo chown -R $USER:$USER ${containerWorkspaceFolder}" - }, + } } ```