프로그램셋업 & 명령어/anaconda & jupyter

프로그램셋업 & 명령어/anaconda & jupyter

Anaconda-Jupyter 설치 for mac & rust

1. 목적 rust를 jupyter notebook에서 사용하기 위함 2. 설치 rust 설치 anaconda 설치 homebrew와 anaconda site에서 직접 설치가 가능 -> m1 mac 유저로 불안해서 anaconda site에서 download 수행 anaconda site : https://www.anaconda.com/products/individual $ cargo install evxcr_repl : rust 언어로 작성된 repl인 evcxr을 설치하는 명령 repl: 읽고 실행하고 결과 출력하는 인터페이스 제공 Jupyter 설치 아래 코드 수행하면 jupyter notebook 수행됨 $ conda create --name evcxr $ conda activate evcxr $..

wooweee
'프로그램셋업 & 명령어/anaconda & jupyter' 카테고리의 글 목록