jonathanindig

Results 46 issues of jonathanindig

This is a weird one... ![image](https://user-images.githubusercontent.com/5430417/149556196-226627da-af0f-48dd-bccd-721d64f837de.png) Only for `def`s, `val`s seem fine.

bug
kernel

It seems to only print in the cell that defined the Printer. ![image](https://user-images.githubusercontent.com/5430417/148833466-7a052694-bdda-490a-9fdf-9e96132e363c.png)

bug
python

If a notebook is opened, closed and then deleted in the same UI session, an error occurs as if the notebook was open somewhere else. If you wait a couple...

bug

Currently Polynote doesn't display logs from stderr (these are available in its logfile though), mostly because there's a lot of Spark-related noise there that we didn't want to put in...

enhancement
request-feedback

Generating a fresh, notebook-specific virtual environment for Python is great for reproducibility. However, sometimes you just want to point to a virtual environment that already exists (say, one that you've...

enhancement
python

It's annoying to have to use a file URL when adding a local jar dependency. Suggestions 1. Try to support local jars with a bare path - if the user...

enhancement
server

The Schema tab of a Viz Cell's output is an iframe. Its height does not get updated when the schema is expanded, so it gets cut off.

bug
ui

This issue is just for tracking the implementation of a programmatic execution of notebooks, possibly including but not limited to: - a "headless" notebook runner (we already have a prototype...

feature-idea

Currently if you queue up multiple cells (manually, with the run all cells button, ...) Polynote will run them all, even if one of them fails. This can lead to...

enhancement