Getting Started#

Installation#

pip install multiplied
uv add multiplied
pip install multiplied@git+https://github.com/KMnO4-158/multiplied.git

Verify#

import multiplied as mp
print(mp.__version__)

Tutorials#

Multiplied Quickstart

A brief introduction to Multiplied.

guide/quickstart.html
Multiplied User Guide

A collection of tutorials covering all aspects of Multiplied.

guide.html
Pandas API

A Python library for data manipulation and analysis.

https://pandas.pydata.org/docs/
Matplotlib API

A Python library for creating static, animated, and interactive visualizations in Python.

https://matplotlib.org/stable/index.html