xoac / docker-evcxr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Python 65.0%Language:Jupyter Notebook 34.2%Language:Dockerfile 0.7%