First public release. Available on PyPI: https://pypi.org/project/reflex-jupyter-renderer-react/0.1.0/
pip install reflex-jupyter-renderer-react
Added
JupyterNotebookViewerReflex component wrapping@iomete/jupyter-renderer-react.- Full prop coverage:
notebook,theme,show_cell_numbers,show_outputs,collapsible,copyable,class_names,styles,fetch_options. - Event handlers:
on_file_load,on_file_error,on_error. - Convenience constructors:
JupyterNotebookViewer.from_url,.from_json. - Dependency-free notebook builders (
Notebook,CodeCell,MarkdownCell,RawCell, output helpers) andload_notebook/notebook_from_url. - Demo Reflex app under
jupyter_renderer_react_demo/covering every feature. - Spec-Driven Design artifacts under
specs/and a test suite undertests/.