Numpy

From NovaOrdis Knowledge Base
Revision as of 20:53, 7 October 2023 by Ovidiu (talk | contribs) (Created page with "=Internal= * Data Science =Installation= <syntaxhighlight lang='py'> pip3 install numpy </syntaxhighlight> =Examples= <syntaxhighlight lang='py'> im...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Installation

pip3 install numpy

Examples

import numpy
import matplotlib.pylab 
import matplotlib