When Julius finishes running code for a prompt cell, a small stamp icon
appears in the cell header. Clicking it opens an interface that converts the
Julius output into individual notebook cells.These new cells contain the exact code Julius executed. Accepting the change
replaces the single prompt cell with the generated code cells so future runs are
fully reproducible.
Run a prompt cell with your instruction (e.g., “load Iris data and create
a plot”).
After execution, click the stamp icon in the cell header.
In the conversion view, review the proposed cells on the right. You’ll see
your workflow broken into multiple, executable cells.
Click Accept changes to apply. The original prompt cell is replaced with
the new code cells.
You can still add new prompt cells later to explore further, then convert
those results as needed. Mix and match prompt cells with code cells for a
flexible workflow.