Joel Ostblom
Joel Ostblom
When a non-existing parameter name is used, I think it would be helpful to include the existing parameter names in the error message. For example, when misspelling a parameter name...
The representation of the chart object seems to change after the chart is displayed. Take this example ```py import altair as alt from vega_datasets import data cars = data.cars() scatter...
To test that the correct chart was created, (e.g. in a student assignment), it would be quite useful it if was possible to convert a chart to the most verbose...
Somehow I missed that this section already existed when opening #2414. It was quite out of date, so I removed packages that haven't seen updates in a few years and...
It seems like `alt.renderes.enable('mimetype')` can create a PNG blob without `altair_saver` installed. Could the same mechanism be used to enable saving of charts as PNGs via `.save()` without `altair_saver`? I...
Thanks for making this package! It is quite useful to have the total memory consumption in view when running notebooks. However, after installing the extension I can only the usage...
First, thank you so much for making this extension! It has completely changed how I use Gnome and is one of the main reasons that I am happy with Gnome...
Minor suggestions, currently the book URL and user check is hardcoded to GitHub. Maybe there could be a choice in the beginning about which version control host to use (like...
In R, defining a variable in one test cell will make it available to all other test cells for that question. In Python, the variable needs to be assigned in...
For Python notebooks, all tests will be executed when running `otter assign`, which is great to check that there are not typos in the solutions and the tests. For R...