A prototype docker container for jupyter lab with rust
1.1K
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
Content type
Image
Digest
Size
888.1 MB
Last updated
over 5 years ago
docker pull zie0/jupyter-rust