# anaconda install

# linux

  • ./jupyter notebook --no-browser

# remote login

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

# Refer

  • https://numpy.org/doc/stable/user/index.html
  • https://pandas.pydata.org/docs/getting_started/index.html
  • https://www.kaggle.com/discussions
lastUpdated: 1/25/2024, 9:14:07 AM