34. The Littlest jupyterhub (tLHJ)¶
34.1 Instalación en un contenedor de DOCKER¶
La forma rápida usando esta imagen de docker. Si bien es de hace tres años, sobre Ubuntu 18.4
Para iniciar:
docker run --privileged --detach --publish 2222:80 bitterfly/tljh-final
usuario admin / pw la de siempre
Me da problemas al intenter instalar nuevos nucleos
Segunda forma desde cero usando la web oficial.
Instalamos un entorno de DESARROLLO
1. Imagen Ubuntu oficial : https://hub.docker.com/_/ubuntu?tab=description
2. Seguir las instrucciones: en web tljh.
1. Clonar el repositorio: https://github.com/jupyterhub/the-littlest-jupyterhub
2. Construir imangen:
docker build -t tljh-systemd . -f integration-tests/Dockerfile
3.
34.2 Instalar nuevos nucleos.¶
34.2.1 Javascript¶
En : http://n-riesco.github.io/ijavascript/