Skip to content

Commit

Permalink
Update exploring_explorer.livemd (#957)
Browse files Browse the repository at this point in the history
* Update exploring_explorer.livemd

* Update exploring_explorer.livemd
  • Loading branch information
balexand authored Aug 7, 2024
1 parent e6638a0 commit 44073da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/exploring_explorer.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ s = 1..11 |> Enum.to_list() |> Series.from_list()
```

```elixir
s1 = 11..1 |> Enum.to_list() |> Series.from_list()
s1 = 11..1//-1 |> Enum.to_list() |> Series.from_list()
```

<!-- livebook:{"output":true} -->
Expand Down

0 comments on commit 44073da

Please sign in to comment.