Open bpdanskin opened 1 day ago
Also, this errors with wrong argument name:
site_utils.set_default_config(datastack=CAVEclient('minnie65_public'))
the following works and updates both datastack_name and datastack
site_utils.set_default_config(datastack_name='minnie65_public')
On documentation page: https://caveconnectome.github.io/nglui/usage/config/
should be
same for all uses of
site_config
on the page. Code otherwise works as intendedEdit to add: nglui version 3.6.2