Install Jupyter lab in base environment conda install -c conda-forge jupyterlab
Install nb_conda_kernels in base environment conda install nb_conda_kernels
Observe following error
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
Resolving conflicts then starts, but appears to take forever so I keyboard interrupted it.
In any case I don't think conflicts should occur for a fresh install of both Jupyter lab and nb_conda_kernels or am I wrong?
conda
version: 4.12.0conda install -c conda-forge jupyterlab
nb_conda_kernels
in base environmentconda install nb_conda_kernels
Resolving conflicts then starts, but appears to take forever so I keyboard interrupted it.
In any case I don't think conflicts should occur for a fresh install of both Jupyter lab and
nb_conda_kernels
or am I wrong?