Skip to content

Commit 721e132

Browse files
committed
fix notebook
1 parent 8a5230a commit 721e132

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

generate.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@
1818
"outputs": [],
1919
"source": [
2020
"# replace the project_id and gitlab_url with yours\n",
21-
"generate.generate_release_notes(14117, gitlab_url='https://gitlab.in2p3.fr/')"
21+
"config = dict(\n",
22+
" url = 'https://gitlab.in2p3.fr/',\n",
23+
" private_token = ''\n",
24+
")\n",
25+
"\n",
26+
"generate.generate_release_notes(14117, **config)"
2227
]
2328
},
2429
{
2530
"cell_type": "code",
2631
"execution_count": null,
27-
"id": "c8a8896d-5401-4a64-b007-093cd11c5d2e",
32+
"id": "5589fc57-dfb4-4b1c-bfdb-cb838ee88937",
2833
"metadata": {},
2934
"outputs": [],
3035
"source": []

0 commit comments

Comments
 (0)