SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
150 stars 21 forks source link

Update PlotlyIntegration.kt #90

Closed jatinKumar-k closed 1 year ago

SPC-code commented 1 year ago

@jatinKumar-k, this change does not make any sense. Fragments are rendered inline on purpose. If you want to use isolated pages or use jupyter-classic/datalore, you should either use Plotly.page{} or run Plotly.jupyter.notebook() to switch integration into the legacy notebook mode. The latest option is poorly documented. I will fix that.

SPC-code commented 1 year ago

I've added a paragraph to the documentation.