mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-17 08:57:28 +08:00
Include Intro to Nx in the homepage
This commit is contained in:
parent
54692ca509
commit
36682edbe7
1 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ defmodule Livebook.Notebook.Explore do
|
|||
|
||||
defnotebook(:intro_to_nx,
|
||||
description:
|
||||
"Enter numerical Elixir, experience the power of multi-dimensional arrays of numbers.",
|
||||
"Enter Numerical Elixir, experience the power of multi-dimensional arrays of numbers.",
|
||||
image_url: "/images/nx.png"
|
||||
)
|
||||
|
||||
|
@ -125,8 +125,8 @@ defmodule Livebook.Notebook.Explore do
|
|||
@elixir_and_livebook,
|
||||
@intro_to_vega_lite,
|
||||
@intro_to_kino,
|
||||
@vm_introspection
|
||||
# @intro_to_nx, @intro_to_axon,
|
||||
@intro_to_nx,
|
||||
@vm_introspection#, @intro_to_axon
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue