Skip to content

a docker container for jupyter notebooks for rust

Notifications You must be signed in to change notification settings

jiangcongtao/jupyter-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-rust Summary

A prototype docker container for jupyter lab with rust. Inspired by: evcxr_jupyter and Data Analytics with Rust Notebooks

Work produced in the jupyter lab is saved in the notebooks directory. It persists after docker container is stopped.

This can be built on your local machine or you can follow the instructions here to download the image and launch the container in a couple of commands.

To Build

  1. clone the repo

  2. docker-compose up

  3. open link > new > Rust

to change kernel kernel > Change Kernel > (Rust|python3)

Image Details

Image components' versions:

  • base docker image -> rust:1.49
  • conda version -> 4.9.2
  • jupyter version -> 4.7.0
  • evcxr_jupyter = "0.8.0"

Jupyter Version Details

# jupyter --version
jupyter core     : 4.7.0
jupyter-notebook : 6.2.0
qtconsole        : not installed
ipython          : 7.12.0
ipykernel        : 5.4.3
jupyter client   : 6.1.11
jupyter lab      : 2.2.9
nbconvert        : 6.0.7
ipywidgets       : not installed
nbformat         : 5.1.2
traitlets        : 5.0.5

About

a docker container for jupyter notebooks for rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published