Skip to content

Commit 3c3aed7

Browse files
committed
add tag argument
1 parent 176d3ed commit 3c3aed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/notebooks/Mapping_Molecules.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4222,7 +4222,7 @@
42224222
"outputs": [],
42234223
"source": [
42244224
"bmim_bf4 = DataHub(\n",
4225-
" url=\"https://github.com/zincware/DataHub/tree/main/Bmim_BF4\"\n",
4225+
" url=\"https://github.com/zincware/DataHub/tree/main/Bmim_BF4\", tag=\"v0.1.0\"\n",
42264226
")\n",
42274227
"bmim_bf4.get_file()\n",
42284228
"bmim_file = bmim_bf4.file_raw"
@@ -5171,4 +5171,4 @@
51715171
},
51725172
"nbformat": 4,
51735173
"nbformat_minor": 5
5174-
}
5174+
}

0 commit comments

Comments
 (0)