From 36682edbe7d24dc7b5a9dede24c104daa82062ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 25 Sep 2021 20:33:39 +0200 Subject: [PATCH] Include Intro to Nx in the homepage --- lib/livebook/notebook/explore.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/livebook/notebook/explore.ex b/lib/livebook/notebook/explore.ex index 890c0ed24..ab38f8d7f 100644 --- a/lib/livebook/notebook/explore.ex +++ b/lib/livebook/notebook/explore.ex @@ -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