-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This works, and requires changes in development mode to curvenote.
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:
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
Labels
No labels