Linux: `!cat /proc/cpuinfo` Windows: `!wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status` Mac: ??? Maybe find a python way to query that works for all of them?
Linux:
!cat /proc/cpuinfoWindows:
!wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, statusMac: ???
Maybe find a python way to query that works for all of them?