uDocumentViewer
Code & Markup.ipynb

IPYNB (Jupyter) viewer

ready
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