Joaquín Ruales

Results 11 issues of Joaquín Ruales

Just an aesthetic suggestion, but I think it would be nice if the toy 2D classification demo (http://cs.stanford.edu/people/karpathy/convnetjs/demo/classify2d.html) used the Marching Squares algorithm so that the classification boundary looked smooth...

The sliders in the t-SNE interactive visualization are a bit difficult to slide on a mobile device because the press region is too small

Repro: run the following in a cell ```python import pandas as pd pd.set_option("display.html.table_schema", True) class Cmd: def __init__(self, name, params): self.name = name self.params = params def __repr__(self): return f'Cmd(name={self.name},...

bug
released

Currently, if you just click in the canvas, it doesn't write anything. I would like to be able to write the dot for an "i" or a "j" with a...

In [backbone-wrapper.tsx](https://github.com/nteract/outputs/blob/a195402050d910b5e65413031379e27143015354/packages/jupyter-widgets/src/renderer/backbone-wrapper.tsx), there's an import for `widgets-base.css` and another one for `widgets.css`. However, it seems like [widgets.css](https://github.com/jupyter-widgets/ipywidgets/blob/51322341d4f6d88449f9dbf6d538c60de6d23543/packages/controls/css/widgets.css) itself already imports widgets-base.css. This is probably very minor and probably de-duped during...

The EarSketch screenshots used in the [EarSketch Workshop](https://workshops.nuevofoundation.org/python-earsketch/getting-started-earsketch/) are outdated. The EarSketch UI is a bit different now. Especially the sidebar has changed a lot. ## Old UI: ![image](https://user-images.githubusercontent.com/1588988/224891709-e1aa5ac0-0eb5-40e8-83ea-1a56fc0579cb.png) ##...

Julio added his redesign to this PR https://github.com/NuevoFoundation/workshops/pull/221 We should take that and bring it into `master`. Make sure to reference [the Figma](https://www.figma.com/proto/WPyuSZ6gs4isR3KGcNOVhF/00.-Master-Components?node-id=446%3A9802&scaling=contain&page-id=284%3A9309&starting-point-node-id=446%3A9801) to make sure we're following that design.

hackathon2025

Currently, the workshop "Python: Coding with Turtle" has a flat structure: ![image](https://user-images.githubusercontent.com/1588988/146859470-7cc47d72-f6d2-4cbb-b63c-1bcead3a0a0b.png) Izzy wanted to group the activities into lessons. This GitHub Issue involves changing the tree/folder structure of the...

### What is the problem? #664 / #672 added scrubbing for the evaluation graph, which is awesome. However, when scrubbing, the user only gets haptic feedback when scrubbing left-to-right but...

bug