@@ -29,7 +29,7 @@ Notebook](https://github.com/jupyter/notebook),
29
29
30
30
Project Jupyter runs a free, public instance of nbviewer at
31
31
https://nbviewer.jupyter.org . You can use it to render Jupyter
32
- Notebooks or browse notebook collection on GitHub. In either case, the notebooks
32
+ Notebooks or browse notebook collections on GitHub. In either case, the notebooks
33
33
must have ** public** web URLs.
34
34
35
35
The homepage of nbviewer.jupyter.org includes some examples for you to try.
@@ -103,7 +103,7 @@ instructions and options.
103
103
104
104
The URL you are visiting most likely points to a notebook that was moved or
105
105
deleted. If you clicked a link on a site that lead to the 404 error page, we
106
- suggest you contact the site auownerthor to report the broken link. If a
106
+ suggest you contact the site owner to report the broken link. If a
107
107
notebook author gave you the URL, we recommend asking them for an updated link.
108
108
109
109
If you notice one of the links on the nbviewer.jupyter.org, please report it as
@@ -113,7 +113,7 @@ tracker](https://github.com/jupyter/nbviewer/issues).
113
113
## Why do I get a 4xx error when I try to view a notebook?
114
114
115
115
nbviewer fetches notebooks from upstream providers (e.g., GitHub, GitHub gists,
116
- a public webserver ) which host the the notebook files. You will see 4xx errors
116
+ a public web server ) which host the notebook files. You will see 4xx errors
117
117
if the provider doesn't respond, the file nbviewer receives is invalid, the file
118
118
is not publicly accessible, and so on.
119
119
@@ -154,13 +154,13 @@ on GitHub) in order to update or remove it
154
154
155
155
No. However, you can [ install
156
156
nbconvert] ( https://nbconvert.readthedocs.io/en/stable/install.html ) locally and
157
- run ` jupyter nbconvert ` to convert notebook files to a variety of format . See
157
+ run ` jupyter nbconvert ` to convert notebook files to a variety of formats . See
158
158
the [ nbconvert documentation] ( https://nbconvert.readthedocs.io/ ) for details.
159
159
160
160
## Where is nbviewer.jupyter.org hosted?
161
161
162
162
[ OVHcloud] ( https://ovhcloud.com ) graciously hosts nbviewer.jupyter.org.
163
- Thanks to OVHcloud, we are able to provider a public nbviewer instance as a free service.
163
+ Thanks to OVHcloud, we are able to provide a public nbviewer instance as a free service.
164
164
165
165
nbviewer was generously hosted by Rackspace until March, 2020.
166
166
0 commit comments