Skip to content

Commit

Permalink
fix: move npm upgrade to node installer cell
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Oct 10, 2023
1 parent 4285ad0 commit 89eb06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"! 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",
"! apt-get update\n",
"! apt-get install -y nodejs"
"! apt-get install -y nodejs\n",
"! npm install -g npm"
]
},
{
Expand All @@ -195,7 +196,6 @@
"metadata": {},
"outputs": [],
"source": [
"! npm install -g npm\n",
"! npm install pyobsplot"
]
},
Expand Down

0 comments on commit 89eb06c

Please sign in to comment.