Skip to content

plotAPI prefs source_url with local quadfeather tiles dir #187

@rhodesch

Description

@rhodesch

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions