Skip to content

Setup instructions #1

@rowanc1

Description

@rowanc1

This works, and requires changes in development mode to curvenote.

curvenote/curvenote#626

You will need to make the package available, e.g. using yalc:

npm run build
yalc publish

And then in curvenote: yalc add myst-ext-marimo

You will also need the theme:

https://github.com/executablebooks/myst-theme/blob/main/packages/site/src/components/renderers.ts#L15

import MarimoRenderers from 'myst-ext-marimo/react';

{
  ...MarimoRenderers,
}

And then run the docs with the local build of curvenote / myst in headless mode myst/curvenote start --headless and make sure the theme is running npm run theme:book in the myst-theme repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions