Sign inSign up

zie0/jupyter-rust

By zie0

•Updated over 5 years ago

A prototype docker container for jupyter lab with rust

Image
2

1.1K

zie0/jupyter-rust repository overview

https://github.com/Zie0/jupyter-rust⁠

to start: mkdir -p jupyter-rust/notebooks; cd jupyter-rust; vi docker-compose.yml; docker-compose up

to stop: Ctrl+C

put this code block in your docker-compose.yml

version: "3.9"
services:
  web:
    image: "zie0/jupyter-rust:latest"
    ports:
      - "8888:8888"
    volumes:
      - ./notebooks:/opt/notebooks

Tag summary

Content type

Image

Digest

Size

888.1 MB

Last updated

over 5 years ago

docker pull zie0/jupyter-rust