-
-
Save nullmastermind/36da3c3e47e40c0b9cc5b6158d4673e3 to your computer and use it in GitHub Desktop.
Revisions
-
korakot revised this gist
May 20, 2020 . No changes.There are no files selected for viewing
-
korakot revised this gist
Apr 5, 2020 . 1 changed file with 5 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,9 @@ # 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; -
korakot revised this gist
Apr 4, 2020 . 2 changed files with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # run this once, then reload, and then skip this !apt install rustc %env USER=root !cargo install evcxr_jupyter !/root/.cargo/bin/evcxr_jupyter --install // install dependency :dep rand = "0.5.5" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ # just to use with python !apt install rustc %env USER=korakot -
korakot created this gist
Apr 4, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ !apt install rustc %env USER=korakot