restlessronin
restlessronin
thank you @bmitchinson. it worked for me. we've been using the official images for dev for a while. I don't normally look at the production images, so i'm not entirely...
> > My only hard requirement is that you figure out how to test your PR's locally. You got one freebie PR merge, but from here on I need you...
@nedtwigg since it appears that many of the plugins are not working for new users, perhaps it would be best to start the readme with the parts that are still...
This is an unrelated issue, but the javadoc URL's are broken. I get an error page with the message 'Internal server error. I will take a look and hopefully fix...
I added ``` evaluationDependsOn(':foo') ``` immediately after the `plugins` block, and it fixed that problem. Seems hacky though.
Ok. Next time I get a chance to work on the project, I'll address this and the other issues.
I am on a mac m1. I am trying to install using ``` conda install -c beakerx beakerx_all ``` I'm getting the error: ``` PackagesNotFoundError: The following packages are not...
Thanks for your response @ileasile I looked at the page you referenced, and there do seem to be a few JVM options ([Vegas](https://github.com/aishfenton/Vegas), [Smile](https://haifengl.github.io/), [Hanami](https://github.com/jsa-aerial/hanami), [Vizard](https://github.com/yieldbot/vizard), [Oz](https://github.com/metasoarous/oz)), including Java, Scala...
@ileasile thank you! this is what i needed. I had actually found the document on integrations, so it was adequately visible. Somehow i failed to make the connection with what...
With a little trial and error, I got `vega-lite` (via `vega-embed`) to work in a kotlin jupyter kernel. For other users that might be interested, here is a notebook link...