Skip to article frontmatterSkip to article content

What did we download?

We see that there are is a .whl file

!ls numpy*
numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl

What is it?

!file numpy*.whl
numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl: Zip archive data, at least v2.0 to extract, compression method=store

It’s a ZIP file! That means we can extract it, and look inside.