$ conda create -n pytorch python=3.11
$ conda update -n base conda
$ conda activate pytorch
$ pip install jupyterlab numpy pandas
SSL 에러
$ conda config --set
$ pip --trusted-host pypi.org --trusted-host files.pythonhosted.org install
Python 버전
$ conda search python
$ conda install python=3.6.10