Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): Bind jupyter notebook to 0.0.0.0 (#2398)
The jupyter notebook package has a bug in 5.7.0 where specifying the notebook application’s listening ip as ’*’ causes it to fail to boot: jupyter/notebook#3946 The workaround listed there is to bind the server to 0.0.0.0 instead, so we do that here. Closes #2394
- Loading branch information