-
The Overview describes the purpose of `anyref` to be to support the sort of uniform representation typically used by polymorphically or dynamically typed GC languages. However, we have seen that these…
-
https://mp.weixin.qq.com/s/UlLLlh6Cz2nxVGAhZ5j9yQ
ixxmu updated
2 years ago
-
Currently, we have a very poor [example](https://github.com/JetBrains/KotlinDL/tree/master/examples/src/main/kotlin/examples/visualisation) of feature map visualization in the _examples_ module for Le…
-
Playing around with the mtcars dataset, un-faceted plots are displayed correctly in jupyter via the kotlin-jupyter kernel:
![2020-07-04-153159_745x489_scrot](https://user-images.githubusercontent.com…
-
When trying to render a simple plot in a kotlin application
```
var p: Plot = lets_plot(data)
p += geom_density(color = "dark_green", alpha = .3) { x = "rating"; fill = "cond" }
…
-
Hey! Could you please release one dependency to use with pure JVM applications? Like `org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-standalone`?
I'm parsing huge log files locally with Kotlin and…
-
### Issue Report Checklist
* [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports
* [x] Read the relevant sections of the [Spyder Troubl…
-
Curiously the webview is blank it is the same in my application. If I connect to http://localhost:7777/Static or /Dynamic with a webbrowser it works perfectly and it even react to the scale slider in …
-
I am trying to use Spyder 4.2.5 with a parallel installation of Python 3.8 and 3.6. Conda is set to be added to the system path. This did work before, and I need python on my system path!
1. I use …
-
I'm trying to use github's built in ipynb capabilities to show a notebook with `lets-plot`
Unfortunately, the interactive plots that `let-plot` generates won't show up and instead you'd need to use…