Files
pyscript/core/tests/javascript/pyodide-cache/index.py
2024-10-07 13:23:05 +02:00

7 lines
121 B
Python

import numpy
import matplotlib
# just do something with the packages
print(len(dir(numpy)))
print(len(dir(matplotlib)))