Skip to content

Commit

Permalink
Merge pull request #71 from yuvipanda/docs-servername
Browse files Browse the repository at this point in the history
Add troubleshooting to contributing docs
  • Loading branch information
yuvipanda authored Nov 12, 2024
2 parents 7062f2b + 293c8b4 commit b1dd5d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b1dd5d1

Please sign in to comment.