x-ocaml: make Interactive cells editable
Interactive mode was incorrectly set to read-only, preventing users
from typing in code cells. Interactive cells should be editable with
ephemeral changes (lost on refresh), unlike Exercise cells which
persist edits to localStorage.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>