hal9 icon indicating copy to clipboard operation
hal9 copied to clipboard

Hal9 — Create and Share Generative Apps

Results 60 hal9 issues
Sort by recently updated
recently updated
newest added

I get this error `Error : '\H' is an unrecognized escape in character string starting ""E:\H"`

I found it easier to install with `pip3 install -e .` reusing my Python environment.

font family, font size, navbar height and navbar color should match the `hal9.com/notebooks`

However, we need to fix the height and not let it grow.

enhancement
notebooks
r
python

Hal9 publishing maybe requires API key.

enhancement
notebooks

See https://news.ycombinator.com/item?id=27340809

Similar to the export as CSV block, the community would appreciate a export as XML / RSS block. Can be simular to: https://github.com/hal9ai/hal9ai/blob/main/scripts/export/csv.txt.js please also consider this PR which ads...

good first issue

We deserialize cached data as follows: ``` const arqueroDeserialize = async (e) => { const aq = await arqueroRoot(); return aq.table(JSON.parse(e.replace(/undefined/g, 'null')).data); } ``` We need a mechanism to roundtrip...