@@ -25,14 +25,14 @@ Notebook](https://github.com/jupyter/notebook),
25
25
[ JupyterLab] ( https://github.com/jupyterlab/jupyterlab ) , and
26
26
[ JupyterHub] ( https://github.com/jupyterhub/jupyterhub ) .
27
27
28
- ## What is nbviewer.jupyter. org?
28
+ ## What is nbviewer.org?
29
29
30
30
Project Jupyter runs a free, public instance of nbviewer at
31
- https://nbviewer.jupyter. org . You can use it to render Jupyter
31
+ https://nbviewer.org . You can use it to render Jupyter
32
32
Notebooks or browse notebook collections on GitHub. In either case, the notebooks
33
33
must have ** public** web URLs.
34
34
35
- The homepage of nbviewer.jupyter. org includes some examples for you to try.
35
+ The homepage of nbviewer.org includes some examples for you to try.
36
36
37
37
## How does nbviewer render notebooks?
38
38
@@ -87,11 +87,11 @@ you visit the page, as it would on any page you visit on the Internet.
87
87
88
88
## Can I load a private notebook on nbviewer?
89
89
90
- nbviewer.jupyter. org can only render notebooks that it can access on the public
90
+ nbviewer.org can only render notebooks that it can access on the public
91
91
Internet. If you are working on a notebook on your local machine, you need to
92
92
publish that notebook somewhere with a public URL (e.g., in a [ GitHub
93
93
repository] ( https://github.com ) , as a [ gist] ( https://gist.github.com ) ) in order
94
- for nbviewer.jupyter. org to render it.
94
+ for nbviewer.org to render it.
95
95
96
96
Hosting your own nbviewer server opens additional avenues for rendering private
97
97
notebooks. For example, an nbviewer server on your university network can render
@@ -106,7 +106,7 @@ deleted. If you clicked a link on a site that lead to the 404 error page, we
106
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
- If you notice one of the links on the nbviewer.jupyter. org, please report it as
109
+ If you notice one of the links on the nbviewer.org, please report it as
110
110
a bug in the [ nbviewer issue
111
111
tracker] ( https://github.com/jupyter/nbviewer/issues ) .
112
112
@@ -124,19 +124,19 @@ tracker](https://github.com/jupyter/nbviewer/issues).
124
124
## Why do I get a 5xx or fastly error when I try to view a notebook?
125
125
126
126
A 5xx error or an error page from fastly may indicate that the public
127
- nbviewer.jupyter. org site is being redeployed or is down. If the problem
127
+ nbviewer.org site is being redeployed or is down. If the problem
128
128
persists for more than a few minutes, please open a bug in the
129
129
[ nbviewer issue tracker on GitHub] ( https://github.com/jupyter/nbviewer )
130
130
including the URL you are visiting and the error you receive.
131
131
132
132
## Why is nbviewer showing an outdated version of my notebook?
133
133
134
134
nbviewer caches rendered notebooks to cut down on rendering time for popular
135
- notebooks. The cache duration on nbviewer.jupyter. org is approximately 10
135
+ notebooks. The cache duration on nbviewer.org is approximately 10
136
136
minutes. To invalidate the cache and force nbviewer to re-render a notebook
137
137
page, append ` ?flush_cache=true ` to your URL.
138
138
139
- ## How do you choose the notebooks featured on the nbviewer.jupyter. org homepage?
139
+ ## How do you choose the notebooks featured on the nbviewer.org homepage?
140
140
141
141
We originally selected notebooks that we found and liked. We are currently
142
142
soliciting links to refresh the home page using [ a Google
@@ -157,14 +157,14 @@ nbconvert](https://nbconvert.readthedocs.io/en/stable/install.html) locally and
157
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
- ## Where is nbviewer.jupyter. org hosted?
160
+ ## Where is nbviewer.org hosted?
161
161
162
- [ OVHcloud] ( https://ovhcloud.com ) graciously hosts nbviewer.jupyter. org.
162
+ [ OVHcloud] ( https://ovhcloud.com ) graciously hosts nbviewer.org.
163
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
167
- ## Can I access nbviewer.jupyter. org over https?
167
+ ## Can I access nbviewer.org over https?
168
168
169
169
Yes. Please do.
170
170
0 commit comments