True .ipynb
Open, edit, and save Jupyter notebooks without conversion. Keeps cell outputs and markdown intact.
Kalonji is a lightweight desktop notebook for Python. No browser, no server, no friction. Open .ipynb, pick your conda env, and run — with persistent sessions, inline plots, and markdown that just works.
Enter your details to get the installer. You’ll be redirected to the releases page instantly.
# pick your env in the sidebar → Start kernel
import numpy as np, matplotlib.pyplot as plt
x = np.linspace(0, 4*np.pi, 200)
plt.plot(x, np.sin(x)); plt.show()df.head() # tables render as HTMLKalonji strips the notebook down to its essence — fast startup, familiar shortcuts, and full control over your environment.
Open, edit, and save Jupyter notebooks without conversion. Keeps cell outputs and markdown intact.
Your kernel stays alive between runs. Variables, imports, and plots persist until you restart.
Pick any Python interpreter from the sidebar — system, conda env, or virtualenv. No PATH hacks.
Download Kalonji, select your interpreter, and hit Start kernel. That’s it.
Get Kalonji — free →