Omid Mogasemi
Omid Mogasemi
There appear to be a few issues with truncating output: - We can probably be a little bit less aggressive about truncating outputs that don't have too many characters -...
Right now, for every release we have to: 1. Update CSS version numbers to bust the browser cache 2. Update the Polynote JAR version number 3. Add a new version...
When Polynote notebooks are stored in places where `.ipynb` files are given special preview views (such as GitHub), you can't see what dependencies are being used. This can be remedied...
Adds support for named cells (see #1332). https://user-images.githubusercontent.com/11023620/194775459-d18d91ef-a0ee-40ae-9fb1-647e31f57bfe.mov
> I would say there are two steps to this: 1) Allow a user to select cells to move using `shift + up` or `shift + down` and 2) use...
`latest.release` doesn't work today - we should configure it to work properly somehow. Coursier might not even pay attention to this, we need to investigate further.
Ideas: - Could be a part of the Kernel API to spit into a Scala cell - We'll need to thread this info from the Coursier API
Some initial ideas: - Allow comments at the cell level - Show the button when hovering over a line of text, instead of only when you select a line of...