diff --git a/lib/livebook/notebook/explore/intro_to_nx.livemd b/lib/livebook/notebook/explore/intro_to_nx.livemd index 31d845ee4..b787bd17c 100644 --- a/lib/livebook/notebook/explore/intro_to_nx.livemd +++ b/lib/livebook/notebook/explore/intro_to_nx.livemd @@ -645,6 +645,3 @@ Now, you try. Find a function computing the gradient of a `sin` wave. ```elixir # your code here ``` - -In the notebooks that follow, we'll roll up these techniques -to do a linear regression.