@mathplorer/notebook
v0.3.0
Published
Shared notebook model, math logic, and React UI for Mathplorer.
Readme
@mathplorer/notebook
Shared notebook types, math logic, sample content, serialization helpers, and React components for Mathplorer apps.
Install
npm install @mathplorer/notebookUsage
Server-safe core utilities:
import { createNotebook, createBlock, parseWorkspaceJson } from '@mathplorer/notebook'React notebook UI:
import { Notebook } from '@mathplorer/notebook/react'
import '@mathplorer/notebook/styles.css'The package is storage-agnostic. Desktop, browser, and server apps own their persistence layer.
