Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit e054992

Browse files
committed
Revise Allen notebook 3
1 parent eabdae5 commit e054992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/2022-allen-institute-workshop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"outputs": [],
6565
"source": [
66-
"username_as_prefix = dj.config[\"database.user\"] + \"_\"\n",
66+
"username_as_prefix = dj.config[\"database.user\"] + \"_ephys_\"\n",
6767
"dj.config['custom'] = {\n",
6868
" 'database.prefix': username_as_prefix,\n",
6969
" 'ephys_root_data_dir': [\n",

notebooks/py_scripts/2022-allen-institute-workshop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# Enter database credentials. A DataJoint workflow requires a connection to an existing relational database. The connection setup parameters are defined in the `dj.config` python dictionary.
3737

3838
# + tags=[]
39-
username_as_prefix = dj.config["database.user"] + "_"
39+
username_as_prefix = dj.config["database.user"] + "_ephys_"
4040
dj.config['custom'] = {
4141
'database.prefix': username_as_prefix,
4242
'ephys_root_data_dir': [

0 commit comments

Comments
 (0)