
Try it yourself
Reproduce the figure above on a public EEG dataset:Defaults
| Coloring | time (auto-set) |
| Side charts panel | hidden |
| Bottom data table | hidden |
| Theme | light |
| Projection | UMAP |
show_charts=True and / or show_table=True to re-enable the panels.
Standalone server (no Jupyter)
ne.explore() — light theme, panels hidden, time coloring already applied. Opens in your default browser. Blocks until Ctrl-C.
With filenames
Tag points with their source recording:Sliding-window vs non-overlapping
For dense temporal visualizations, passstride_seconds to ne.preprocess. Smaller strides give many more points per recording, revealing smooth trajectories.
Projection methods
Standalone server
For very large datasets, save to parquet and serve via theembedding-atlas CLI: