-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
I've followed the Quick Start section and it rendered plots when I specified a web hosted quadfeather directory. The page is blank when I specify a local directory. Any help would be appreciated.
python3 -V
Python 3.10.0
git clone https://github.com/nomic-ai/deepscatter
cd deepscatter
quadfeather-test-data 1_000_000
quadfeather --files tmp.csv --tile_size 50_000 --destination tiles
update index-simplest-way-to-start.html
, L15
import { Scatterplot } from './src/deepscatter';
index-simplest-way-to-start.html, L18
source_url: "https://benschmidt.org/arxiv", // works
source_url: 'https://bmschmidt.github.io/vietnam_war/', // works
source_url: '/tiles', // does not render anything
source_url: 'tiles', // does not render anything
source_url: './tiles', // does not render anything
source_url: 'file:///Full/path/to/deepscatter/tiles', // does not render anything
source_url: '/Full/path/to/deepscatter/tiles', // does not render anything
Metadata
Metadata
Assignees
Labels
No labels