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 :

What should i do ?
Thankyou.
