Skip to content

Instantly share code, notes, and snippets.

@nublu1234
Forked from korakot/kernel.py
Created April 30, 2023 00:26
Show Gist options
  • Save nublu1234/ca813471f74b33c526e2495b9ec067ac to your computer and use it in GitHub Desktop.
Save nublu1234/ca813471f74b33c526e2495b9ec067ac to your computer and use it in GitHub Desktop.
Install rust, cargo in Colab
# run this once, then reload, and then skip this
!apt install rustc
!gdown --id 1PULtTc-2e9z4bswh_SQqL5oy_4JpfV7c
!chmod +x evcxr_jupyter
!./evcxr_jupyter --install
// install dependency
:dep cmd_lib
use cmd_lib::run_cmd as sh;
# just to use with python
!apt install rustc
%env USER=korakot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment