This is a complete Racket image with rosette. And configured to work with jupyter notebook.
1.2K
This is a complete Racket image with rosette. And configured to work with jupyter notebook.
Run the docker container by
docker run -t -p 8888:8888 -v "${PWD}/:/rosette" -w /rosette --name rosette archfx/rosette
Inside the container run the Jupyter server by
jupyter notebook --ip 0.0.0.0 --no-browser --allow-root
Click on the link that appers on the container terminal.
Enjoy coding!
Content type
Image
Digest
sha256:537bbed70…
Size
524.5 MB
Last updated
almost 3 years ago
docker pull archfx/rosette