bulk
bulk copied to clipboard
bokeh error does not render UMAP plot
Hi, thanks for developing this tool. Due to the following error, UMAP plots are not rendered. Not sure, but may be an easy fix.
Thanks again.
python -m bulk text ready.csv
About to serve `bulk` over at http://localhost:5006/.
ERROR:bokeh.core.validation.check:E-1001 (BAD_COLUMN_NAME): Glyph refers to nonexistent column name. This could either be due to a misspelling or typo, or due to an expected column being missing. : key "x" value "x", key "y" value "y" [renderer: GlyphRenderer(id='1049', ...)]
Could you share the first few rows of the ready.csv
file? Have you added x
and y
columns like in the readme?
Closing due to radio silence.