mg297bgyy commited on
Commit
984c660
·
1 Parent(s): 1d2df2b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@
3
 
4
  # Voila runs jpnb but hides the code cells and only displays the output (including the ipywidgets) as well as the markdown cells.
5
 
6
- #import fastbook
7
- #fastbook.setup_book()
8
  from fastbook import *
9
  from fastai.vision.widgets import *
10
 
 
3
 
4
  # Voila runs jpnb but hides the code cells and only displays the output (including the ipywidgets) as well as the markdown cells.
5
 
6
+ import fastbook
7
+ fastbook.setup_book()
8
  from fastbook import *
9
  from fastai.vision.widgets import *
10