Skip to content

Commit 53ae716

Browse files
committed
tidy sysinfo tabulation
1 parent bb15722 commit 53ae716

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

apps/sysinfo/sysinfo.ipynb

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -716,19 +716,7 @@
716716
"execution_count": 6,
717717
"metadata": {},
718718
"outputs": [],
719-
"source": [
720-
"# # just to show which way around we want it:\n",
721-
"\n",
722-
"# example = [['128GB', '24'],\n",
723-
"# ['256GB', '128'],\n",
724-
"# ['64GB', '6']\n",
725-
"# ]\n",
726-
"\n",
727-
"# index = ['medium sys', 'large sys', 'small sys']\n",
728-
"# cols = ['memory', 'num nodes']\n",
729-
"# df = pd.DataFrame(example, index=index, columns=cols, dtype=str)\n",
730-
"# display(df)"
731-
]
719+
"source": []
732720
}
733721
],
734722
"metadata": {

0 commit comments

Comments
 (0)