Maximilian Roos
Maximilian Roos
IIUC, the current `df.prql.query` is based on duckdb (https://github.com/PRQL/pyprql/blob/393bc65690fc4e31d863708e1564a68225c7624d/pyprql/pandas_accessor/prql.py#L30). The accessor offers a method on a DataFrame, which is often more convenient than running `duckdb.sql(prql.compile...`, even if it's a similar...
Yes, unfortunately I think this will be in typescript. And I'm also not sure how the typescript file is linked to (does it rely on other code in `jupyterlab-lsp`??)...
I think this would be great to do, I may give this a swing soon. Unfortunately it involve JS, my great weakness... Another reference: https://twitter.com/Mbussonn/status/636626829269442562 from @Carreau, suggests it should...
OK, this is a bigger project than I imagined. Here's the thread for Stan: https://github.com/jupyterlab/jupyterlab/issues/5504. So it's possible, but not easy, and hardly documented. (and that's for jupyterlab, it's not...
The Lezer grammar is coming along (thanks to @vanillajonathan ) — including packaging & tests. So I'll take another look at doing this, despite my very poor JS. (unless anyone...
No prob @eitsupi , thanks for doing the release. We can align versions again as we release more in the main repo (dev slowed down for a bit but is...
Yes, looks interesting. I'm not sure whether it's sufficiently mature or not — I notice it's new and has unfinished sentences on the Readme :) (all tools start somewhere!). The...
Thank you @edublancas !
Cool! Is there any way of seeing how it looks? Do we necessarily lose the notebook?
I rather like poetry! But I don't have a strong preference if you do. What's the alternative? (I don't think that plain pip is fun, because it can't generate a...