We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pooch
1 parent 26cc216 commit d6b9749Copy full SHA for d6b9749
requirements.txt
@@ -4,3 +4,4 @@ scikit-image
4
ipython-sql
5
sqlalchemy
6
PyWavelets
7
+pooch
short_tutorials/blob-detection.ipynb
@@ -57,7 +57,7 @@
57
"source": [
58
"import datajoint as dj\n",
59
"\n",
60
- "schema = dj.Schema(db_prefix + 'blob_detection')"
+ "schema = dj.Schema('blob_detection')"
61
]
62
},
63
{
0 commit comments