deep learning
anaconda
jupyter
conda create -n [env_name] python=3.X
conda env remove -n [env_name]
conda activate [env_name]
conda deactivate
conda search tensorflow-gpu
conda list
conda env list
conda install tensorflow-gpu
conda install tensorflow=1.XX
conda install pytorch
安裝完成後,可在安裝
conda install jupyter notebook
or
conda install jupyterlab
conda install numpy
conda install matplotlib
...etc
python
from notebook.auth import passwd; passwd()
jupyter notebook --generate-config
c.NotebookApp.ip = '*' #sign in IP (*) = every ip
c.NotebookApp.password = ' sha1:-----' # password
c.NotebookApp.port = 8000 # define your port