mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 10:47:35 -05:00
7 lines
121 B
Python
7 lines
121 B
Python
import numpy
|
|
import matplotlib
|
|
|
|
# just do something with the packages
|
|
print(len(dir(numpy)))
|
|
print(len(dir(matplotlib)))
|