pixiedust / pixiedust_node

Jupyter magic to allow Node.js code to run in a notebook
https://medium.com/ibm-watson-data-lab/running-node-js-notebooks-in-watson-studio-a8f6545d8299
Apache License 2.0
213 stars 24 forks source link

ensure print uses parenthesis for print calls #8

Closed glynnbird closed 7 years ago

glynnbird commented 7 years ago

quick release to ensure calls to print have brackets, for Python 3 compatibility. Hat tip to @ajalger