Update setup_test.py
Browse files- setup_test.py +1 -0
setup_test.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
from IPython.display import display, HTML, clear_output
|
| 2 |
from IPython import get_ipython
|
| 3 |
from pathlib import Path
|
|
|
|
| 4 |
import subprocess, time, os, shlex
|
| 5 |
from nenen88 import pull, say, download, clone, tempe
|
| 6 |
|
|
|
|
| 1 |
from IPython.display import display, HTML, clear_output
|
| 2 |
from IPython import get_ipython
|
| 3 |
from pathlib import Path
|
| 4 |
+
from ipywidgets import widgets, Layout
|
| 5 |
import subprocess, time, os, shlex
|
| 6 |
from nenen88 import pull, say, download, clone, tempe
|
| 7 |
|