Skip to content

A containerized version of the Evcxr, an evaluation context/REPL for Rust as a Jupyter kernel.

License

Notifications You must be signed in to change notification settings

xoac/docker-evcxr

 
 

Repository files navigation

Docker Pulls MicroBadger Size Publish Docker

docker-jupyter-rust

A containerized version of the Evcxr, an evaluation context/REPL for Rust as a Jupyter kernel.

Autobuild

This crate is build once a week with latest rust stable version and with latest published evcxr.

Usage

Just pull the docker image from the Docker hub:

docker run --rm -p 8888:8888 sylwekrapala/jupiter-rust

And go to http://localhost:8888 (in the console log you will get a token to log).

Don't lose your work

docker run -v $(pwd)/notebooks:/notebooks -p 8888:8888 sylwekrapala/jupiter-rust

The disadvantage of this is that files in notebooks would be owned by root.

About

A containerized version of the Evcxr, an evaluation context/REPL for Rust as a Jupyter kernel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 65.1%
  • Jupyter Notebook 34.2%
  • Dockerfile 0.7%