Mauricio Caceres Bravo
Mauricio Caceres Bravo
Try `set linesize 255`? Does the issue persist? Another thing to try is to split the statement: Something like ```stata local opts asyvars showyvars xsize(4) ysize(6) name(AGI, replace) over(AGI, gap(30))...
@mikcaf Can you run `python -m jupyter --version` and report the output?
@mikcaf Interesting. What about `jupyter kernelspec list`? Also, do you have Stata IC, SE, or MP? Last, can you run, from Python, `from jupyter_client.kernelspec import KernelSpecManager`?
@mikcaf Start python first, then from inside python run `from jupyter_client.kernelspec import KernelSpecManager`
@mikcaf Type `python` and press enter.
@mikcaf Can you also tell me your version of Python?
@mikcaf You installed python via Anaconda? Can you try uninstalling Anaconda and reinstalling? If that doesn't do the trick let me know.
@mikcaf I see. You need Python for pip. Let's try this: Uninstall Anaconda and install Python via brew: `brew install python`. If you don't have brew, install it first: `/bin/bash...
@mikcaf While I also tend to recommend Anaconda, I want to figure out if for whatever reason it is clashing with the Stata kernel. - Uninstall Anaconda - Install brew...
@mikcaf If pip3 and python3 are available then yes, use those.