fastbook icon indicating copy to clipboard operation
fastbook copied to clipboard

Obsolete `jupyter serverextension` command in book chapter 2

Open slinkp opened this issue 9 months ago • 0 comments

This is shown in two places in 02_production.ipynb:

!jupyter serverextension enable --sys-prefix voila

That gives an error. Replace with:

!jupyter server extension enable --sys-prefix voila

slinkp avatar Feb 19 '25 16:02 slinkp