Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Getting Started sample notebook - "Feeding neighbors" issue

Open BioTurboNick opened this issue 3 years ago • 2 comments

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 cans_in_stock = consumption, but doing this does not eliminate the error as there are still two entries defining the variable.

Suggest instructing user to delete one with the X? And then ensure the text reflects that they have done that, instead of reverting to the original instructions.

Relatedly, I suggest modifying "Try adding another cat to the neighborhood to see what changes!" to read "Try adding another cat to the neighborhood (by adding a name to neighbors above) to see what changes!"

BioTurboNick avatar Nov 25 '20 20:11 BioTurboNick

I see that the next section covers deleting. Commenting out again, then?

BioTurboNick avatar Nov 25 '20 20:11 BioTurboNick

I can here to say the same thing.

goyalyashpal avatar Jun 26 '22 07:06 goyalyashpal