Skip to content

column mode reference#33

Merged
koaning merged 1 commit into
mainfrom
koaning/seville-v1
Jun 15, 2026
Merged

column mode reference#33
koaning merged 1 commit into
mainfrom
koaning/seville-v1

Conversation

@koaning

@koaning koaning commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

This should help. We've been getting some bad feedback on how agents handle columns recently.

Copilot AI review requested due to automatic review settings June 15, 2026 12:52
@koaning koaning merged commit 06770e7 into main Jun 15, 2026
@koaning koaning deleted the koaning/seville-v1 branch June 15, 2026 12:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a “column mode” reference to improve guidance for marimo notebooks that use width="columns", addressing recent confusion/feedback about multi-column layouts.

Changes:

  • Add a new references/COLUMNS.md document with an example of a two-column marimo notebook.
  • Link the new columns reference from the main SKILL.md “Additional resources” section.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
skills/marimo-notebook/SKILL.md Adds a new “Additional resources” link intended to point readers to the columns reference.
skills/marimo-notebook/references/COLUMNS.md Introduces a new reference doc explaining and demonstrating marimo column mode.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


## Additional resources

- For marimo notebooks that run in width=columns [SQL.md](references/COLUMNS.md)
Comment on lines +31 to +35
@app.cell
def _(mo):
# This cell is in column 1 as well
mo.ui.slider(1, 10, 1)
return
@app.cell(column=0, hide_code=True)
def _(mo):
mo.md(r"""
## Column 1: Cool stuff
@app.cell(column=1, hide_code=True)
def _(mo):
mo.md(r"""
## Column 2: Boilerplate

@app.cell
def _():
# This cell is in column 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants