ob-ipython
ob-ipython copied to clipboard
setDaemon deprecated in client.py
The syntax for the daemon option of threading.Thread
has changed in recent python3 versions, causing an error message each time create_client is called
, which messes up the json data. This shows up as a JSON readtable error: 47
This change fixes it.