Spaces:
Sleeping
Sleeping
mg297bgyy
commited on
Commit
·
984c660
1
Parent(s):
1d2df2b
alsd
Browse files
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 |
-
|
7 |
-
|
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 |
|