Python 関係 - Himeyama/himeyama GitHub Wiki

conda

仮想環境一覧

conda info -e 

仮想環境作成

conda create -n <NAME> python=3.8

仮想環境削除

conda remove -n <NAME> --all

インストール

pip のアップデート

pip install --upgrade pip

Pandas https://pandas.pydata.org/docs/getting_started/install.html

pip install pandas

Tensorflow https://www.tensorflow.org/install?hl=ja

pip install tensorflow

jupyterlab https://jupyter.org/install

pip install jupyterlab

kaggle

https://www.kaggle.com/himeyama/account から、[Create New API Token] をクリックし、kaggle.json をダウンロードし、~/.kaggle/ 下に配置。

pip install kaggle

cudf

conda create -n rapids-21.12 -c rapidsai -c nvidia -c conda-forge rapids=21.12 python=3.8 cudatoolkit=11.5 jupyterlab
⚠️ **GitHub.com Fallback** ⚠️