jonathanindig

Results 46 issues of jonathanindig

Right now, Polynote assumes the default language is Scala in a few places where it's ambiguous (e.g., when creating a new cell in a blank notebook). We should make this...

enhancement
ui

See https://github.com/polynote/polynote/pull/1181#issuecomment-876006168

bug
python

Output size does not seem to be calculated properly when it contains `` tags. For example, with code: ``` kernel.display.html(""" """) ``` ![truncated video](https://user-images.githubusercontent.com/5430417/123345158-535e2480-d50a-11eb-8141-36efdb58dc7f.png) Specifying the size of the video,...

bug
ui

Currently, dependency isolation is only configurable for the entire server (in `config.yml`). It would be useful to be able to configure dependency isolation, and the list of shared packages, for...

enhancement

Seems like only our JS has cache-busting stuff from webpack.

bug
ui

It would be great to have a way to permanently link to a notebook even if it got renamed, e.g., some sort of persistent address (UUID?) for a notebook...

enhancement

Right now, when a kernel crashes the Kernel UI reverts to the "stopped kernel" view, which no longer shows the Spark UI link. Since the UI link could possibly be...

enhancement
ui
spark

Jep has support for this, I think it's just a matter of doing the right thing when making the data available to Python?

enhancement
language-support

The `jedi.Script` API might provide better completions under certain circumstances because it uses static analysis rather than dynamic state... of course, it might be worse in other cases 😬 ....

enhancement
python