# anaconda安装

  • Download anaconda

Anaconda 地址 (opens new window) Anaconda 云平台 (opens new window)

  • ./conda --version
  • ./conda list
  • ./jupyter nodebook

# linux

  • ./jupyter notebook --no-browser

# remote login

  • ssh -i /Users/xxx/software/keys/xxx.pem -N -f -L localhost:8888:localhost:8888 root@domain

# 参考

  • https://numpy.org/doc/stable/user/index.html
  • https://pandas.pydata.org/docs/getting_started/index.html
  • https://www.kaggle.com/discussions
上次更新: 2024/1/25 09:14:07