Yes, using nimpy (which nimporter builds on); IIRC, it has other nice features like being Python version agnostic (same Nim executable can import modules from py2.7, py3.4 and py3.7 for example without needing to recompile, though not at the same time).
But you might be better off with NimTorch and Arraymancer which though not yet complete, provide similar functionality and ergonomics at superior performance.