-
Notifications
You must be signed in to change notification settings - Fork 0
views
Ta-Shun Su edited this page Apr 24, 2024
·
4 revisions
Custom view components can be enabled by commandline via --view
or put it into user config.
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
.
Common Components
Neuropixels specific Components
Experimental Components
Customize Components