ibrahimcesar/velociplot

Jupyter notebook integration

Open

#18 geöffnet am 29. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
help wantedpriority: lowtype: feature

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Enable velociplot to display plots directly in Jupyter notebooks (via Python bindings or evcxr).

Features

  • Inline plot display
  • Interactive plots in notebooks
  • Integration with evcxr (Rust kernel)
  • Integration with Python kernel

Tasks

  • Research Jupyter display protocols
  • Implement display trait for notebooks
  • Test with evcxr
  • Test with Python kernel (after PyO3 bindings)
  • Create example notebooks

Acceptance Criteria

  • Plots render inline in Jupyter
  • Works with both Rust and Python kernels
  • Interactive features available

Contributor Guide