Build of Jupyter Lab with Typescript, Javascript and the gruvbox dark theme built in.
329

version: "3"
services:
jupyterlab:
image: callmekory/jupyterlab-typescript
container_name: jupyterlab
hostname: jupyterlab
volumes:
- ./config/notebooks:/app/notebooks # dir to store notebooks
ports:
- 9999:8888
network_mode: bridge
restart: unless-stopped
Content type
Image
Digest
Size
1 GB
Last updated
over 6 years ago
docker pull callmekory/jupyterlab-typescript