José Valim

Results 805 comments of José Valim

This is an interesting article of using charts to generate Pandas/Explorer queries: https://dl.acm.org/doi/abs/10.1145/3379337.3415851 (B2: Bridging Code and Interactive Visualization in Computational Notebooks) Machine Learning specific: * [Symphony: Composing Interactive Interfaces...

Yes, we are going to redesign data tables sooner than later, and we plan to make this configurable.

From our slack discussion: let's show the string representation for values and column names.

In a nutshell, if you do a `File.read!("some.png")`, we should automatically show it as an image! Does that make a bit more sense? :)

We would use Kino.Image behind the scenes. There is already some code in Kino that customizes how data structures are formatted, and we would add special logic for binaries.

The only issue I can think is that we would need a way to opt out in case of false positives.

That already exists for images. We could add one for video. We need to add the dynamic inference nowz

Now that we have tabbed outputs, we can perform the inference and show a tabbed output between image and raw (probably image by default if it does have a low...

For more context, the only reason we would add Decimal to Livebook is because Jason has an optional dependency on it, so using it gives us a `UndefinedFunctionError` for `Decimal.to_string`...