checklist
checklist copied to clipboard
Need to pin notebook version - 7.0.1 breaks install - AttributeError: module 'notebook' has no attribute 'nbextensions'
Getting the following error in setup.py when installing from pip
AttributeError: module 'notebook' has no attribute 'nbextensions'
Noted that it is installing the latest version of notebook rather than some pinned version.
notebook==6.0.1 is ok
thx a lot!!
Having the same issue, but the above fix (notebook==6.0.1) doesn't seem to work for me.