You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/gns3server/appliances/jupyter27.gns3a

21 lines
892 B

{
"appliance_id": "8814bb98-3ae7-4bc3-a3e3-1a4dc1369dbd",
"name": "Jupyter 2.7",
"category": "guest",
"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 explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more. This appliance provide python 2.7.",
"vendor_name": "Project Jupyter",
"vendor_url": "http://jupyter.org/",
"product_name": "Jupyter",
"registry_version": 4,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 1,
"image": "gns3/jupyter27:v2",
"console_type": "http",
"console_http_port": 8888,
"console_http_path": "/"
}
}