Kyle Barron

Results 1612 comments of Kyle Barron

For reference, the latest Atom is 1.32.1

@nikitakit It would probably be good to post an issue about that on Hydrogen.

This already exists for Hydrogen, albeit not in a separate variable explorer. ```py from IPython.display import JSON JSON(list) JSON(dict) ``` ![image](https://user-images.githubusercontent.com/15164633/43468632-7f67f6be-94b2-11e8-99ee-10b57aaf8de6.png)

That's fair. I have no experience with web stacks, but I may do some exploring.

Some unit tests would probably help with this, but I don't know how to set that up.

Just checking... I assume it's impossible to deal with common leading whitespace in Python specifically by using Python's [dedent](https://docs.python.org/3.6/library/textwrap.html#textwrap.dedent) function? Because Hydrogen has already stripped the text before passing it...

> 1. advise folks who want finer-grained control to skip the `io_parquet_compression` flag, and instead directly put a `parquet2` dependency in their `Cargo.toml`, as I'm doing above. This seems rather...

This function autodetects the Stata path on Windows. https://github.com/kylebarron/stata_kernel/blob/dcb590adb7098dfe695491dc5ae7eb404309bfa3/stata_kernel/install.py#L54-L70

The StataEditor function seemed old and didn't work on my Windows 10 VM

Anyone on this thread who's interested should test out the Jupyter kernel I made for Stata today that works on Mac and Linux: https://github.com/kylebarron/stata_kernel It wraps the terminal instead of...