Sign inSign up

callmekory/jupyterlab-typescript

By callmekory

•Updated over 6 years ago

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

Image
0

329

callmekory/jupyterlab-typescript repository overview

Docker Automated build MicroBadger Size

⁠Juptyer Lab with Typescript Support

alt text

⁠Build of Jupyter Lab with Typescript, Javascript and the gruvbox dark theme built in
⁠docker-compose
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
⁠Sources

https://github.com/yunabe/tslab⁠

https://github.com/Rahlir/theme-gruvbox⁠

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

over 6 years ago

docker pull callmekory/jupyterlab-typescript