How it works
- Code executes in your browser using the numpy-ts browser bundle loaded from CDN
- The
npobject is pre-loaded with all numpy-ts functions - Use
console.log()to print output, or return a value from the last expression
Write and run numpy-ts code directly in your browser.
np object is pre-loaded with all numpy-ts functionsconsole.log() to print output, or return a value from the last expression