Skip to content

Commit d94a5f6

Browse files
committed
09_git.ipynb: Put _repo_graph_savefile() in a separate cell
This would make it easier to split off all that is not git specific to a separate 10_checkpoint.ipynb notebook.
1 parent a66e80b commit d94a5f6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

09_git.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,8 +1160,16 @@
11601160
"\n",
11611161
"def _out_basename(graph_name, out_dir='datasets'):\n",
11621162
" return _savefile_name(graph_name, out_dir=out_dir, kind=None, file_format=None)\n",
1163-
"\n",
1164-
"\n",
1163+
"\n"
1164+
]
1165+
},
1166+
{
1167+
"cell_type": "code",
1168+
"execution_count": null,
1169+
"metadata": {},
1170+
"outputs": [],
1171+
"source": [
1172+
"#export\n",
11651173
"def _repo_graph_savefile(repo_path, out_dir='datasets'):\n",
11661174
" \"\"\"Create filename for storing adjacency list out of repository path\n",
11671175
"\n",

0 commit comments

Comments
 (0)