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
When using python2 kernel and variable inspector is enabled, print operator in jupyter does not work with SyntaxError exception. Output of %whos magic contains print_function from future, possibly because of import in the beggining of this file https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/src/jupyter_contrib_nbextensions/nbextensions/varInspector/var_list.py
The text was updated successfully, but these errors were encountered:
fix ipython-contrib#1014 and ipython-contrib#1015 - reload on magic a…
dc68a8a
…nd fix print on python2
Merge pull request #1016 from jfbercher/master
d7f4b63
[varInspector] Fix #1014 and #1015 - reload on %reset magic and fix print on python2
Should be fixed by #1016
Sorry, something went wrong.
No branches or pull requests
When using python2 kernel and variable inspector is enabled, print operator in jupyter does not work with SyntaxError exception. Output of %whos magic contains print_function from future, possibly because of import in the beggining of this file https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/src/jupyter_contrib_nbextensions/nbextensions/varInspector/var_list.py
The text was updated successfully, but these errors were encountered: