-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Notebook Validation Failed #10
Comments
Thanks for reporting this. Looks like a rather annoying problem. Will try to reproduce and fix this. Does it happen with all notebooks with a version_information table? |
Yes, the problem was reproduced every time the version_information table was added to a notebook. Thanks for making this great extension! |
The 'validation failed' prompt doesn't occur when the kernel is switch to python2. |
I have not been able to reproduce this with the most recent ipython/jupyter/notebook for anaconda. Does it happen for newly created notebooks or old notebooks? If possible can you upload a notebook book with this problem as a gist or so? |
I used `pip install ipython[all]' for the installation. The error occurred for both newly created and old notebooks. The minimal code needed was: %load_ext version_information
%version_information I tried reproducing the problem on my home PC to no avail. Between the two systems there are differences in the kernel (38 vs 33) OS version (Mint 17.2 vs 17.1) among other things. Will try upgrading to see if it'll fix it.
Sure, I'll upload it the next time I'm on that machine. |
For juypter notebook version 4.0.4 with python3 kernel, using %version_information prompts an 'Notebook validation failed' message when page is reloaded.
The issue is cosmetic
The text was updated successfully, but these errors were encountered: