views - AntonioST/NeuroCarto GitHub Wiki
View Components
Custom view components can be enabled by commandline via --view or put it into user config.
User configuration
The application read file ~/.config/neurocarto/neurocarto.config.json (linux), AppData\\neurocarto\\neurocarto.config.json (windows)
or ~/.neurocarto/neurocarto.config.json.
If --debug enable, use .neurocarto.config.json at current working directory.
The config json file be looked like
{
"CartoApp": {
"theme": null,
"views": []
}
}
You can put custom components in CartoApp::views.
Builtin Components
Common Components
Neuropixels specific Components
Experimental Components
Customize Components