In let's-plot python package there are three options:
- load JS dynamically once (works in Jupyter, Kaggle, PyCharm)
- Embed lets-plot JS into the notebook once (works in Jupyter in offline mode)
- Output static HTML containing a script tag to load the library and plot data in each output cell (works in Datalore, Google colab)
I'm planning to do the same thing in the Kotlin variant.