mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
Fix Jupyter Json (#2584)
This commit is contained in:
parent
1f500d5aeb
commit
27c764afd3
1 changed files with 2 additions and 2 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue