We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
notebook==6.0.1 is ok
Sorry, something went wrong.
thx a lot!!
Having the same issue, but the above fix (notebook==6.0.1) doesn't seem to work for me.
No branches or pull requests
Getting the following error in setup.py when installing from pip
Noted that it is installing the latest version of notebook rather than some pinned version.
The text was updated successfully, but these errors were encountered: