From 27c764afd3bacbe0d3f18b2b779b8d76c804f2b4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:46:49 +0100 Subject: [PATCH] Fix Jupyter Json (#2584) --- json/jupyternotebook.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/jupyternotebook.json b/json/jupyternotebook.json index d6a5be435..0ebf71f46 100644 --- a/json/jupyternotebook.json +++ b/json/jupyternotebook.json @@ -1,5 +1,5 @@ { - "name": "jupyter-notebook", + "name": "Jupyter Notebook", "slug": "jupyter-notebook", "categories": [ 20 @@ -11,7 +11,7 @@ "interface_port": 8888, "documentation": "https://jupyter-notebook.readthedocs.io/en/stable/", "website": "https://jupyter.org/", - "logo": "https://jupyter.org/assets/nav_logo.svg", + "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Jupyter_logo.svg/800px-Jupyter_logo.svg.png", "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.", "install_methods": [ {