💻💻 Programming Read More 1 minute read R을 이용한 엑셀 통계 (2020.03 update)byJ SeokApril 19, 2020 Anaconda 환경 추가 jupyter notebook 과 jupyter lab이 함께 설치된다. anaconda prompt 에서 실행한다. -n 뒤에는 환경 이름…
💻💻 Programming Read More 1 minute read [R] Jupyter R, xlsx package 설치 (2019.05 기준)byJ SeokJune 1, 2019 1. Anaconda 3 설치 2. Environment 세팅 (아래 소스에서는 rconda 가 env 이름이다) conda create -n rconda r-essentials…
💻💻 Programming Read More 1 minute read [R] anaconda를 이용한 R package 설치byJ SeokApril 7, 2019 Jupyter notebook을 이용해서 R을 사용할 때 package 설치가 운영체제별로 다르게 진행될 수 있는 것 같다. 윈도우에서는 아래와 같이…
PPython Read More 1 minute read [Python + Jupyter] Notebook에서 작성된 파일 import하기byJ SeokFebruary 16, 2017 여러 사람에 의해 번역이 잘 되가면서 이제 좀 이해할만해진 Tensorflow. 그래서 다시 시작했는데, Python + Docker(Jupyter) + Kitematic…