Nicholas Bauer

Results 99 issues of Nicholas Bauer

In a shared environment, it would be useful to see more status information about a running notebook, such as: - is the notebook currently executing? - how long has it...

enhancement

When using Pluto on a shared server, it's common for people to leave notebooks running after they don't need them. It would be nice to be able to automatically close...

enhancement

The Getting Started notebook requests this line be uncommented: ``` # cans_in_stock = "🥫🥫🥫🥫🥫" ``` This then gives the "Multiple definitions for cans_in_stock." error. The text directs you to write...

![image](https://user-images.githubusercontent.com/1438610/175777510-b138e445-b360-4ae9-8aae-7246ab8a7fc3.png) Why can't I see the full value? I would expect the table to take up the full width, have a scroll bar, and/or wrap. Pluto 0.19.9 Julia 1.8.0-rc1

display & PlutoRunner

Situation: Pluto is running on an AWS EC2 instance, which we connect to remotely. When I start the server, I can update packages in the notebook using the built-in package...

bug
backend
package manager

I believe the error itself is unrelated to Pluto, but it's causing the notebook to hang (working animations running). Pluto v0.19.0, Julia 1.8.0-beta3 It seems to be happening when I...

good first issue
backend
package manager

Unfortunately I don't know what caused this at the moment, but I assume it shouldn't happen, so thought I should report it. I'll add more if I can. Might be...

I'd like to generate an areaplot that can have a step-function form for the line. More generally, it might be useful to have a separate property to determine how adjacent...

extension

This is a first pass that probably doesn't account for everything needed. However, what it does is it simply computes a row and column count, the widths and sizes of...

layout

``` ps = map(1:9) do _ areaplot(1:1000, rand(1000)) end plot(ps..., layout = grid(9, 1)) ``` ![image](https://user-images.githubusercontent.com/1438610/174871487-81965910-f44b-4609-b575-3878297dc26a.png) ``` ps = map(1:10) do _ areaplot(1:1000, rand(1000)) end plot(ps..., layout = grid(10, 1))...

bug
layout