Michael McNeil Forbes

Results 49 issues of Michael McNeil Forbes

I would like to be able to cache the output of several different cells. The problem is that each cache file seems to store exactly one output so that I...

enhancement

I am trying to setup a remote with a folder in a Google Team Drive by specifying the `root_id` but this does not seem to work. (I get a 404...

As discussed in issue #130, I would like to be able to use [flycheck](https://github.com/flycheck/flycheck) instead of `flymake`. Unfortunately, I could not find a simple way of preventing `epy-python.el` from loading...

From the documentation, it seems like one should be able to run multiple checkers with something like the following: ``` (epy-setup-checker "pyflakes %f; pep8 %f") ``` but because of the...

If a user accidentally clicks through to the Jupyter classic server in Firefox, they are presented with the following error message requesting the user to "switch to the CoCalc Jupyter...

A few suggestions for the Markdown editor. 1. Add a toggle to the "Insert Link" UI to allow inserted links to be added to the reference list. Maybe something like:...

Here are some comments about the whiteboard from a quasi-first-time user experience. It is not quite at the point that I can use reliably, but getting there. For background, my...

I-feature request
A-whiteboard

Macro definitions work with `\gdef` but do not persist from one set of equations to the next: ```markdown $$ \gdef\ket#1{\left\lvert#1\right\rangle} \ket{x} $$ $$ \ket{y} $$ ``` I was assuming that...