Alexander Kislukhin
Alexander Kislukhin
Can a cell have a unique, permanent ID for CSS targeting?
By "name the cell" you mean `... -> Name` - so that in the code in appears as `def tall_altair_plot(alt, df):` instead of `def _` ? But that doesn't give...
possible workaround https://stackoverflow.com/questions/74810124/how-to-run-an-ipython-cell-magic-from-a-script-magic but I really wish I could create notebook templates that pick up published scripts via `%load` without inventing something
> for the first screenshot which you pasted , you mean nbclient will not execute second cell ? (%load xxxx) yes - it shows as executed but nothing is loaded
> > ULIDs and UUIDs are represented in databases identically: as 128bit numbers both. > > If stored in binary, you can't manually query a ULID given its string. With...
I got this stuff showing up in pytests, in a package I'm building from scratch. Oddly, it first appeared on adding `from loguru import logger`. Here is a decent workaround,...
@marcelroed this is neat! `StringIO` works too, no need for decode. This gives you access to all the extra styling; you will often need `bbox_inches="tight"`: ``` savefig(fname, *, transparent=None, dpi='figure',...
Normally it takes ~100 ms to solve some ODEs and draw these plots. Then I leave the notebook alone and after a while marimo gets very very slow, 5-10 seconds...
Hi! I'm confused by different types of metadata. 1) there's key-value metadata of type BLOB that you can write via schema metadata (in python `pyarrow.table(data, metadata=...)`) and read similarly, or...
Illustration of app-mode SQL editor 