Alexandre Archambault
Alexandre Archambault
Sorry for the quite late answer :| Just re-install it, but passing the `--force` option to almond (like `./almond --install --force`). That will override any previous almond (or kernel with...
I've been having that in mind for a few days too (and @jvican just alluded the subject to me via [this post](https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2019-release/)). From what I remember of https://github.com/lckr/jupyterlab-variableInspector, we should...
Yes, seems the `--merged` option, used [here](https://github.com/almond-sh/almond/blob/c682feed9eb47d8d61fffaf63927dbff4f946ff3/project/Mima.scala#L13), was added in git `2.7.2`. @dspautz Would switching to a more recent version of git be an option for you?
I can tell you a bit about those here: - the output of the `coursier bootstrap` command during install, `almond` say, is a small JAR containing the URLs (from [Maven...
I don't see what you mean by the "installer" though.
@captainsafia Seems the transfer issue dialog is buggy for me, the repo list I can transfer things to is empty most of the time. But I can always open another...
cc-ing @olafurpg
It seems the `org.apache.spark::spark-sql-kafka-0-10:2.4.3` dependency is missing. (I can't test much further down the line, but it provides `org.apache.spark.sql.kafka010.KafkaSourceProvider`, and spark finds it then).
@aishfenton I agree… Yet this poses a number of challenges. When running spark calculations from the kernel, it acts as the driver. Its classpath is the one of almond, plus...
Indeed, switching to the latest coursier should fix that.