Unable to print after Jupyter installation
Answered
Hello,
I was following tutorials on using Jupyter Notebook. When I wanted to start a normal python project, I'm unable to display print value even hello world. Instead, I am getting a jupyter cell in console window.

As you may see, no print is displayed at all.
Please sign in to leave a comment.
Hi! The output is probably hidden under collapsable Python version pane:
This is a known bug PY-29186 and should be fixed in 2018.1.2.
Thanks