Skip to content

Commit

Permalink
fix tooling notebook again
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Apr 13, 2022
1 parent 394aa44 commit 2ca2d01
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions tools/gitcount.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,26 @@
"since"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"cd ../"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import versioneer "
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -116,9 +136,7 @@
},
"outputs": [],
"source": [
"import segregation\n",
"f = segregation.__version__\n",
" "
"versioneer.get_version()"
]
},
{
Expand Down Expand Up @@ -569,9 +587,9 @@
"hash": "d1440a0eb4154dbdaa59393b3cfb390a496e35222326bd14202809e730d3c461"
},
"kernelspec": {
"display_name": "Python [conda env:segregation]",
"display_name": "Python [conda env:geosnap]",
"language": "python",
"name": "conda-env-segregation-py"
"name": "conda-env-geosnap-py"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 2ca2d01

Please sign in to comment.