Trying to install nb_conda
(as per this answer) in root environment, so I wouldn't need to install it in each environment separately, but I'm getting the error:
Downloading and Extracting Packages
nb_conda_kernels 2.1.0: ################################################ | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: failed
ERROR conda.core.link:_execute(481): An error occurred while installing package 'defaults::nbpresent-3.0.2-py36h5f95a39_1'.
PermissionError(13, 'Permission denied')
Attempting to roll back.
Rolling back transaction: done
PermissionError(13, 'Permission denied')
Tried installing ipykernel
in one environment (as per this), but in other conda environments I don't see conda tab when I run jupyter notebook.
Don't know if I'm missing something, but I would like a nice pointer how to have conda menu in jupyter notebook from any environment without some hassle each time I create new environment.
Clean installed Anaconda 4.4.10, on Ubuntu 17.10.