Skip to content

dskkato/plotters-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust/Python plotting

matplotlibとRustのplottersの書き方を比較したノートブック置き場。

ss

Contents

  • python.ipynb
    • matplotlibで作った場合
  • rust.ipynb
    • plottersのevcxr機能をそのまま使った場合
    • SVGバックエンド
  • rust-bitmapbackend.ipynb
    • plottersのBitMapBackendバージョン
    • imshowなどはこちらのほうがやりやすい?

Usage

docker build -t example .
docker run -p 8888:8888 -v ${PWD}:/app -it example

kick jupyterlab

$ jupyter lab --allow-root --ip 0.0.0.0

access to http://127.0.0.1:8888/lab

Dockerfileとその使い方は以下のgistを参考にした。

Dockerfile Example of Rust and Python on Jupyter Lab

About

plotters and matplotlib comparison using jupyter notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages