TiesdeKok / ipystata

Enables the use of Stata together with Python via Jupyter (IPython) notebooks.
192 stars 68 forks source link

Results are not displayed on Jupyter notebook #36

Closed aguilarelena closed 4 years ago

aguilarelena commented 6 years ago

I have been using iPyStata for a while and loved it, but I don't know what is it that I changed now on my set-up that I cannot make it work within Jupyter notebook. When I run a very simple code;

import numpy as n import pandas as pd import ipystata

%%stata display "Hello, I am printed by Stata."

The code no longer returns the results on Jupyter notebook, but launches the Stata application on my computer. I am using Ubuntu 18.04.1, Stata14 and Jupyter version 4.4.0. Again, this is something that worked perfectly last week, there must be some kind of conflict with another package, but I cannot figure out which one is it to fix it. The way it is right now the program becomes useless.

Thank you for your help.