Athas adds .ipynb support with .Rmd previews and R syntax highlighting
Athas added direct .ipynb support, markdown previews for .Rmd, and syntax highlighting for .Rmd, .ipy, and .R. The release makes notebook and R-heavy workflows first-class inside the editor instead of requiring separate viewers.

TL;DR
- Athas shipped notebook support in v0.8.0, and athasdev's launch post says the editor can now open
.ipynbfiles directly. - The same update adds
.Rmdmarkdown previews, which athasdev's launch post framed alongside new syntax highlighting for.Rmd,.ipy, and.R. - The linked Athas v0.8.0 release expands that headline into a broader notebook surface, including code-cell editing, drag reordering, and persisted outputs for R Markdown chunks.
- According to the project README, Athas is a Tauri-based cross-platform editor with AI agents, Git integration, LSP support, and Vim keybindings, so notebooks are landing inside a code editor that was already aiming well beyond plain text.
You can watch the notebook demo in athasdev's post, skim the full v0.8.0 changelog, and the release notes also tuck in smaller clues like an experimental label for the web viewer and standardized markdown rendering utilities.
Notebook files
Athas made the core change explicit: .ipynb is now a first-class file type in the editor.
The release notes describe more than file opening:
- direct
.ipynbopening - a notebook editor surface
- code-cell editing
- cell selection controls
- drag reordering via dnd-kit
- notebook execution improvements
That is a meaningful step up from "viewer" support. The changelog reads like Athas built an actual notebook UI, not just a file preview, in Athas v0.8.0.
R Markdown previews
The other half of the release is about R-heavy workflows, not just Jupyter.
Between the launch post and the release notes, the R-side additions break down cleanly:
.Rmdfiles can open with markdown previews, per athasdev's launch post- syntax highlighting now covers
.Rmd,.ipy, and.R, again per athasdev's launch post - the release notes mention "research language preview support" and persisted outputs for R Markdown chunks in the v0.8.0 changelog
That gives Athas a more interesting angle than generic notebook support. It is trying to cover the mixed code-plus-document formats that usually push people into separate tools.
Athas context
This landed in a project that was already positioning itself as a lightweight code editor with a lot of IDE behavior.
According to the project README, Athas is built with Tauri, Rust, and React, and already ships AI agents, Git integration, syntax highlighting, LSP support, an integrated terminal, a SQLite viewer, external editor support, and enterprise policy controls. Notebook support therefore extends an existing editor surface rather than starting a new product lane.
The same v0.8.0 release also labels the web viewer as experimental, which is a small but useful signal about where the rough edges still are.
Notebook requests
The most concrete roadmap hint showed up in replies, where the Athas account said notebook work is still early.
In that reply, athasdev said, "I didn't work much with notebooks so I need more feature requests on this area," and added the user's request to the next release list. That makes v0.8.0 look less like a finished notebook story and more like the first public cut of one.