Hi, I wanted to ask that when using nimpy can I import a specific function by 
running the following code.

import nimpy

let np = pyImport("numpy")

from np import np.linalg inv

Reply via email to