Henry

Results 4 comments of Henry

I found a workaround, you can create an assembly of the almond-spark launcher with coursier: ```shell cs bootstrap -i user -I user:sh.almond:scala-kernel-api_2.12.10:0.9.1 sh.almond:scala-kernel_2.12.10:0.9.1 -o /path/to/almond.jar --assembly --preamble=false ``` Then something...

I have an internal fork at work that is essentially doing this for a small matrix of Spark and Scala versions. It would be great if this was done upstream....

I use both, but sbt builds are still better supported by IntelliJ IDEA, and the toolchain is easier to bootstrap in a corporate environment with proxies and Maven mirrors. This...

@frap129 you need to add `127.0.0.1` to your `no_proxy` environment variable. As for the initial error with `x3.data.providers` I can confirm that the latest versions don't trigger it anymore when...