Unable to install Jupyter notebook extension in ubuntu 22.04 using mamba

86 Views Asked by At

Unable to install Jupyter notebook extension in ubuntu 22.04 using mamba

I have installed my deeplearning setup (jupyter, pytorch etc) using fastai setup.sh.

I tried to install jupyter notebook extensions using the command :

mamba install -c conda-forge jupyter_contrib_nbextensions

But my terminal throws error : screenshot of the error in terminal

and this error also.

What should i do ?

Thankyou.

0

There are 0 best solutions below