You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or to use your GitHub personal access token, you can set just `GITHUB_API_TOKEN`.
28
+
Or to use your GitHub personal access token, you can just set`GITHUB_API_TOKEN`.
29
29
30
30
31
31
## GitHub Enterprise
@@ -70,7 +70,7 @@ $ docker run -p 8080:8080 nbviewer
70
70
The Notebook Viewer uses `memcached` in production. To locally try out this
71
71
setup, a [docker-compose](https://docs.docker.com/compose/) configuration is
72
72
provided to easily start/stop the `nbviewer` and `memcached` containers
73
-
together from a your current branch. You will need to install `docker` prior
73
+
together from your current branch. You will need to install `docker` prior
74
74
to this.
75
75
76
76
#### Run
@@ -145,7 +145,7 @@ Providers are sources of notebooks and directories of notebooks and directories.
145
145
-`local`
146
146
147
147
#### Writing a new Provider
148
-
There are several already additional providers
148
+
There are already several providers
149
149
[proposed/requested](https://github.com/jupyter/nbviewer/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Atag%3AProvider). Some providers are more involved than others, and some,
150
150
such as those which would require user authentication, will take some work to
151
151
support properly.
@@ -183,7 +183,7 @@ Formats are ways to present notebooks to the user.
183
183
#### Writing a new Format
184
184
If you'd like to write a new format, open a ticket, or speak up on [gitter][]!
185
185
We have some work yet to do to support your next big thing in notebook
186
-
publishing, and we'd love to here from you.
186
+
publishing, and we'd love to hear from you.
187
187
188
188
#### Config file
189
189
@@ -193,7 +193,7 @@ For example, to configure the value of a configurable `foo`, add the line `c.NBV
193
193
194
194
## Securing the Notebook Viewer
195
195
196
-
You can run the viewer as a [JupyterHub 0.7+ service](https://jupyterhub.readthedocs.io/en/latest/reference/services.html). Running the viewer as a service prevents users who have not authenticated with the Hub from acccessing the nbviewer instance. This setup can be useful for protecting access to local notebooks rendered with the `--localfiles` option.
196
+
You can run the viewer as a [JupyterHub 0.7+ service](https://jupyterhub.readthedocs.io/en/latest/reference/services.html). Running the viewer as a service prevents users who have not authenticated with the Hub from accessing the nbviewer instance. This setup can be useful for protecting access to local notebooks rendered with the `--localfiles` option.
197
197
198
198
Add an entry like the following to your `jupyterhub_config.py` to have it start nbviewer as a managed service:
0 commit comments