Skip to content

Commit

Permalink
doc: update node version and add missing format to introduction notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Sep 10, 2024
1 parent f62b109 commit 0a649dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"! apt-get install -y ca-certificates curl gnupg\n",
"! mkdir -p /etc/apt/keyrings\n",
"! curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg\n",
"! echo \"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main\" | sudo tee /etc/apt/sources.list.d/nodesource.list\n",
"! echo \"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main\" | sudo tee /etc/apt/sources.list.d/nodesource.list\n",
"! apt-get update\n",
"! apt-get install -y nodejs\n",
"! npm install -g npm"
Expand Down Expand Up @@ -188,7 +188,8 @@
" ),\n",
" Plot.frame(),\n",
" ],\n",
" }\n",
" },\n",
" format=\"png\",\n",
")"
]
},
Expand Down

0 comments on commit 0a649dc

Please sign in to comment.