Skip to content

Commit

Permalink
Add git version check to check_setup.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
frfeng committed Nov 21, 2023
1 parent 37c5df1 commit 1ab3c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified files/un-report.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion files/un-report/check_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"print(f\"Python: {sys.version}\")\n",
"print(f\"numpy: {numpy.__version__}\")\n",
"print(f\"pandas: {pandas.__version__}\")\n",
"print(f\"seaborn: {seaborn.__version__}\")"
"print(f\"seaborn: {seaborn.__version__}\")\n",
"!git --version"
]
},
{
Expand Down

0 comments on commit 1ab3c48

Please sign in to comment.