2

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:

enter image description here

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!

Andre
  • 321
  • 1
  • 12

1 Answers1

0

It's a conda bug or something like that. Use:

jupyter contrib nbextension install --user

After running this command, they will definitely appear. Otherwise check this branch: Jupyter nbextensions does not appear

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
lahq1ios
  • 1
  • 1