Skip to content

FIX: render Plotly again on notebook pages#38

Merged
redeboer merged 42 commits into
mainfrom
FIX/plotly
May 11, 2026
Merged

FIX: render Plotly again on notebook pages#38
redeboer merged 42 commits into
mainfrom
FIX/plotly

Conversation

@redeboer
Copy link
Copy Markdown
Member

@redeboer redeboer commented Apr 14, 2026

  • Downgrading Plotly to v5
  • Closes Ploly plots not shown on website #36, see TR-006, TR-023, TR-025, TR-026, and TR-027
  • Remove from __future__ import annotations from notebooks
  • Replace %config InlineBackend.figure_formats with set_matplotlib_formats() call
  • Use rasterized=True instead of PNG figure format
  • Test notebooks on GitHub Actions when they or their dependencies are modified
  • Use cmap="coolwarm" instead of cmap=plt.cm.coolwarm
  • Make all notebooks runnable again by addressing dependency issues (apart from TR-011)

@redeboer redeboer self-assigned this Apr 14, 2026
@redeboer redeboer added the 🐛 Bug Something isn't working label Apr 14, 2026
@redeboer redeboer added the ⬆️ Lock This PR upgrades the lock files label May 6, 2026
@redeboer redeboer marked this pull request as ready for review May 11, 2026 14:58
@redeboer redeboer merged commit e999379 into main May 11, 2026
28 checks passed
@redeboer redeboer deleted the FIX/plotly branch May 11, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 Bug Something isn't working ⬆️ Lock This PR upgrades the lock files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ploly plots not shown on website

2 participants