Kyle Barron

Results 1623 comments of Kyle Barron

> the axis is clipped on the right (both Chrome and Firefox, so this is likely a Stata issue)! Can you give an example of this?

> I suppose I should mention that the syntax highlighting hung when I tried to install it, so I’ve just given up on that. I’m not that strongly interested, anyway....

Ok, I've only tried on Windows 10. You did run the command to install node, right? What was the last thing printed to the console where it stopped?

Are you behind a firewall? I think that means it wasn't able to download it.

To test, download the library separately (go [here](https://github.com/kylebarron/jupyterlab-stata-highlight/releases/tag/v0.1.1) and download and extract the files) then run `jupyter labextension install ./path/to/unzipped/folder`.

If it works fine in Jupyter, that means the Python environment that Atom is using is different from the global one that Jupyter is using. In that case, the easiest...

https://stackoverflow.com/questions/320232/ensuring-subprocesses-are-dead-on-exiting-python-program

You have to catch `pexpect.exceptions.EOF`

I don't know how to stop the kernel from inside Python?

Ah I just didn't know about the `self.shutdown_request` method.