Skip to content

Commit 27c764a

Browse files
authored
Fix Jupyter Json (#2584)
1 parent 1f500d5 commit 27c764a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json/jupyternotebook.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jupyter-notebook",
2+
"name": "Jupyter Notebook",
33
"slug": "jupyter-notebook",
44
"categories": [
55
20
@@ -11,7 +11,7 @@
1111
"interface_port": 8888,
1212
"documentation": "https://jupyter-notebook.readthedocs.io/en/stable/",
1313
"website": "https://jupyter.org/",
14-
"logo": "https://jupyter.org/assets/nav_logo.svg",
14+
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Jupyter_logo.svg/800px-Jupyter_logo.svg.png",
1515
"description": "The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.",
1616
"install_methods": [
1717
{

0 commit comments

Comments
 (0)