M Pacer

Results 54 comments of M Pacer

Also, apparently this kind of already exists within nbconvert, though it fails to perform properly: https://github.com/jupyter/nbconvert/issues/11

Aha, so here's where this seems to be discussed in terms of pandoc's interpretation of header labels (referred to as header identifiers pulling from the HTML idiom rather than the...

Ah… So based on a few StackOverflow answers(most notably [this one](https://stackoverflow.com/questions/40229953/spark-dataset-example-unable-to-generate-an-encoder-issue)) adding this line (`org.apache.spark.sql.catalyst.encoders.OuterScopes.addOuterScope(this)`) to the _same cell_ as the declaration of the case class is sufficient to make...

Will these clash or will they potentially be compatible as suggested by @dyno in https://github.com/dyno/ammonite_with_spark_on_emr/blob/master/Makefile#L1. If it is potentially compatible, could you explain a bit more about how $SPARK_HOME works...

Today, papermill adds one cell and then runs a notebook. It's simple to explain to people. From the perspective of papermill, skipping cells while leaving them in the notebook is...

In the case where a module can't be found but is generally installed, it could be a couple of things. Most likely, depending on the name of your kernel the...

So from what I understand, this is slightly tricky because of the way that Zeppelin thinks about a notebook file. Under the hood there is a `note.json`. I was not...

Btw, per comments at the Fall 2016 dev meeting we added a `jupyter:` prefix to the metadata tags that we were going to give meaning to in order to avoid...

Sorry for not responding sooner, I only just saw it today. As you can see, I have plenty of answers :). > @michaelpacer Can you please point me to the...

Quick comments on my phone, sorry for non quotes, any comments appearing out-of-order and a lack of formatting. This doesn't need an enhancement proposal it's already in nbformat and on...