IPython Operations

From NovaOrdis Knowledge Base
Revision as of 20:21, 20 May 2024 by Ovidiu (talk | contribs) (→‎help())
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Commands

%run

%run some_file.py

%timeit

Times the operation:

%timeit a2 = a * 2

1.88 ms ± 43.3 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)

help()

help(np.array)