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

Print function not working on Ipython notebook #6357

Closed
alvations opened this issue Aug 26, 2014 · 4 comments
Closed

Print function not working on Ipython notebook #6357

alvations opened this issue Aug 26, 2014 · 4 comments
Milestone

Comments

@alvations
Copy link

Anyone knows how to fix this bug where print 'hello world' don't show in output? http://stackoverflow.com/questions/25494182/print-not-showing-in-ipython-notebook-python

@ivanov
Copy link
Member

ivanov commented Aug 28, 2014

Can you tell us more about your system? Is this on Windows? It sounds an awful lot like #2499, can you take a look there and see if the solutions work for you? #3311 also has a possible workaround for Sophos

@alvations
Copy link
Author

I didn't know how i resolved it but after not using ipython notebook for some time. And in the midst i had installed multiple python packages and now, it's working.

@minrk minrk added this to the 3.0 milestone Nov 18, 2014
@pcuci
Copy link

pcuci commented Apr 23, 2015

The following seems to stop output cells from working if they have print statements in them. Instead, everything gets printed to the console and not inside the jupyter notebook.

import sys
reload(sys)
sys.setdefaultencoding('utf-8')

Any hints? Everything seems to work fine on Python 2 notebooks where I don't need utf-8 support

@jakobgager
Copy link
Contributor

@pcuci see #8354

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

No branches or pull requests

5 participants