Skip to content

Instantly share code, notes, and snippets.

@altavir
Last active July 16, 2020 08:08
Show Gist options
  • Save altavir/539d1a8fe7d3ad968048ed09ea6f6a69 to your computer and use it in GitHub Desktop.
Save altavir/539d1a8fe7d3ad968048ed09ea6f6a69 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"imports": [
"scientifik.plotly.*",
"scientifik.plotly.models.*",
"hep.dataforge.meta.*"
],
"repositories": [
"https://dl.bintray.com/mipt-npm/dataforge",
"https://dl.bintray.com/mipt-npm/scientifik",
"https://dl.bintray.com/mipt-npm/dev"
],
"renderers": {
"scientifik.plotly.Plot2D": "HTML($it.toHTML(config = PlotlyConfig{responsive = true}), true)"
},
"link": "https://github.com/mipt-npm/plotly.kt",
"properties": {
"v": "0.2.0-dev-7"
},
"dependencies": [
"scientifik:plotlykt-server:$v"
]
}
@altavir
Copy link
Author

altavir commented Jul 14, 2020

plotly.json should be put into ~/.jupyter_kotlin/libraries/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment