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 nimport pandas as pdimport ipystata
%%statadisplay "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.
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.