conda create --name ENVIRONMENT-NAME
conda activate ENVIRONMENT-NAME
conda install -c conda-forge PACKAGE_NAME_HERE
conda install -c conda-forge jupyter
conda install -c miniconda ipykernel
python -m ipykernel install —user —name=ENVIRONMENT-NAME
jupyter notebook
Keywords: How to run jupyter notebook using miniconda