Code & Markup.ipynb
IPYNB (Jupyter) viewer
About IPYNB (Jupyter)
Jupyter Notebook (JSON with cells).
IPYNB is JSON with a list of cells — code, markdown, and outputs. We render code with syntax highlighting, markdown with our editorial typography, outputs (text, images, HTML) inline, and math with KaTeX.
FAQ
- What is a IPYNB (Jupyter) file?
- IPYNB is JSON with a list of cells — code, markdown, and outputs. We render code with syntax highlighting, markdown with our editorial typography, outputs (text, images, HTML) inline, and math with KaTeX.
- Is my file uploaded?
- No. Files are opened entirely in your browser using local JavaScript and WebAssembly. Nothing is sent to a server.
- Does it work on mobile?
- Yes. The viewer is mobile-first and works on phones, tablets, and desktops.
More Code & Markup
- .txtPlain TextPlain text — the universal format.Open
- .logLogPlain text logs (often huge, needs virtualization).Open
- .mdMarkdownMarkdown — lightweight markup.Open
- .htmlHTMLWeb pages — render in sandboxed iframe.Open
- .rmdR MarkdownR Markdown with code chunks.Open
- .texLaTeXLaTeX source with math rendering.Open
- .bibBibTeXBibTeX bibliography database.Open
- .adocAsciiDocAsciiDoc structured text.Open