Install PyCaret - PyCaret
pycaret.org › install#create a conda environment conda create --name yourenvname python=3.6 #activate environment conda activate yourenvname #install pycaret pip install pycaret #create notebook kernel connected with the conda environment python -m ipykernel install --user --name yourenvname --display-name "display-name"
Project Jupyter | Installing Jupyter
https://jupyter.org/install19.03.2021 · Installation with pip. If you use pip, you can install it with: pip install jupyterlab. If installing using pip install --user, you must add the user-level bin directory to your PATH environment variable in order to launch jupyter lab. If you are using a Unix derivative (FreeBSD, GNU / Linux, OS X), you can achieve this by using export PATH ...