1

I am setting up the nbextensions on a new desktop. My previous one on the old desktop (pic1) has a lot more extensions then this new one (pic2). Tried to search from the filter, won't display either.

Anyone have a clue of what's going on here?

I used conda install -c conda-forge jupyter_contrib_nbextensions in anaconda prompt since our company firewall prevents me from using pip install

Previous: enter image description here

New: enter image description here

Jiamei
  • 405
  • 3
  • 14

1 Answers1

1

I am having the same issue, and this line solved my problem:

jupyter contrib nbextension install --user
Kevin Chen
  • 38
  • 5