Skip to content

Commit

Permalink
Update demo presentation notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Oct 26, 2023
1 parent d02d8a5 commit 1da15db
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions notebooks/demo_run.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,39 +47,6 @@
"dj.Diagram(subject.Subject) + dj.Diagram(session.Session) + dj.Diagram(probe) + dj.Diagram(ephys)"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"### Insert an entry in a manual table by calling the `insert()` method\n",
"\n",
"```python\n",
"subject.Subject.insert1(\n",
" dict(subject='subject1',\n",
" subject_birth_date='2023-01-01',\n",
" sex='U',\n",
" )\n",
")\n",
"```"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"### Automatically process data with the `populate()` method\n",
"\n",
"+ Once data is inserted into manual tables, the `populate()` function automatically runs the ingestion and processing routines. \n",
"\n",
"+ For example, to run Kilosort processing in the `Clustering` table:\n",
"\n",
" ```python\n",
" ephys.Clustering.populate()\n",
" ```"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down

0 comments on commit 1da15db

Please sign in to comment.