Total: 1
\n", @@ -348,7 +780,7 @@ "text/plain": [ "*subject subject_nickna sex subject_birth_ subject_descri\n", "+----------+ +------------+ +-----+ +------------+ +------------+\n", - "subject5 U 2023-01-01 \n", + "subject5 subject5 U 2023-01-01 Example subjec\n", " (Total: 1)" ] }, @@ -361,14 +793,17 @@ "subject.Subject.insert1(\n", " dict(\n", " subject='subject5',\n", + " subject_nickname='subject5',\n", " subject_birth_date='2023-01-01',\n", - " sex='U'\n", + " sex='U',\n", + " subject_description='Example subject'\n", " )\n", ")\n", "subject.Subject()" ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -382,18 +817,17 @@ "metadata": {}, "outputs": [ { - "data": { - "text/plain": [ - "'-> subject.Subject\\nsession_datetime : datetime \\n'" - ] - }, - "execution_count": 7, - "metadata": {}, - "output_type": "execute_result" + "name": "stdout", + "output_type": "stream", + "text": [ + "-> subject.Subject\n", + "session_datetime : datetime \n", + "\n" + ] } ], "source": [ - "session.Session.describe()" + "print(session.Session.describe())" ] }, { @@ -458,9 +892,11 @@ " }\n", " .Table tr:nth-child(odd){\n", " background: #ffffff;\n", + " color: #000000;\n", " }\n", " .Table tr:nth-child(even){\n", " background: #f3f1ff;\n", + " color: #000000;\n", " }\n", " /* Tooltip container */\n", " .djtooltip {\n", @@ -504,7 +940,7 @@ " \n", " \n", "Total: 1
\n", @@ -513,7 +949,7 @@ "text/plain": [ "*subject *session_datet\n", "+----------+ +------------+\n", - "subject5 2023-03-20 21:\n", + "subject5 2023-06-30 03:\n", " (Total: 1)" ] }, @@ -547,18 +983,18 @@ "metadata": {}, "outputs": [ { - "data": { - "text/plain": [ - "'-> session.Session\\n---\\nsession_dir : varchar(256) # Path to the data directory for a session\\n'" - ] - }, - "execution_count": 10, - "metadata": {}, - "output_type": "execute_result" + "name": "stdout", + "output_type": "stream", + "text": [ + "-> session.Session\n", + "---\n", + "session_dir : varchar(256) # Path to the data directory for a session\n", + "\n" + ] } ], "source": [ - "session.SessionDirectory.describe()" + "print(session.SessionDirectory.describe())" ] }, { @@ -608,9 +1044,11 @@ " }\n", " .Table tr:nth-child(odd){\n", " background: #ffffff;\n", + " color: #000000;\n", " }\n", " .Table tr:nth-child(even){\n", " background: #f3f1ff;\n", + " color: #000000;\n", " }\n", " /* Tooltip container */\n", " .djtooltip {\n", @@ -657,7 +1095,7 @@ " Path to the data directory for a session\n", " \n", "Total: 1
\n", @@ -823,7 +1265,7 @@ "text/plain": [ "*probe probe_type probe_comment \n", "+-----------+ +------------+ +------------+\n", - "714000838 neuropixels 1. \n", + "714000838 neuropixels 1. Example probe \n", " (Total: 1)" ] }, @@ -835,7 +1277,8 @@ "source": [ "probe.Probe.insert1(\n", " dict(probe=\"714000838\", \n", - " probe_type=\"neuropixels 1.0 - 3B\")\n", + " probe_type=\"neuropixels 1.0 - 3B\",\n", + " probe_comment=\"Example probe\")\n", ") # this info could be achieve from neuropixels meta file.\n", "probe.Probe()" ] @@ -855,18 +1298,20 @@ "metadata": {}, "outputs": [ { - "data": { - "text/plain": [ - "'# Probe insertion implanted into an animal for a given session.\\n-> session.Session\\ninsertion_number : tinyint unsigned \\n---\\n-> probe.Probe\\n'" - ] - }, - "execution_count": 16, - "metadata": {}, - "output_type": "execute_result" + "name": "stdout", + "output_type": "stream", + "text": [ + "# Probe insertion implanted into an animal for a given session.\n", + "-> session.Session\n", + "insertion_number : tinyint unsigned \n", + "---\n", + "-> probe.Probe\n", + "\n" + ] } ], "source": [ - "ephys.ProbeInsertion.describe()" + "print(ephys.ProbeInsertion.describe())" ] }, { @@ -917,9 +1362,11 @@ " }\n", " .Table tr:nth-child(odd){\n", " background: #ffffff;\n", + " color: #000000;\n", " }\n", " .Table tr:nth-child(even){\n", " background: #f3f1ff;\n", + " color: #000000;\n", " }\n", " /* Tooltip container */\n", " .djtooltip {\n", @@ -969,7 +1416,7 @@ " unique identifier for this model of probe (e.g. serial number)\n", " \n", "