Code smarter. Write faster.
Muije is a notebook that fuses a professional code editor with the clarity of a great writing tool — lightweight and native, running right on your machine, not in a browser tab.
Download for macOSMuije is a notebook that fuses a professional code editor with the clarity of a great writing tool — lightweight and native, running right on your machine, not in a browser tab.
Download for macOSEvery code cell has a real language server behind it — completions, go-to-definition, inline diagnostics. Every markdown cell is a rich text canvas with formatting shortcuts, callouts, and collapsible sections.
import pandas as pdimport matplotlib.pyplot as pltbirds = pd.read_csv('birds.csv')birds['MaxBodyMass'].plot()plt.show()Syntax highlighting, LSP-powered completions, and inline diagnostics. Editing code in a cell should feel as good as editing it in VS Code — so it does.
Markdown cells feel like a real writing tool. Slash commands, clean typography, callouts, and a reading view that's actually pleasant to read.
Switch kernels, pick a conda or venv environment, and inspect running processes — all from inside the notebook, without touching a terminal.
A fast command palette and fully remappable shortcuts keep your hands on the keyboard.
Render interactive outputs — sliders, dropdowns, plots — directly in the notebook. Powered by the standard ipywidgets protocol.
Built on Jupyter, so any kernel feels native in the same notebook.
Muije runs entirely on your machine — quick to launch, light to run, and ready for any language you throw at it.
No more switching windows, hunting for the right command, or keeping a terminal open on the side. The tools you reach for are right where the work is.
pip install, conda activate, deactivate — all outside the notebook, easy to lose track of which env is actually running.
Pick a kernel or environment inline. See exactly what’s running. No terminal required.
Interrupt your flow to run pip, then restart the kernel and hope nothing breaks.
A built-in package manager handles installs inline, and you still get a full terminal right in the notebook whenever you need one.
No formatting shortcuts, no visual hierarchy. Raw markdown syntax and nothing else.
Formatting as you type, slash commands, and callout blocks with a clean reading view.
Basic coloring, no autocomplete, no inline errors. Typos surface only when you run the cell.
Completions, go-to-definition, and inline error highlighting — full IDE tooling, per cell.
Competes for memory with every other open tab. One crash can mean unsaved work.
Under 20 MB installer, low idle memory. Your files always saved to disk — not a browser session.
Free download. No account. Runs on your machine.