cteplovs141 downloadsRenders .ipynb Jupyter notebook files with syntax-highlighted code cells, formatted markdown, and inline outputs.
Renders .ipynb (Jupyter notebook) files natively inside Obsidian — markdown cells as prose, code cells with syntax highlighting and execution-count badges, and outputs (text, tables, errors) inline.
[N] execution-count badgesstdout/stderr) displayed as monospace textSearch for "Jupyter Notebook Viewer" in Settings → Community plugins → Browse.
main.js, manifest.json, and styles.css from the latest release.<your-vault>/.obsidian/plugins/jupyter-viewer/.Click any .ipynb file in the Obsidian file explorer. It opens in the notebook viewer automatically.
To switch back to raw JSON (e.g., for copying cell contents), right-click the file and choose Open with → Default editor.
| Output type | Rendered as |
|---|---|
stream (stdout) |
Monospace preformatted text |
stream (stderr) |
Monospace text in error color |
execute_result / display_data with text/html |
Scrollable HTML table |
execute_result / display_data with text/plain |
Monospace preformatted text |
error |
Exception header + cleaned traceback |
image/png |
Inline image (base64) |
MIT — see LICENSE.