Jim Pivarski

Results 612 comments of Jim Pivarski

`ak.Array` (in `ak.highlevel`) has an explicit `__dir__` method that looks up the fields of record arrays such as these. https://github.com/scikit-hep/awkward-1.0/blob/5aaf42a60a49a3643e0466d25dcddfe7e6aa395c/src/awkward/highlevel.py#L1123-L1137 It doesn't have an explicit `_ipython_key_completions_` method: https://github.com/scikit-hep/awkward-1.0/search?q=_ipython_key_completions_ I would...

Another issue related to this: if you do close the JupyterLab window, either with control-W or closing the window, some JupyterLab processes don't get killed. 1. Before launching any JupyterLab...

This is on Ubuntu 22.04... actually Pop_OS 22.04 (but I don't think there's much difference). ```bash % uname -a Linux hilbert-space 5.17.5-76051705-generic #202204271406~1651504840~22.04~63e51bd SMP PREEMPT Mon May 2 15: x86_64...

Rather than starting a new issue, I tried to find an issue that most closely matched what I'm trying to do. I'm either using the CLI incorrectly or encountering a...

> > running it in jupyter lite serve is a prerequisite. > > oh goodness, no! i didn't even want to put the `serve` thing in there, but the default...

Okay, I drafted the text that would have helped me, but I won't open it as a PR if you're not interested. https://github.com/jupyterlite/jupyterlite/compare/main...jpivarski:jpivarski/added-complete-example-documentation Anyway, thanks for JupyterLite! It's awesome; I'll...

I'm watching this issue, too, because it's the one capability that's necessary to make jupyterlab_app useful. (What's Python without packages?) As I understand the current status, * running `pip install...

The mean gcc size is 7.5% smaller, though the per-program variation is large enough that 27% smaller and 12% bigger are within one standard deviation in each direction. I'd call...

This is what I was looking for when I came here. I'm trying to find a library that will take an ELF string with a single function defined in it...

I'm linking myself here, to follow this: @jpivarski.