Kyle Barron
Kyle Barron
> stata_path = "/Applications/Stata/StataIC.app/Contents/MacOS/stata-ic" that path doesn't exist on your computer. It should be `StataIC` instead of `stata-ic` I think. When it's correct you should be able to paste it...
Maybe include the path without quotes in the config file. Otherwise feel free to browse old issues but I don't have other suggestions.
I now prefer using [Poetry](https://python-poetry.org/) for python projects because it supplies an entire lockfile. I can put up a quick PR if you want to see how it works
I'm guessing it's Stata's console program itself that requires ncurses. I don't think the kernel does in any way
This is interesting. Some thoughts: - Yeah probably not using any of our code. Don't think they'd be dumb enough to include a GPL3 dependency in their code... - It's...
I don't see anything in that traceback that concerns `stata-kernel` directly
You should probably try to reinstall jupyter. Reinstalling this package doesn't do that
Take the following text: ``` line mcar car100 car300 trddt, ytitle("CAR(等权)") xtitle("交易日") legend(label ``` With Stata, the unicode string length is 75, while the unicode display string length is 80....
According to [Wikipedia](https://en.wikipedia.org/wiki/CJK_Unified_Ideographs_(Unicode_block)), the CJK Unicode block spans U+4E00..U+9FFF.
Python library that measures the width of unicode strings rendered to a terminal: https://github.com/jquast/wcwidth