UNPKG

jupystar

Version:

Converter from Jupyter notebook (ipynb) to Starboard notebook

6 lines (5 loc) 240 B
export interface JupystarOptions { convertLatexBlocks: boolean; } export declare const DEFAULT_JUPYSTAR_OPTIONS: JupystarOptions; export declare function getJupystarOptions(userOptions?: Partial<JupystarOptions>): JupystarOptions;