Show More
@@ -11,14 +11,6 b' from IPython.config import LoggingConfigurable' | |||||
11 | from IPython.utils.traitlets import Unicode, Dict |
|
11 | from IPython.utils.traitlets import Unicode, Dict | |
12 | from IPython.display import Javascript, display |
|
12 | from IPython.display import Javascript, display | |
13 | from IPython.utils.py3compat import string_types |
|
13 | from IPython.utils.py3compat import string_types | |
14 | from IPython.utils.javascript import display_all_js |
|
|||
15 |
|
||||
16 | def init_widget_js(): |
|
|||
17 | path = os.path.split(os.path.abspath( __file__ ))[0] |
|
|||
18 | display_all_js(path) |
|
|||
19 | for root, dirs, files in os.walk(path): |
|
|||
20 | for sub_directory in dirs: |
|
|||
21 | display_all_js(os.path.join(path, sub_directory)) |
|
|||
22 |
|
14 | |||
23 |
|
15 | |||
24 | class Widget(LoggingConfigurable): |
|
16 | class Widget(LoggingConfigurable): |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now