I have recently uninstalled anaconda (individual edition), now I have installed it again. I have also installed the nbextensions from here, using the command
conda install -c conda-forge jupyter_contrib_nbextensions
.
This should install all the nbextensions available (at least the last time it did so). But now, only a few nbextensions seem to be available - or at least they are not listed in the jupyter Nbextensions-Tab:
There should be much much more extensions.
I have also tried activating them separately via command line as described here, for example
jupyter nbextension enable --py latex_envs
,
but that also did not work.
I am especially missing the toc, collapsible headings and latex envs. Does anyone have an idea how to get the extensions back?
Thanks for any help in advance!