From 293c8b4eb01180ca88996264c46c4691a9c811c4 Mon Sep 17 00:00:00 2001 From: Oliver Roick Date: Mon, 4 Nov 2024 15:29:50 +1100 Subject: [PATCH] Add troubleshooting to contributing docs --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f14a59e..3cfe7b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,9 +67,11 @@ but can be adapted to work with any other local kubernetes setup. username and password. ```bash - python -m jupyterhub + jupyterhub ``` + **Troubleshooting:** On MacOS, if you're seeing the error `Errno 8: Nodename nor servname provided`, try running `jupyterhub --ip=localhost` instead. + 8. If you're working on the JS / CSS, you can also run the following command in another terminal to automatically watch and rebuild the JS / CSS as you edit.