Skip to content

Commit 1da15db

Browse files
committed
Update demo presentation notebook
1 parent d02d8a5 commit 1da15db

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

notebooks/demo_run.ipynb

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -47,39 +47,6 @@
4747
"dj.Diagram(subject.Subject) + dj.Diagram(session.Session) + dj.Diagram(probe) + dj.Diagram(ephys)"
4848
]
4949
},
50-
{
51-
"attachments": {},
52-
"cell_type": "markdown",
53-
"metadata": {},
54-
"source": [
55-
"### Insert an entry in a manual table by calling the `insert()` method\n",
56-
"\n",
57-
"```python\n",
58-
"subject.Subject.insert1(\n",
59-
" dict(subject='subject1',\n",
60-
" subject_birth_date='2023-01-01',\n",
61-
" sex='U',\n",
62-
" )\n",
63-
")\n",
64-
"```"
65-
]
66-
},
67-
{
68-
"attachments": {},
69-
"cell_type": "markdown",
70-
"metadata": {},
71-
"source": [
72-
"### Automatically process data with the `populate()` method\n",
73-
"\n",
74-
"+ Once data is inserted into manual tables, the `populate()` function automatically runs the ingestion and processing routines. \n",
75-
"\n",
76-
"+ For example, to run Kilosort processing in the `Clustering` table:\n",
77-
"\n",
78-
" ```python\n",
79-
" ephys.Clustering.populate()\n",
80-
" ```"
81-
]
82-
},
8350
{
8451
"attachments": {},
8552
"cell_type": "markdown",

0 commit comments

Comments
 (0)