File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 172172 When you want to share your notebooks as a static site , install the open - source Notebook Kit :
173173
174174 `` `sh
175- npm install @observablehq/notebook-kit
175+ npm add @observablehq/notebook-kit
176176 ` ``
177177 </ script >
178178 < script id ="83 " type ="text/markdown ">
Original file line number Diff line number Diff line change 2323 You can install Notebook Kit from [ npm ] ( https :/ / www . npmjs . com / package / @observablehq / notebook - kit ) :
2424
2525 `` `sh
26- npm install @observablehq/notebook-kit
26+ npm add @observablehq/notebook-kit
2727 ` ``
2828
2929 If you use [ pnpm ] ( https :/ / pnpm . io / ) , you must also explicitly install any fonts used by the [ default styles ] ( https :/ / github . com / observablehq / notebook - kit / blob / main / src / templates / default . html ) ( unless you plan on using different fonts ) :
3030
3131 `` `sh
32- pnpm install @observablehq/notebook-kit @fontsource/inter @fontsource/source-serif-4 @fontsource/spline-sans-mono
32+ pnpm add @observablehq/notebook-kit @fontsource/inter @fontsource/source-serif-4 @fontsource/spline-sans-mono
3333 ` ``
3434
3535 Notebook Kit requires [ Node . js ] ( https :/ / nodejs . org / en ) 20.19 + or 22.12 + .
You can’t perform that action at this time.
0 commit comments