Ben Chuanlong Du
Ben Chuanlong Du
Any plan to support this feature?
I do know the exclude option and have been leveraging it. However, it kind of duplicated effort to ignore files both in `.gitignore` and in the `setup.cfg` file. It doesn't...
We should add options into the Spark UI to allow specifying whether to use a proxy and if so type, ip and ports of the proxy. It's great if we...
I installed BeakerX using pip in a Docker environment. For more details please refer to my Dockerfile. https://github.com/dclong/docker-jupyterhub-beakerx/blob/master/Dockerfile
And may I ask how is mars different from Apache Ray?
I've also encountered this issue before which caused a trick bug in my case and it took me a long time figure it out. I personally think it is a...
How about the support of HoloViews? It is a great visualization library for Python.
I'm looking for a good Python alternative to RMarkdown (or knitr). Booth codebraid and jupyter-book look good to me. Just wanna get more information to help decide which one to...
IMHO, it makes more sense to work on a single DataFrame (entity). 1. In real situations, the joining condition might be very complicated and come with additional filtering conditions. 2....
@alexarchambault I'm installing Almond in a Docker image. https://github.com/dclong/docker-jupyterhub-almond/blob/dev/Dockerfile ``` FROM dclong/jupyterhub-jdk RUN curl -L -o /usr/local/bin/coursier https://git.io/coursier-cli \ && chmod +x /usr/local/bin/coursier RUN /usr/local/bin/coursier launch almond:0.10.0 --scala 2.12.10 --...