nbstata
nbstata copied to clipboard
A Jupyter kernel for Stata built on pystata
Would it be straightforward to add this functionality? As in @ticoneva's [pystata-kernel](https://github.com/ticoneva/pystata-kernel):
After upgrading Numpy to version 2.0, some Magics commands do not work correctly due to the way Numpy handles NaN. For example: ``` sysuse auto, clear %head 10 ``` leads...
I've installed nbstata for JupyterLab through Dockerfile, and add below codes: ``` pip install nbstata python -m nbstata.install ``` After installation, when I run code in JupyterLab, error happens. in...
> Now if we could get the option of inline Stata… _Originally posted by @friosavila in https://github.com/hugetim/nbstata/issues/37#issuecomment-2394444814_ The [Quarto docs](https://quarto.org/docs/computations/inline-code.html#overview) state "This syntax works for any Jupyter kernel..." so I...
When I render qmd file in quarto, it always show that stata log and software information. Not sure where is th problem. The tool I am using is vscode and...
[Echo kernel](https://github.com/quarto-dev/quarto_echo_kernel/tree/main) uses Hatch to install the kernel when 'pip install' is run rather than requiring a separate "install.py" to be run after 'pip install'. It shouldn't be too hard...
Hi Tim I have had a go at this. I used your ChatGPT suggestions. I have tested on the most recent versions of Python 3.10, 3.11, 3.12, and 3.13 and...
h/t #57 Python 3.9 is almost to end-of-life: https://devguide.python.org/versions/
Hi Tim My Uni just got Stata 19. Rather to my surprise StataCorp. have changed the default installation paths on both Windows and macOS. On Windows it is now: `C:\Program...
Hi Tim, I hope this message finds you well. I am currently developing a project called [Stata-MCP](https://github.com/sepinetam/stata-mcp). To provide users with more flexibility, I listed your project **nbstata** as one...