• 작성중

Window Setting

Anaconda Setting

  • conda create -n py39r41 python=3.9

  • conda activate py39r41

  • conda install -c conda-forge r-essentials=4.1

  • conda install -c conda-forge jupyterlab

  • R

  • install.packages("IRkernel")

  • library(IRkernel)

  • installspec()

  • q()

  • pip install numpy

  • pip install pandas

  • pip install SciPy

  • pip install matplotlib

  • conda install -c conda-forge rise

  • etc


Git Setting

  • Git

  • Git Bash

  • GitHub Desktop

!git add .

!git commit -m .

!git push