eriq-augustine / psl

The PSL software from the LINQS lab.
Apache License 2.0
4 stars 7 forks source link

pslpython in Jupyter Notebook #202

Closed eriq-augustine closed 5 years ago

eriq-augustine commented 5 years ago

There seems to be some issues when running under a Jupyter notebook.

Investigate.

eriq-augustine commented 5 years ago

Essentially, you can't run asyncio inside of IPython: https://github.com/jupyter/notebook/issues/3397

So, we have to ditch asyncio.

Pros of removing asyncio:

Cons of removing asyncio:

eriq-augustine commented 5 years ago

Complete in cdcf4cd8776ff21121a1a5111be21d158fb20e22. We now just use subprocess.

Beginning of 3.5 support in: e01cb8a6dfe7a25e4744b3a78e71f06589e285c9.