Marduk Bolaños
Marduk Bolaños
@p-e-w Test Engineer here. Using a more efficient algorithm does not imply that the functionality remains intact. But I agree with you that the existing functional tests should catch any...
@mattn I described the issue in #45. When #44 was merged that issue was fixed.
OS: Ubuntu 16.04 `/usr/bin/pdflatex`
Yes. Actually I learned about `latex-path` in the README of racket-poppler.
@deusnefum Thank you so much for implementing cursor bounce!
You can use FastR (Oracle's implementation of R) from Almond: 1. [Download GraalVM](https://www.graalvm.org/docs/getting-started/#install-graalvm) 2. [Install FastR](https://www.graalvm.org/docs/getting-started/#running-r) 3. `export JAVA_HOME=/path/to/GraalVM/Contents/Home` 4. `export PATH=$JAVA_HOME/bin:$PATH` 5. Open a Jupyter Notebook running Almond and...
You would have to add a post-save hook in `~/.jupyter/jupyter_notebook_config.py`, as described in the [Jupyter docs](https://jupyter-notebook.readthedocs.io/en/stable/extending/savehooks.html), to automatically convert the `.ipynb` file to a `.scala` file, which then gets compiled...
Thanks @mushtaq! TL;DR In JupyterLab one can run several notebooks on the same kernel.
If using your (pressumably remote) git repo is an option, then I suggest you install [junest](https://github.com/fsquillace/junest). When you are done installing and adding `junest` to your `$PATH`, do the following:...
Here's a more portable procedure: 1. On a Linux (possibly virtual) machine where `pdf2svg` is installed [download](http://static.reproducible.io/care-x86_64) the CARE binary. 2. Make it executable `chmod +x care-x86_64` 3. Wrap `pdf2svg`...