Rust の REPL を Google さんが作っていた

jupyter-notebook の Rust 用カーネルを探していたら、なんと Google さんが開発して、公開していた。

github.com

qnighy.hatenablog.com

qiita.com

evcxr_jupyter というのが Rust 用 jupyter-notebook のカーネル

https://github.com/google/evcxr/blob/master/evcxr_jupyter/README.md

これで、Rustの勉強記録を jupyter-notebook で記録できる。楽しい!