Nathan Carter

Results 16 issues of Nathan Carter

Let us assume we have a Jupyter installation with at least the python3 and ir kernels, such as the one available in [this Docker image](https://hub.docker.com/r/jupyter/datascience-notebook/), and that we've done `pip...

Right now GE supports subgroup lattice visualization using sheets, with each vertex in the lattice being a subgroup represented by a visualizer (MT, CD, or CG). But in Visual Group...

I'm curious as to whether anyone has tried compiling lambdapi (or the original Dedukti, or the main engine behind each, not necessarily including the specific command-line interface components) into JavaScript...

Hello. Following the directions [here](https://github.com/Zulko/gizeh) to install on OSX (10.11.6), I did this: 1. Installed Cairo (using Homebrew, as `brew install cairo`). 2. Installed `ez_setup` (using pip, as `sudo pip...

I'm pretty excited about this! Hope you find it useful. A few notes: 1. Should silently do nothing if you don't have Jupyter installed. 2. If you have Jupyter installed,...

If pythontex supported the [Jupyter messaging protocol](http://ipython.org/ipython-doc/stable/development/messaging.html) then it would automatically support [all these languages](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels). That would be an efficient way to add a ton of new languages to pythontex...

enhancement

## Description AsciiMath to LaTeX conversion has trouble with the `\in` operator. ### Steps to Reproduce The following can be done at the JavaScript console in a page with MathLive...

I'm using the official Docker container for Jupyter Data Science Notebooks provided here: https://hub.docker.com/r/jupyter/datascience-notebook/ It comes with Julia 1.9.1 preinstalled. I try to use the CSV.jl package and receive the...

The docs state that `gain=0.75` is an optional third parameter to `midi_to_audio()`, but in reality it is an optional third parameter to the `FluidSynth()` constructor. A small tweak to the...