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

Commit 9c8761e

Browse files
committed
Revise Allen notebook 5
1 parent 5e8deff commit 9c8761e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

notebooks/2022-allen-institute-workshop.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,9 @@
630630
"id": "637b9ec1",
631631
"metadata": {},
632632
"source": [
633-
"Run Suite2p for the new parameter set and save the results to the respective tables."
633+
"If you have write access to the data, you can then run Suite2p for the new parameter set and save the results to the respective tables.\n",
634+
"\n",
635+
"**Note:** CodeBook does not yet support write access for shared datasets. To see Suite2p triggering in action, contact [email protected] to find out how to upload your own data."
634636
]
635637
},
636638
{

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,9 @@
317317

318318
imaging.ProcessingTask()
319319

320-
# Run Suite2p for the new parameter set and save the results to the respective tables.
320+
# If you have write access to the data, you can then run Suite2p for the new parameter set and save the results to the respective tables.
321+
#
322+
# **Note:** CodeBook does not yet support write access for shared datasets. To see Suite2p triggering in action, contact [email protected] to find out how to upload your own data.
321323

322324
# +
323325
populate_settings = dict(display_progress=True)

0 commit comments

Comments
 (0)