Skip to content

Fix plotly plots

Hugo Kerstens requested to merge fix-plotly into master

Plotly was broken because the HTML output was interpreted incorrectly.

This MR:

  • Installs all the dependencies from requirements.txt for GitLab CI.
  • Forces HTML output for cells with HTML data.

Fixes #61 (closed)

Merge request reports