Skip to content

0.5.0 doesn't show Plot in Almond #37

Closed
@sbrunk

Description

@sbrunk

In the classic Jupyter notebook frontend, the output seems to be broken since 0.5.0.
I.e.

import $ivy.`org.plotly-scala::plotly-almond:0.5.0`

import plotly._
import plotly.element._
import plotly.layout._
import plotly.Almond._

val (x, y) = Seq(
  "Banana" -> 10,
  "Apple" -> 8,
  "Grapefruit" -> 5
).unzip

Bar(x, y).plot()

doesn't show the plot. When I switch to 0.4.2 (kernel restart required) it works fine again.
Tested with Almonf 0.1.11, Scala 2.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions