You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
!pip install --upgrade --user stata_setup
import stata_setup
stata_setup.config('/home/Stata', 'mp') # I have Stata installed in this folder
Let's say I have two cells to start with
Cell 1
%%stata
sysuse auto, clear
summarize
list in 1/3
Cell 2
%%stata
reg mpg price i.foreign
Output of both cells is printed.
Now if I add a cell between 1 and 2 and run it.
Cell 1.5
%%stata
des
The cells gets executed as indicated by the green check, but the output is not displayed. Running other cells with %% stata magic after this also doesn't display any output.
Attachments:
Before: Shows 2 cells for which output is displayed
After: After adding and running cell 26 in between the two cells, the output is not displayed. Running previously run cells again and the output disappears. Cell 29 prints output confirming that issue is only with %% stata magic commands.
Version: 1.89.1
Commit: ea608a0
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0
Embedder: openvscode-server
The text was updated successfully, but these errors were encountered:
Description
!pip install --upgrade --user stata_setup
import stata_setup
stata_setup.config('/home/Stata', 'mp') # I have Stata installed in this folder
Let's say I have two cells to start with
Cell 1
Cell 2
Output of both cells is printed.
Now if I add a cell between 1 and 2 and run it.
Cell 1.5
The cells gets executed as indicated by the green check, but the output is not displayed. Running other cells with %% stata magic after this also doesn't display any output.
Attachments:
Version: 1.89.1
Commit: ea608a0
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0
Embedder: openvscode-server
The text was updated successfully, but these errors were encountered: