# Kalika Jupyter Kernel

Jupyter kernel for running Kalika CAS computations directly from notebooks while
preserving Kalika derivation chains and verification metadata in rich output
bundles.

Install the kernel into the active Jupyter environment:

```bash
kalika-jupyter-kernel install --user
```

Then create a notebook with the `Kalika` kernel and run cells such as:

```text
simplify 2 + 2
diff x^3 + x, x
integrate(sin(x)^2, x)
solve 2*x + 4 = 10, x
eval x^2 + y, x=2, y=3
```

Cells may contain multiple non-empty statements; the kernel returns the final
plain-text result plus an `application/vnd.kalika.result+json` payload with raw
SDK data, derivation steps, and verification status for notebook extensions.
