jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Why does omitting the ; in a C++ notebook cause the variable to be printed? #520

Open davidskeck opened 5 years ago

davidskeck commented 5 years ago

This seems like an odd choice. If someone was new to C++ they could easily get confused. Why not just use the standard output?

std::cout << x;