* update selfhst icon-URLs to use @master path Changed all icon URLs in JSON files from 'cdn.jsdelivr.net/gh/selfhst/icons/webp/' to 'cdn.jsdelivr.net/gh/selfhst/icons@master/webp/' for consistency and to ensure the latest icons are referenced. * added missing icons
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "Jupyter Notebook",
|
|
"slug": "jupyternotebook",
|
|
"categories": [
|
|
20
|
|
],
|
|
"date_created": "2025-02-24",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8888,
|
|
"documentation": "https://jupyter-notebook.readthedocs.io/en/stable/",
|
|
"website": "https://jupyter.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/jupyter.webp",
|
|
"config_path": "",
|
|
"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": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/jupyternotebook.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 4,
|
|
"os": "ubuntu",
|
|
"version": "24.04"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "To get the token to access the Jupyter Notebook, run the following command: jupyter notebook list.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|