Skip to content

Releases: ecrespo/reflex-jupyter-renderer-react

v0.1.0 — first PyPI release

Choose a tag to compare

@ecrespo ecrespo released this 19 Jun 00:42

First public release. Available on PyPI: https://pypi.org/project/reflex-jupyter-renderer-react/0.1.0/

pip install reflex-jupyter-renderer-react

Added

  • JupyterNotebookViewer Reflex 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) and load_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 under tests/.