You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"[2026-01-23 21:27:42,256][INFO]: DataJoint 2.1.0a7 connected to postgres@127.0.0.1:5432\n"
40
-
]
41
-
}
42
-
],
43
-
"source": [
44
-
"import datajoint as dj\n",
45
-
"import numpy as np\n",
46
-
"\n",
47
-
"schema = dj.Schema('tutorial_oas')"
48
-
]
34
+
"outputs": [],
35
+
"source": "import datajoint as dj\nimport numpy as np\n\nschema = dj.Schema('tutorial_oas')\n\n# Clean slate: drop existing schema if re-running\nschema.drop(prompt=False)\nschema = dj.Schema('tutorial_oas')"
0 commit comments