Miniconda Jupyter notebook won't install

58 Views Asked by At

I cant install jupyter notebook in conda environment (miniconda). Instead of jupyter notebook, it installs the jupyterlab.

I tried this command.

conda create --prefix ./env pandas numpy matplotlib scikit-learn jupyter

And also tried to install notebook after creating and activating the environment with the conda-forge channel.

conda install -c conda-forge notebook

Can you tell me how can I install jupyter notebook. Not the jupyterlab.

0

There are 0 best solutions below