Miao
July 20, 2020, 3:28pm
1
Hi all,
We have trouble getting access to the IBL dataset.
ONE
After setting the environment, I was told:
Connected to https://test.alyx.internationalbrainlab.org as test_user
However, when I tried to load data using
dataset_types = ['clusters.templateWaveforms', 'clusters.probes', 'clusters.depths']
eid = 'cf264653-2deb-44cb-aa84-89b82507028a'
my_data = one.load(eid, dataset_types=dataset_types, dclass_output=True)
as suggested by https://docs.internationalbrainlab.org/en/latest/02_tutorial_python.html#search-method-find-session-eids
I got an Unauthorized error.
HTTPError: Unauthorized
Datajoint
We cannot get access to https://jupyterhub.internationalbrainlab.org/ nor get a PASSWORD to fill in here
dj.config['database.host'] = 'datajoint-public.internationalbrainlab.org'
dj.config['database.user'] = 'neuromatch'
dj.config['database.password'] = '{PASSWORD}'
Either way doesn’t work for us. Can someone help us out?
Many thanks,
Miao
3 Likes
Hello,
Here are the user name and password details:
User: neuromatch
Password: neuromatch.academy.class.2020
2 Likes
@Vlada_Segen Thank you for sharing the details
Miao
July 20, 2020, 5:53pm
5
Hi @Vlada_Segen Thank you for the information -Miao
rawan
July 20, 2020, 6:49pm
6
hey I keep getting this error:
Can’t connect to https://alyx.internationalbrainlab.org . IP addresses are filtered on IBL database servers. Are you connecting from an IBL participating institution ?
Miao
July 20, 2020, 7:21pm
7
Are you using ONE? We finally decided to download the data to local drive rather than from the server.
rawan
July 20, 2020, 7:24pm
8
Yeah, Ive also given up - I had to input “null” in “Param GLOBUS_CLIENT_ID,” but then couldnt figure out where the data set was within all the ibl data libraries. So I’ve downloaded the file - my poor computer.
Miao
July 20, 2020, 7:26pm
9
You can try with below info:
one = ONE(username='test_user', password='TapetesBloc18', base_url='https://test.alyx.internationalbrainlab.org')
1 Like