conda create -n pycaret python=3.8
conda activate pycaret
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pycaret[full]
pip install Jupyter notebook
pip install ipykernel
python -m ipykernel install --name=pycaret
# linux 权限不够则
python -m ipykernel install --name=pycaret --user
jupyter notebook
简易安装pycaret及Jupyter notebook
于 2023-11-17 15:39:17 首次发布