From 3fc6fc32c536a913c589dda9397bbecb51d898c4 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sat, 12 Nov 2016 18:07:17 -0800 Subject: [PATCH] Add review comment by @parente --- docs/source/services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/services.md b/docs/source/services.md index ebe6ad2c..e2a9ddee 100644 --- a/docs/source/services.md +++ b/docs/source/services.md @@ -348,6 +348,7 @@ and taking note of the following process: An example of using an Externally-Managed Service and authentication is [nbviewer](https://github.com/jupyter/nbviewer#securing-the-notebook-viewer), and an example of its configuration is found [here](https://github.com/jupyter/nbviewer/blob/master/nbviewer/providers/base.py#L94). +nbviewer can also be run as a Hub-Managed Service as described [here](https://github.com/jupyter/nbviewer#securing-the-notebook-viewer). [requests]: http://docs.python-requests.org/en/master/