mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
50 lines
2.3 KiB
Markdown
50 lines
2.3 KiB
Markdown
<!--
|
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
NON debe editarse manualmente.
|
|
-->
|
|
|
|
# JupyterLab para YunoHost
|
|
|
|
[![Nivel de integración](https://dash.yunohost.org/integration/jupyterlab.svg)](https://ci-apps.yunohost.org/ci/apps/jupyterlab/) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/jupyterlab.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/jupyterlab.maintain.svg)
|
|
|
|
[![Instalar JupyterLab con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jupyterlab)
|
|
|
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
|
|
|
> *Este paquete permíteche instalar JupyterLab de xeito rápido e doado nun servidor YunoHost.*
|
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
|
|
|
## Vista xeral
|
|
|
|
JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface. JupyterLab will eventually replace the classic Jupyter Notebook.
|
|
|
|
|
|
**Versión proporcionada:** 4.2.4~ynh1
|
|
|
|
**Demo:** <https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo>
|
|
|
|
## Capturas de pantalla
|
|
|
|
![Captura de pantalla de JupyterLab](./doc/screenshots/jupyterlab.png)
|
|
|
|
## Documentación e recursos
|
|
|
|
- Web oficial da app: <https://jupyter.org>
|
|
- Documentación oficial para admin: <https://jupyterlab.readthedocs.io/en/stable/>
|
|
- Repositorio de orixe do código: <https://github.com/jupyterhub/jupyterhub>
|
|
- Tenda YunoHost: <https://apps.yunohost.org/app/jupyterlab>
|
|
- Informar dun problema: <https://github.com/YunoHost-Apps/jupyterlab_ynh/issues>
|
|
|
|
## Info de desenvolvemento
|
|
|
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing).
|
|
|
|
Para probar a rama `testing`, procede deste xeito:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
|
|
ou
|
|
sudo yunohost app upgrade jupyterlab -u https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|