Skip to content

Commit 88bd0d3

Browse files
authored
Merge pull request #1002 from Carreau/domain
Update URL, nbviewer is no longer a subdomain.
2 parents e1f1007 + 69bde00 commit 88bd0d3

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![Gitter](https://img.shields.io/badge/social_chat-gitter-blue?logo=gitter)](https://gitter.im/jupyter/nbviewer)
1717

1818
Jupyter NBViewer is the web application behind
19-
[The Jupyter Notebook Viewer](http://nbviewer.jupyter.org),
19+
[The Jupyter Notebook Viewer](http://nbviewer.org),
2020
which is graciously hosted by [OVHcloud](https://ovhcloud.com).
2121

2222
Run this locally to get most of the features of nbviewer on your own network.

nbviewer/templates/faq.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Notebook](https://github.com/jupyter/notebook),
2525
[JupyterLab](https://github.com/jupyterlab/jupyterlab), and
2626
[JupyterHub](https://github.com/jupyterhub/jupyterhub).
2727

28-
## What is nbviewer.jupyter.org?
28+
## What is nbviewer.org?
2929

3030
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
3232
Notebooks or browse notebook collections on GitHub. In either case, the notebooks
3333
must have **public** web URLs.
3434

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.
3636

3737
## How does nbviewer render notebooks?
3838

@@ -87,11 +87,11 @@ you visit the page, as it would on any page you visit on the Internet.
8787

8888
## Can I load a private notebook on nbviewer?
8989

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
9191
Internet. If you are working on a notebook on your local machine, you need to
9292
publish that notebook somewhere with a public URL (e.g., in a [GitHub
9393
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.
9595

9696
Hosting your own nbviewer server opens additional avenues for rendering private
9797
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
106106
suggest you contact the site owner to report the broken link. If a
107107
notebook author gave you the URL, we recommend asking them for an updated link.
108108

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
110110
a bug in the [nbviewer issue
111111
tracker](https://github.com/jupyter/nbviewer/issues).
112112

@@ -124,19 +124,19 @@ tracker](https://github.com/jupyter/nbviewer/issues).
124124
## Why do I get a 5xx or fastly error when I try to view a notebook?
125125

126126
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
128128
persists for more than a few minutes, please open a bug in the
129129
[nbviewer issue tracker on GitHub](https://github.com/jupyter/nbviewer)
130130
including the URL you are visiting and the error you receive.
131131

132132
## Why is nbviewer showing an outdated version of my notebook?
133133

134134
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
136136
minutes. To invalidate the cache and force nbviewer to re-render a notebook
137137
page, append `?flush_cache=true` to your URL.
138138

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?
140140

141141
We originally selected notebooks that we found and liked. We are currently
142142
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
157157
run `jupyter nbconvert` to convert notebook files to a variety of formats. See
158158
the [nbconvert documentation](https://nbconvert.readthedocs.io/) for details.
159159

160-
## Where is nbviewer.jupyter.org hosted?
160+
## Where is nbviewer.org hosted?
161161

162-
[OVHcloud](https://ovhcloud.com) graciously hosts nbviewer.jupyter.org.
162+
[OVHcloud](https://ovhcloud.com) graciously hosts nbviewer.org.
163163
Thanks to OVHcloud, we are able to provide a public nbviewer instance as a free service.
164164

165165
nbviewer was generously hosted by Rackspace until March, 2020.
166166

167-
## Can I access nbviewer.jupyter.org over https?
167+
## Can I access nbviewer.org over https?
168168

169169
Yes. Please do.
170170

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ def walk_subpkg(name):
7474
setup_requires=["invoke"],
7575
author="The Jupyter Development Team",
7676
author_email="[email protected]",
77-
url="https://nbviewer.jupyter.org",
77+
url="https://nbviewer.org",
7878
project_urls={
79-
"Documentation": "https://nbviewer.org/",
8079
"Source": "https://github.com/jupyter/nbviewer",
8180
"Tracker": "https://github.com/jupyter/nbviewer/issues",
8281
},

0 commit comments

Comments
 (0)