Skip to content
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

python2 kernel and variable inspector #1015

Closed
xcix opened this issue Jun 29, 2017 · 1 comment
Closed

python2 kernel and variable inspector #1015

xcix opened this issue Jun 29, 2017 · 1 comment

Comments

@xcix
Copy link

xcix commented Jun 29, 2017

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

@xcix xcix changed the title python 2 kernel and variable inspector python2 kernel and variable inspector Jun 29, 2017
jfbercher added a commit to jfbercher/jupyter_contrib_nbextensions that referenced this issue Jun 30, 2017
jfbercher added a commit that referenced this issue Jul 14, 2017
[varInspector] Fix #1014 and #1015 - reload on  %reset magic and fix print on python2
@jfbercher
Copy link
Member

Should be fixed by #1016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants