Closed JamesMaxwellHarrison closed 4 years ago
Hello, I am trying to use ipystata in Jupyter Notebook on Windows 10. Whenever I try to use ipystata, e.g.
import ipystata %%stata summarize
I get the error:
Line magic function `%%stata` not found.
Note that I cannot try to type
display "Hello World"
because I get an invalid syntax error.
I have tried the following:
Is there something I am missing here? One issue might be that my Stata installation is on a different drive?
Thanks
Sorry, I am new to magic functions. I just had to import ipystata in a different cell and then start a new cell with %%stata.
Hello, I am trying to use ipystata in Jupyter Notebook on Windows 10. Whenever I try to use ipystata, e.g.
I get the error:
Note that I cannot try to type
because I get an invalid syntax error.
I have tried the following:
Is there something I am missing here? One issue might be that my Stata installation is on a different drive?
Thanks