From 411f45eb22d6aea69c997549134daf72aaaac2c7 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 8 Apr 2015 12:26:01 -0700 Subject: [PATCH] move IPython.html to jupyter_notebook --- {IPython/html => jupyter_notebook}/README.md | 0 {IPython/html => jupyter_notebook}/__init__.py | 0 {IPython/html => jupyter_notebook}/__main__.py | 0 {IPython/html => jupyter_notebook}/allow76.py | 0 .../tests => jupyter_notebook/auth}/__init__.py | 0 {IPython/html => jupyter_notebook}/auth/login.py | 0 {IPython/html => jupyter_notebook}/auth/logout.py | 0 jupyter_notebook/base/__init__.py | 0 {IPython/html => jupyter_notebook}/base/handlers.py | 0 .../html => jupyter_notebook}/base/zmqhandlers.py | 0 jupyter_notebook/edit/__init__.py | 0 {IPython/html => jupyter_notebook}/edit/handlers.py | 0 jupyter_notebook/files/__init__.py | 0 .../html => jupyter_notebook}/files/handlers.py | 0 jupyter_notebook/kernelspecs/__init__.py | 0 .../kernelspecs/handlers.py | 0 {IPython/html => jupyter_notebook}/log.py | 0 jupyter_notebook/nbconvert/__init__.py | 0 .../html => jupyter_notebook}/nbconvert/handlers.py | 0 jupyter_notebook/nbconvert/tests/__init__.py | 0 .../nbconvert/tests/test_nbconvert_handlers.py | 0 {IPython/html => jupyter_notebook}/nbextensions.py | 0 jupyter_notebook/notebook/__init__.py | 0 .../html => jupyter_notebook}/notebook/handlers.py | 0 {IPython/html => jupyter_notebook}/notebookapp.py | 0 jupyter_notebook/services/__init__.py | 0 jupyter_notebook/services/clusters/__init__.py | 0 .../services/clusters/clustermanager.py | 0 .../services/clusters/handlers.py | 0 .../services/config/__init__.py | 0 .../services/config/handlers.py | 0 .../services/config/manager.py | 0 jupyter_notebook/services/config/tests/__init__.py | 0 .../services/config/tests/test_config_api.py | 0 jupyter_notebook/services/contents/__init__.py | 0 .../services/contents/checkpoints.py | 0 .../services/contents/filecheckpoints.py | 0 .../services/contents/fileio.py | 0 .../services/contents/filemanager.py | 0 .../services/contents/handlers.py | 0 .../services/contents/manager.py | 0 .../services/contents/tests/__init__.py | 0 .../services/contents/tests/test_contents_api.py | 0 .../services/contents/tests/test_fileio.py | 0 .../services/contents/tests/test_manager.py | 0 jupyter_notebook/services/kernels/__init__.py | 0 .../services/kernels/handlers.py | 0 .../services/kernels/kernelmanager.py | 0 jupyter_notebook/services/kernels/tests/__init__.py | 0 .../services/kernels/tests/test_kernels_api.py | 0 jupyter_notebook/services/kernelspecs/__init__.py | 0 .../services/kernelspecs/handlers.py | 0 .../services/kernelspecs/tests/__init__.py | 0 .../kernelspecs/tests/test_kernelspecs_api.py | 0 jupyter_notebook/services/nbconvert/__init__.py | 0 .../services/nbconvert/handlers.py | 0 .../services/nbconvert/tests/__init__.py | 0 .../services/nbconvert/tests/test_nbconvert_api.py | 0 .../services/security/__init__.py | 0 .../services/security/handlers.py | 0 jupyter_notebook/services/sessions/__init__.py | 0 .../services/sessions/handlers.py | 0 .../services/sessions/sessionmanager.py | 0 .../services/sessions/tests/__init__.py | 0 .../services/sessions/tests/test_sessionmanager.py | 0 .../services/sessions/tests/test_sessions_api.py | 0 .../static/auth/css/override.css | 0 .../static/auth/js/loginmain.js | 0 .../static/auth/js/loginwidget.js | 0 .../static/auth/js/logoutmain.js | 0 .../static/auth/less/login.less | 0 .../static/auth/less/logout.less | 0 .../static/auth/less/style.less | 0 .../static/base/images/favicon.ico | Bin .../static/base/images/logo.png | Bin .../static/base/js/dialog.js | 0 .../static/base/js/events.js | 0 .../static/base/js/keyboard.js | 0 .../static/base/js/namespace.js | 0 .../static/base/js/notificationarea.js | 0 .../static/base/js/notificationwidget.js | 0 .../static/base/js/page.js | 0 .../static/base/js/security.js | 0 .../static/base/js/utils.js | 0 .../static/base/less/error.less | 0 .../static/base/less/flexbox.less | 0 .../static/base/less/mixins.less | 0 .../static/base/less/page.less | 0 .../static/base/less/style.less | 0 .../static/base/less/variables.less | 0 .../static/custom/custom.css | 0 .../static/custom/custom.js | 0 .../static/edit/js/editor.js | 0 .../static/edit/js/main.js | 0 .../static/edit/js/menubar.js | 0 .../static/edit/js/notificationarea.js | 0 .../static/edit/js/savewidget.js | 0 .../static/edit/less/edit.less | 0 .../static/edit/less/menubar.less | 0 .../static/edit/less/style.less | 0 .../static/notebook/css/override.css | 0 .../static/notebook/js/about.js | 0 .../static/notebook/js/actions.js | 0 .../static/notebook/js/cell.js | 0 .../static/notebook/js/celltoolbar.js | 0 .../notebook/js/celltoolbarpresets/default.js | 0 .../notebook/js/celltoolbarpresets/example.js | 0 .../notebook/js/celltoolbarpresets/rawcell.js | 0 .../notebook/js/celltoolbarpresets/slideshow.js | 0 .../static/notebook/js/codecell.js | 0 .../static/notebook/js/codemirror-ipython.js | 0 .../static/notebook/js/codemirror-ipythongfm.js | 0 .../static/notebook/js/completer.js | 0 .../static/notebook/js/contexthint.js | 0 .../static/notebook/js/kernelselector.js | 0 .../static/notebook/js/keyboardmanager.js | 0 .../static/notebook/js/main.js | 0 .../static/notebook/js/maintoolbar.js | 0 .../static/notebook/js/mathjaxutils.js | 0 .../static/notebook/js/menubar.js | 0 .../static/notebook/js/notebook.js | 0 .../static/notebook/js/notificationarea.js | 0 .../static/notebook/js/outputarea.js | 0 .../static/notebook/js/pager.js | 0 .../static/notebook/js/quickhelp.js | 0 .../static/notebook/js/savewidget.js | 0 .../static/notebook/js/scrollmanager.js | 0 .../static/notebook/js/textcell.js | 0 .../static/notebook/js/toolbar.js | 0 .../static/notebook/js/tooltip.js | 0 .../static/notebook/js/tour.js | 0 .../static/notebook/less/ansicolors.less | 0 .../static/notebook/less/cell.less | 0 .../static/notebook/less/celltoolbar.less | 0 .../static/notebook/less/codecell.less | 0 .../static/notebook/less/codemirror.less | 0 .../static/notebook/less/completer.less | 0 .../static/notebook/less/highlight-refs.less | 0 .../static/notebook/less/highlight.less | 0 .../static/notebook/less/kernelselector.less | 0 .../static/notebook/less/menubar.less | 0 .../static/notebook/less/notebook.less | 0 .../static/notebook/less/notificationarea.less | 0 .../static/notebook/less/notificationwidget.less | 0 .../static/notebook/less/outputarea.less | 0 .../static/notebook/less/pager.less | 0 .../static/notebook/less/quickhelp.less | 0 .../static/notebook/less/renderedhtml.less | 0 .../static/notebook/less/savewidget.less | 0 .../static/notebook/less/style.less | 0 .../static/notebook/less/style_noapp.less | 0 .../static/notebook/less/textcell.less | 0 .../static/notebook/less/toolbar.less | 0 .../static/notebook/less/tooltip.less | 0 .../static/notebook/less/variables.less | 0 .../static/services/config.js | 0 .../static/services/contents.js | 0 .../static/services/kernels/comm.js | 0 .../static/services/kernels/kernel.js | 0 .../static/services/kernels/serialize.js | 0 .../static/services/sessions/session.js | 0 .../static/style/ipython.less | 0 .../static/style/ipython.min.css | 0 .../static/style/style.less | 0 .../static/style/style.min.css | 0 .../static/terminal/css/override.css | 0 .../static/terminal/js/main.js | 0 .../static/terminal/js/terminado.js | 0 .../static/terminal/less/terminal.less | 0 .../static/tree/js/clusterlist.js | 0 .../static/tree/js/kernellist.js | 0 .../static/tree/js/main.js | 0 .../static/tree/js/newnotebook.js | 0 .../static/tree/js/notebooklist.js | 0 .../static/tree/js/sessionlist.js | 0 .../static/tree/js/terminallist.js | 0 .../static/tree/less/altuploadform.less | 0 .../static/tree/less/style.less | 0 .../static/tree/less/tree.less | 0 .../static/widgets/js/init.js | 0 .../static/widgets/js/manager.js | 0 .../static/widgets/js/widget.js | 0 .../static/widgets/js/widget_bool.js | 0 .../static/widgets/js/widget_box.js | 0 .../static/widgets/js/widget_button.js | 0 .../static/widgets/js/widget_float.js | 0 .../static/widgets/js/widget_image.js | 0 .../static/widgets/js/widget_int.js | 0 .../static/widgets/js/widget_link.js | 0 .../static/widgets/js/widget_output.js | 0 .../static/widgets/js/widget_selection.js | 0 .../static/widgets/js/widget_selectioncontainer.js | 0 .../static/widgets/js/widget_string.js | 0 .../static/widgets/less/widgets.less | 0 {IPython/html => jupyter_notebook}/tasks.py | 0 .../html => jupyter_notebook}/templates/404.html | 0 .../html => jupyter_notebook}/templates/edit.html | 0 .../html => jupyter_notebook}/templates/error.html | 0 .../html => jupyter_notebook}/templates/login.html | 0 .../html => jupyter_notebook}/templates/logout.html | 0 .../templates/notebook.html | 0 .../html => jupyter_notebook}/templates/page.html | 0 .../templates/terminal.html | 0 .../html => jupyter_notebook}/templates/tree.html | 0 .../html => jupyter_notebook}/terminal/__init__.py | 0 .../terminal/api_handlers.py | 0 .../html => jupyter_notebook}/terminal/handlers.py | 0 {IPython/html => jupyter_notebook}/tests/README.md | 0 jupyter_notebook/tests/__init__.py | 0 .../tests/base/highlight.js | 0 .../tests/base/keyboard.js | 0 .../html => jupyter_notebook}/tests/base/misc.js | 0 .../tests/base/security.js | 0 .../html => jupyter_notebook}/tests/base/utils.js | 0 .../tests/launchnotebook.py | 0 .../tests/notebook/deletecell.js | 0 .../tests/notebook/display_image.js | 0 .../tests/notebook/dualmode.js | 0 .../tests/notebook/dualmode_arrows.js | 0 .../tests/notebook/dualmode_cellinsert.js | 0 .../tests/notebook/dualmode_cellmode.js | 0 .../tests/notebook/dualmode_clipboard.js | 0 .../tests/notebook/dualmode_execute.js | 0 .../tests/notebook/dualmode_markdown.js | 0 .../tests/notebook/dualmode_merge.js | 0 .../tests/notebook/empty_arrow_keys.js | 0 .../tests/notebook/execute_code.js | 0 .../tests/notebook/inject_js.js | 0 .../tests/notebook/interrupt.js | 0 .../tests/notebook/isolated_svg.js | 0 .../tests/notebook/markdown.js | 0 .../tests/notebook/merge_cells_api.js | 0 .../tests/notebook/notifications.js | 0 .../tests/notebook/output.js | 0 .../tests/notebook/prompt_numbers.js | 0 .../tests/notebook/roundtrip.js | 0 .../tests/notebook/safe_append_output.js | 0 .../tests/notebook/save.js | 0 .../tests/notebook/shutdown.js | 0 .../tests/services/kernel.js | 0 .../tests/services/serialize.js | 0 .../tests/services/session.js | 0 .../html => jupyter_notebook}/tests/test_files.py | 0 .../tests/test_hist.sqlite | Bin .../tests/test_nbextensions.py | 0 .../tests/test_notebookapp.py | 0 .../html => jupyter_notebook}/tests/test_paths.py | 0 .../tests/test_serialize.py | 0 .../html => jupyter_notebook}/tests/test_utils.py | 0 .../tests/tree/dashboard_nav.js | 0 {IPython/html => jupyter_notebook}/tests/util.js | 0 .../tests/widgets/manager.js | 0 .../tests/widgets/widget.js | 0 .../tests/widgets/widget_bool.js | 0 .../tests/widgets/widget_box.js | 0 .../tests/widgets/widget_button.js | 0 .../tests/widgets/widget_float.js | 0 .../tests/widgets/widget_image.js | 0 .../tests/widgets/widget_int.js | 0 .../tests/widgets/widget_selection.js | 0 .../tests/widgets/widget_selectioncontainer.js | 0 .../tests/widgets/widget_string.js | 0 jupyter_notebook/tree/__init__.py | 0 {IPython/html => jupyter_notebook}/tree/handlers.py | 0 jupyter_notebook/tree/tests/__init__.py | 0 .../tree/tests/test_tree_handler.py | 0 {IPython/html => jupyter_notebook}/utils.py | 0 .../html => jupyter_notebook}/widgets/__init__.py | 0 .../html => jupyter_notebook}/widgets/deprecated.py | 0 .../html => jupyter_notebook}/widgets/eventful.py | 0 .../widgets/interaction.py | 0 jupyter_notebook/widgets/tests/__init__.py | 0 .../widgets/tests/test_interaction.py | 0 .../widgets/tests/test_link.py | 0 .../widgets/tests/test_traits.py | 0 .../widgets/trait_types.py | 0 .../html => jupyter_notebook}/widgets/widget.py | 0 .../widgets/widget_bool.py | 0 .../html => jupyter_notebook}/widgets/widget_box.py | 0 .../widgets/widget_button.py | 0 .../widgets/widget_float.py | 0 .../widgets/widget_image.py | 0 .../html => jupyter_notebook}/widgets/widget_int.py | 0 .../widgets/widget_link.py | 0 .../widgets/widget_output.py | 0 .../widgets/widget_selection.py | 0 .../widgets/widget_selectioncontainer.py | 0 .../widgets/widget_string.py | 0 288 files changed, 0 insertions(+), 0 deletions(-) rename {IPython/html => jupyter_notebook}/README.md (100%) rename {IPython/html => jupyter_notebook}/__init__.py (100%) rename {IPython/html => jupyter_notebook}/__main__.py (100%) rename {IPython/html => jupyter_notebook}/allow76.py (100%) rename {IPython/html/widgets/tests => jupyter_notebook/auth}/__init__.py (100%) rename {IPython/html => jupyter_notebook}/auth/login.py (100%) rename {IPython/html => jupyter_notebook}/auth/logout.py (100%) create mode 100644 jupyter_notebook/base/__init__.py rename {IPython/html => jupyter_notebook}/base/handlers.py (100%) rename {IPython/html => jupyter_notebook}/base/zmqhandlers.py (100%) create mode 100644 jupyter_notebook/edit/__init__.py rename {IPython/html => jupyter_notebook}/edit/handlers.py (100%) create mode 100644 jupyter_notebook/files/__init__.py rename {IPython/html => jupyter_notebook}/files/handlers.py (100%) create mode 100644 jupyter_notebook/kernelspecs/__init__.py rename {IPython/html => jupyter_notebook}/kernelspecs/handlers.py (100%) rename {IPython/html => jupyter_notebook}/log.py (100%) create mode 100644 jupyter_notebook/nbconvert/__init__.py rename {IPython/html => jupyter_notebook}/nbconvert/handlers.py (100%) create mode 100644 jupyter_notebook/nbconvert/tests/__init__.py rename {IPython/html => jupyter_notebook}/nbconvert/tests/test_nbconvert_handlers.py (100%) rename {IPython/html => jupyter_notebook}/nbextensions.py (100%) create mode 100644 jupyter_notebook/notebook/__init__.py rename {IPython/html => jupyter_notebook}/notebook/handlers.py (100%) rename {IPython/html => jupyter_notebook}/notebookapp.py (100%) create mode 100644 jupyter_notebook/services/__init__.py create mode 100644 jupyter_notebook/services/clusters/__init__.py rename {IPython/html => jupyter_notebook}/services/clusters/clustermanager.py (100%) rename {IPython/html => jupyter_notebook}/services/clusters/handlers.py (100%) rename {IPython/html => jupyter_notebook}/services/config/__init__.py (100%) rename {IPython/html => jupyter_notebook}/services/config/handlers.py (100%) rename {IPython/html => jupyter_notebook}/services/config/manager.py (100%) create mode 100644 jupyter_notebook/services/config/tests/__init__.py rename {IPython/html => jupyter_notebook}/services/config/tests/test_config_api.py (100%) create mode 100644 jupyter_notebook/services/contents/__init__.py rename {IPython/html => jupyter_notebook}/services/contents/checkpoints.py (100%) rename {IPython/html => jupyter_notebook}/services/contents/filecheckpoints.py (100%) rename {IPython/html => jupyter_notebook}/services/contents/fileio.py (100%) rename {IPython/html => jupyter_notebook}/services/contents/filemanager.py (100%) rename {IPython/html => jupyter_notebook}/services/contents/handlers.py (100%) rename {IPython/html => jupyter_notebook}/services/contents/manager.py (100%) create mode 100644 jupyter_notebook/services/contents/tests/__init__.py rename {IPython/html => jupyter_notebook}/services/contents/tests/test_contents_api.py (100%) rename {IPython/html => jupyter_notebook}/services/contents/tests/test_fileio.py (100%) rename {IPython/html => jupyter_notebook}/services/contents/tests/test_manager.py (100%) create mode 100644 jupyter_notebook/services/kernels/__init__.py rename {IPython/html => jupyter_notebook}/services/kernels/handlers.py (100%) rename {IPython/html => jupyter_notebook}/services/kernels/kernelmanager.py (100%) create mode 100644 jupyter_notebook/services/kernels/tests/__init__.py rename {IPython/html => jupyter_notebook}/services/kernels/tests/test_kernels_api.py (100%) create mode 100644 jupyter_notebook/services/kernelspecs/__init__.py rename {IPython/html => jupyter_notebook}/services/kernelspecs/handlers.py (100%) create mode 100644 jupyter_notebook/services/kernelspecs/tests/__init__.py rename {IPython/html => jupyter_notebook}/services/kernelspecs/tests/test_kernelspecs_api.py (100%) create mode 100644 jupyter_notebook/services/nbconvert/__init__.py rename {IPython/html => jupyter_notebook}/services/nbconvert/handlers.py (100%) create mode 100644 jupyter_notebook/services/nbconvert/tests/__init__.py rename {IPython/html => jupyter_notebook}/services/nbconvert/tests/test_nbconvert_api.py (100%) rename {IPython/html => jupyter_notebook}/services/security/__init__.py (100%) rename {IPython/html => jupyter_notebook}/services/security/handlers.py (100%) create mode 100644 jupyter_notebook/services/sessions/__init__.py rename {IPython/html => jupyter_notebook}/services/sessions/handlers.py (100%) rename {IPython/html => jupyter_notebook}/services/sessions/sessionmanager.py (100%) create mode 100644 jupyter_notebook/services/sessions/tests/__init__.py rename {IPython/html => jupyter_notebook}/services/sessions/tests/test_sessionmanager.py (100%) rename {IPython/html => jupyter_notebook}/services/sessions/tests/test_sessions_api.py (100%) rename {IPython/html => jupyter_notebook}/static/auth/css/override.css (100%) rename {IPython/html => jupyter_notebook}/static/auth/js/loginmain.js (100%) rename {IPython/html => jupyter_notebook}/static/auth/js/loginwidget.js (100%) rename {IPython/html => jupyter_notebook}/static/auth/js/logoutmain.js (100%) rename {IPython/html => jupyter_notebook}/static/auth/less/login.less (100%) rename {IPython/html => jupyter_notebook}/static/auth/less/logout.less (100%) rename {IPython/html => jupyter_notebook}/static/auth/less/style.less (100%) rename {IPython/html => jupyter_notebook}/static/base/images/favicon.ico (100%) rename {IPython/html => jupyter_notebook}/static/base/images/logo.png (100%) rename {IPython/html => jupyter_notebook}/static/base/js/dialog.js (100%) rename {IPython/html => jupyter_notebook}/static/base/js/events.js (100%) rename {IPython/html => jupyter_notebook}/static/base/js/keyboard.js (100%) rename {IPython/html => jupyter_notebook}/static/base/js/namespace.js (100%) rename {IPython/html => jupyter_notebook}/static/base/js/notificationarea.js (100%) rename {IPython/html => jupyter_notebook}/static/base/js/notificationwidget.js (100%) rename {IPython/html => jupyter_notebook}/static/base/js/page.js (100%) rename {IPython/html => jupyter_notebook}/static/base/js/security.js (100%) rename {IPython/html => jupyter_notebook}/static/base/js/utils.js (100%) rename {IPython/html => jupyter_notebook}/static/base/less/error.less (100%) rename {IPython/html => jupyter_notebook}/static/base/less/flexbox.less (100%) rename {IPython/html => jupyter_notebook}/static/base/less/mixins.less (100%) rename {IPython/html => jupyter_notebook}/static/base/less/page.less (100%) rename {IPython/html => jupyter_notebook}/static/base/less/style.less (100%) rename {IPython/html => jupyter_notebook}/static/base/less/variables.less (100%) rename {IPython/html => jupyter_notebook}/static/custom/custom.css (100%) rename {IPython/html => jupyter_notebook}/static/custom/custom.js (100%) rename {IPython/html => jupyter_notebook}/static/edit/js/editor.js (100%) rename {IPython/html => jupyter_notebook}/static/edit/js/main.js (100%) rename {IPython/html => jupyter_notebook}/static/edit/js/menubar.js (100%) rename {IPython/html => jupyter_notebook}/static/edit/js/notificationarea.js (100%) rename {IPython/html => jupyter_notebook}/static/edit/js/savewidget.js (100%) rename {IPython/html => jupyter_notebook}/static/edit/less/edit.less (100%) rename {IPython/html => jupyter_notebook}/static/edit/less/menubar.less (100%) rename {IPython/html => jupyter_notebook}/static/edit/less/style.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/css/override.css (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/about.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/actions.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/cell.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/celltoolbar.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/celltoolbarpresets/default.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/celltoolbarpresets/example.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/celltoolbarpresets/rawcell.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/celltoolbarpresets/slideshow.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/codecell.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/codemirror-ipython.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/codemirror-ipythongfm.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/completer.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/contexthint.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/kernelselector.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/keyboardmanager.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/main.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/maintoolbar.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/mathjaxutils.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/menubar.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/notebook.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/notificationarea.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/outputarea.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/pager.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/quickhelp.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/savewidget.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/scrollmanager.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/textcell.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/toolbar.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/tooltip.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/js/tour.js (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/ansicolors.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/cell.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/celltoolbar.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/codecell.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/codemirror.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/completer.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/highlight-refs.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/highlight.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/kernelselector.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/menubar.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/notebook.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/notificationarea.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/notificationwidget.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/outputarea.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/pager.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/quickhelp.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/renderedhtml.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/savewidget.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/style.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/style_noapp.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/textcell.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/toolbar.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/tooltip.less (100%) rename {IPython/html => jupyter_notebook}/static/notebook/less/variables.less (100%) rename {IPython/html => jupyter_notebook}/static/services/config.js (100%) rename {IPython/html => jupyter_notebook}/static/services/contents.js (100%) rename {IPython/html => jupyter_notebook}/static/services/kernels/comm.js (100%) rename {IPython/html => jupyter_notebook}/static/services/kernels/kernel.js (100%) rename {IPython/html => jupyter_notebook}/static/services/kernels/serialize.js (100%) rename {IPython/html => jupyter_notebook}/static/services/sessions/session.js (100%) rename {IPython/html => jupyter_notebook}/static/style/ipython.less (100%) rename {IPython/html => jupyter_notebook}/static/style/ipython.min.css (100%) rename {IPython/html => jupyter_notebook}/static/style/style.less (100%) rename {IPython/html => jupyter_notebook}/static/style/style.min.css (100%) rename {IPython/html => jupyter_notebook}/static/terminal/css/override.css (100%) rename {IPython/html => jupyter_notebook}/static/terminal/js/main.js (100%) rename {IPython/html => jupyter_notebook}/static/terminal/js/terminado.js (100%) rename {IPython/html => jupyter_notebook}/static/terminal/less/terminal.less (100%) rename {IPython/html => jupyter_notebook}/static/tree/js/clusterlist.js (100%) rename {IPython/html => jupyter_notebook}/static/tree/js/kernellist.js (100%) rename {IPython/html => jupyter_notebook}/static/tree/js/main.js (100%) rename {IPython/html => jupyter_notebook}/static/tree/js/newnotebook.js (100%) rename {IPython/html => jupyter_notebook}/static/tree/js/notebooklist.js (100%) rename {IPython/html => jupyter_notebook}/static/tree/js/sessionlist.js (100%) rename {IPython/html => jupyter_notebook}/static/tree/js/terminallist.js (100%) rename {IPython/html => jupyter_notebook}/static/tree/less/altuploadform.less (100%) rename {IPython/html => jupyter_notebook}/static/tree/less/style.less (100%) rename {IPython/html => jupyter_notebook}/static/tree/less/tree.less (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/init.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/manager.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_bool.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_box.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_button.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_float.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_image.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_int.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_link.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_output.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_selection.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_selectioncontainer.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/js/widget_string.js (100%) rename {IPython/html => jupyter_notebook}/static/widgets/less/widgets.less (100%) rename {IPython/html => jupyter_notebook}/tasks.py (100%) rename {IPython/html => jupyter_notebook}/templates/404.html (100%) rename {IPython/html => jupyter_notebook}/templates/edit.html (100%) rename {IPython/html => jupyter_notebook}/templates/error.html (100%) rename {IPython/html => jupyter_notebook}/templates/login.html (100%) rename {IPython/html => jupyter_notebook}/templates/logout.html (100%) rename {IPython/html => jupyter_notebook}/templates/notebook.html (100%) rename {IPython/html => jupyter_notebook}/templates/page.html (100%) rename {IPython/html => jupyter_notebook}/templates/terminal.html (100%) rename {IPython/html => jupyter_notebook}/templates/tree.html (100%) rename {IPython/html => jupyter_notebook}/terminal/__init__.py (100%) rename {IPython/html => jupyter_notebook}/terminal/api_handlers.py (100%) rename {IPython/html => jupyter_notebook}/terminal/handlers.py (100%) rename {IPython/html => jupyter_notebook}/tests/README.md (100%) create mode 100644 jupyter_notebook/tests/__init__.py rename {IPython/html => jupyter_notebook}/tests/base/highlight.js (100%) rename {IPython/html => jupyter_notebook}/tests/base/keyboard.js (100%) rename {IPython/html => jupyter_notebook}/tests/base/misc.js (100%) rename {IPython/html => jupyter_notebook}/tests/base/security.js (100%) rename {IPython/html => jupyter_notebook}/tests/base/utils.js (100%) rename {IPython/html => jupyter_notebook}/tests/launchnotebook.py (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/deletecell.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/display_image.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/dualmode.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/dualmode_arrows.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/dualmode_cellinsert.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/dualmode_cellmode.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/dualmode_clipboard.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/dualmode_execute.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/dualmode_markdown.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/dualmode_merge.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/empty_arrow_keys.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/execute_code.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/inject_js.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/interrupt.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/isolated_svg.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/markdown.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/merge_cells_api.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/notifications.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/output.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/prompt_numbers.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/roundtrip.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/safe_append_output.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/save.js (100%) rename {IPython/html => jupyter_notebook}/tests/notebook/shutdown.js (100%) rename {IPython/html => jupyter_notebook}/tests/services/kernel.js (100%) rename {IPython/html => jupyter_notebook}/tests/services/serialize.js (100%) rename {IPython/html => jupyter_notebook}/tests/services/session.js (100%) rename {IPython/html => jupyter_notebook}/tests/test_files.py (100%) rename {IPython/html => jupyter_notebook}/tests/test_hist.sqlite (100%) rename {IPython/html => jupyter_notebook}/tests/test_nbextensions.py (100%) rename {IPython/html => jupyter_notebook}/tests/test_notebookapp.py (100%) rename {IPython/html => jupyter_notebook}/tests/test_paths.py (100%) rename {IPython/html => jupyter_notebook}/tests/test_serialize.py (100%) rename {IPython/html => jupyter_notebook}/tests/test_utils.py (100%) rename {IPython/html => jupyter_notebook}/tests/tree/dashboard_nav.js (100%) rename {IPython/html => jupyter_notebook}/tests/util.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/manager.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_bool.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_box.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_button.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_float.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_image.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_int.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_selection.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_selectioncontainer.js (100%) rename {IPython/html => jupyter_notebook}/tests/widgets/widget_string.js (100%) create mode 100644 jupyter_notebook/tree/__init__.py rename {IPython/html => jupyter_notebook}/tree/handlers.py (100%) create mode 100644 jupyter_notebook/tree/tests/__init__.py rename {IPython/html => jupyter_notebook}/tree/tests/test_tree_handler.py (100%) rename {IPython/html => jupyter_notebook}/utils.py (100%) rename {IPython/html => jupyter_notebook}/widgets/__init__.py (100%) rename {IPython/html => jupyter_notebook}/widgets/deprecated.py (100%) rename {IPython/html => jupyter_notebook}/widgets/eventful.py (100%) rename {IPython/html => jupyter_notebook}/widgets/interaction.py (100%) create mode 100644 jupyter_notebook/widgets/tests/__init__.py rename {IPython/html => jupyter_notebook}/widgets/tests/test_interaction.py (100%) rename {IPython/html => jupyter_notebook}/widgets/tests/test_link.py (100%) rename {IPython/html => jupyter_notebook}/widgets/tests/test_traits.py (100%) rename {IPython/html => jupyter_notebook}/widgets/trait_types.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_bool.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_box.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_button.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_float.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_image.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_int.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_link.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_output.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_selection.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_selectioncontainer.py (100%) rename {IPython/html => jupyter_notebook}/widgets/widget_string.py (100%) diff --git a/IPython/html/README.md b/jupyter_notebook/README.md similarity index 100% rename from IPython/html/README.md rename to jupyter_notebook/README.md diff --git a/IPython/html/__init__.py b/jupyter_notebook/__init__.py similarity index 100% rename from IPython/html/__init__.py rename to jupyter_notebook/__init__.py diff --git a/IPython/html/__main__.py b/jupyter_notebook/__main__.py similarity index 100% rename from IPython/html/__main__.py rename to jupyter_notebook/__main__.py diff --git a/IPython/html/allow76.py b/jupyter_notebook/allow76.py similarity index 100% rename from IPython/html/allow76.py rename to jupyter_notebook/allow76.py diff --git a/IPython/html/widgets/tests/__init__.py b/jupyter_notebook/auth/__init__.py similarity index 100% rename from IPython/html/widgets/tests/__init__.py rename to jupyter_notebook/auth/__init__.py diff --git a/IPython/html/auth/login.py b/jupyter_notebook/auth/login.py similarity index 100% rename from IPython/html/auth/login.py rename to jupyter_notebook/auth/login.py diff --git a/IPython/html/auth/logout.py b/jupyter_notebook/auth/logout.py similarity index 100% rename from IPython/html/auth/logout.py rename to jupyter_notebook/auth/logout.py diff --git a/jupyter_notebook/base/__init__.py b/jupyter_notebook/base/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/base/handlers.py b/jupyter_notebook/base/handlers.py similarity index 100% rename from IPython/html/base/handlers.py rename to jupyter_notebook/base/handlers.py diff --git a/IPython/html/base/zmqhandlers.py b/jupyter_notebook/base/zmqhandlers.py similarity index 100% rename from IPython/html/base/zmqhandlers.py rename to jupyter_notebook/base/zmqhandlers.py diff --git a/jupyter_notebook/edit/__init__.py b/jupyter_notebook/edit/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/edit/handlers.py b/jupyter_notebook/edit/handlers.py similarity index 100% rename from IPython/html/edit/handlers.py rename to jupyter_notebook/edit/handlers.py diff --git a/jupyter_notebook/files/__init__.py b/jupyter_notebook/files/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/files/handlers.py b/jupyter_notebook/files/handlers.py similarity index 100% rename from IPython/html/files/handlers.py rename to jupyter_notebook/files/handlers.py diff --git a/jupyter_notebook/kernelspecs/__init__.py b/jupyter_notebook/kernelspecs/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/kernelspecs/handlers.py b/jupyter_notebook/kernelspecs/handlers.py similarity index 100% rename from IPython/html/kernelspecs/handlers.py rename to jupyter_notebook/kernelspecs/handlers.py diff --git a/IPython/html/log.py b/jupyter_notebook/log.py similarity index 100% rename from IPython/html/log.py rename to jupyter_notebook/log.py diff --git a/jupyter_notebook/nbconvert/__init__.py b/jupyter_notebook/nbconvert/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/nbconvert/handlers.py b/jupyter_notebook/nbconvert/handlers.py similarity index 100% rename from IPython/html/nbconvert/handlers.py rename to jupyter_notebook/nbconvert/handlers.py diff --git a/jupyter_notebook/nbconvert/tests/__init__.py b/jupyter_notebook/nbconvert/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/nbconvert/tests/test_nbconvert_handlers.py b/jupyter_notebook/nbconvert/tests/test_nbconvert_handlers.py similarity index 100% rename from IPython/html/nbconvert/tests/test_nbconvert_handlers.py rename to jupyter_notebook/nbconvert/tests/test_nbconvert_handlers.py diff --git a/IPython/html/nbextensions.py b/jupyter_notebook/nbextensions.py similarity index 100% rename from IPython/html/nbextensions.py rename to jupyter_notebook/nbextensions.py diff --git a/jupyter_notebook/notebook/__init__.py b/jupyter_notebook/notebook/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/notebook/handlers.py b/jupyter_notebook/notebook/handlers.py similarity index 100% rename from IPython/html/notebook/handlers.py rename to jupyter_notebook/notebook/handlers.py diff --git a/IPython/html/notebookapp.py b/jupyter_notebook/notebookapp.py similarity index 100% rename from IPython/html/notebookapp.py rename to jupyter_notebook/notebookapp.py diff --git a/jupyter_notebook/services/__init__.py b/jupyter_notebook/services/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/jupyter_notebook/services/clusters/__init__.py b/jupyter_notebook/services/clusters/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/clusters/clustermanager.py b/jupyter_notebook/services/clusters/clustermanager.py similarity index 100% rename from IPython/html/services/clusters/clustermanager.py rename to jupyter_notebook/services/clusters/clustermanager.py diff --git a/IPython/html/services/clusters/handlers.py b/jupyter_notebook/services/clusters/handlers.py similarity index 100% rename from IPython/html/services/clusters/handlers.py rename to jupyter_notebook/services/clusters/handlers.py diff --git a/IPython/html/services/config/__init__.py b/jupyter_notebook/services/config/__init__.py similarity index 100% rename from IPython/html/services/config/__init__.py rename to jupyter_notebook/services/config/__init__.py diff --git a/IPython/html/services/config/handlers.py b/jupyter_notebook/services/config/handlers.py similarity index 100% rename from IPython/html/services/config/handlers.py rename to jupyter_notebook/services/config/handlers.py diff --git a/IPython/html/services/config/manager.py b/jupyter_notebook/services/config/manager.py similarity index 100% rename from IPython/html/services/config/manager.py rename to jupyter_notebook/services/config/manager.py diff --git a/jupyter_notebook/services/config/tests/__init__.py b/jupyter_notebook/services/config/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/config/tests/test_config_api.py b/jupyter_notebook/services/config/tests/test_config_api.py similarity index 100% rename from IPython/html/services/config/tests/test_config_api.py rename to jupyter_notebook/services/config/tests/test_config_api.py diff --git a/jupyter_notebook/services/contents/__init__.py b/jupyter_notebook/services/contents/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/contents/checkpoints.py b/jupyter_notebook/services/contents/checkpoints.py similarity index 100% rename from IPython/html/services/contents/checkpoints.py rename to jupyter_notebook/services/contents/checkpoints.py diff --git a/IPython/html/services/contents/filecheckpoints.py b/jupyter_notebook/services/contents/filecheckpoints.py similarity index 100% rename from IPython/html/services/contents/filecheckpoints.py rename to jupyter_notebook/services/contents/filecheckpoints.py diff --git a/IPython/html/services/contents/fileio.py b/jupyter_notebook/services/contents/fileio.py similarity index 100% rename from IPython/html/services/contents/fileio.py rename to jupyter_notebook/services/contents/fileio.py diff --git a/IPython/html/services/contents/filemanager.py b/jupyter_notebook/services/contents/filemanager.py similarity index 100% rename from IPython/html/services/contents/filemanager.py rename to jupyter_notebook/services/contents/filemanager.py diff --git a/IPython/html/services/contents/handlers.py b/jupyter_notebook/services/contents/handlers.py similarity index 100% rename from IPython/html/services/contents/handlers.py rename to jupyter_notebook/services/contents/handlers.py diff --git a/IPython/html/services/contents/manager.py b/jupyter_notebook/services/contents/manager.py similarity index 100% rename from IPython/html/services/contents/manager.py rename to jupyter_notebook/services/contents/manager.py diff --git a/jupyter_notebook/services/contents/tests/__init__.py b/jupyter_notebook/services/contents/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/contents/tests/test_contents_api.py b/jupyter_notebook/services/contents/tests/test_contents_api.py similarity index 100% rename from IPython/html/services/contents/tests/test_contents_api.py rename to jupyter_notebook/services/contents/tests/test_contents_api.py diff --git a/IPython/html/services/contents/tests/test_fileio.py b/jupyter_notebook/services/contents/tests/test_fileio.py similarity index 100% rename from IPython/html/services/contents/tests/test_fileio.py rename to jupyter_notebook/services/contents/tests/test_fileio.py diff --git a/IPython/html/services/contents/tests/test_manager.py b/jupyter_notebook/services/contents/tests/test_manager.py similarity index 100% rename from IPython/html/services/contents/tests/test_manager.py rename to jupyter_notebook/services/contents/tests/test_manager.py diff --git a/jupyter_notebook/services/kernels/__init__.py b/jupyter_notebook/services/kernels/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/kernels/handlers.py b/jupyter_notebook/services/kernels/handlers.py similarity index 100% rename from IPython/html/services/kernels/handlers.py rename to jupyter_notebook/services/kernels/handlers.py diff --git a/IPython/html/services/kernels/kernelmanager.py b/jupyter_notebook/services/kernels/kernelmanager.py similarity index 100% rename from IPython/html/services/kernels/kernelmanager.py rename to jupyter_notebook/services/kernels/kernelmanager.py diff --git a/jupyter_notebook/services/kernels/tests/__init__.py b/jupyter_notebook/services/kernels/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/kernels/tests/test_kernels_api.py b/jupyter_notebook/services/kernels/tests/test_kernels_api.py similarity index 100% rename from IPython/html/services/kernels/tests/test_kernels_api.py rename to jupyter_notebook/services/kernels/tests/test_kernels_api.py diff --git a/jupyter_notebook/services/kernelspecs/__init__.py b/jupyter_notebook/services/kernelspecs/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/kernelspecs/handlers.py b/jupyter_notebook/services/kernelspecs/handlers.py similarity index 100% rename from IPython/html/services/kernelspecs/handlers.py rename to jupyter_notebook/services/kernelspecs/handlers.py diff --git a/jupyter_notebook/services/kernelspecs/tests/__init__.py b/jupyter_notebook/services/kernelspecs/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/kernelspecs/tests/test_kernelspecs_api.py b/jupyter_notebook/services/kernelspecs/tests/test_kernelspecs_api.py similarity index 100% rename from IPython/html/services/kernelspecs/tests/test_kernelspecs_api.py rename to jupyter_notebook/services/kernelspecs/tests/test_kernelspecs_api.py diff --git a/jupyter_notebook/services/nbconvert/__init__.py b/jupyter_notebook/services/nbconvert/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/nbconvert/handlers.py b/jupyter_notebook/services/nbconvert/handlers.py similarity index 100% rename from IPython/html/services/nbconvert/handlers.py rename to jupyter_notebook/services/nbconvert/handlers.py diff --git a/jupyter_notebook/services/nbconvert/tests/__init__.py b/jupyter_notebook/services/nbconvert/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/nbconvert/tests/test_nbconvert_api.py b/jupyter_notebook/services/nbconvert/tests/test_nbconvert_api.py similarity index 100% rename from IPython/html/services/nbconvert/tests/test_nbconvert_api.py rename to jupyter_notebook/services/nbconvert/tests/test_nbconvert_api.py diff --git a/IPython/html/services/security/__init__.py b/jupyter_notebook/services/security/__init__.py similarity index 100% rename from IPython/html/services/security/__init__.py rename to jupyter_notebook/services/security/__init__.py diff --git a/IPython/html/services/security/handlers.py b/jupyter_notebook/services/security/handlers.py similarity index 100% rename from IPython/html/services/security/handlers.py rename to jupyter_notebook/services/security/handlers.py diff --git a/jupyter_notebook/services/sessions/__init__.py b/jupyter_notebook/services/sessions/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/sessions/handlers.py b/jupyter_notebook/services/sessions/handlers.py similarity index 100% rename from IPython/html/services/sessions/handlers.py rename to jupyter_notebook/services/sessions/handlers.py diff --git a/IPython/html/services/sessions/sessionmanager.py b/jupyter_notebook/services/sessions/sessionmanager.py similarity index 100% rename from IPython/html/services/sessions/sessionmanager.py rename to jupyter_notebook/services/sessions/sessionmanager.py diff --git a/jupyter_notebook/services/sessions/tests/__init__.py b/jupyter_notebook/services/sessions/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/services/sessions/tests/test_sessionmanager.py b/jupyter_notebook/services/sessions/tests/test_sessionmanager.py similarity index 100% rename from IPython/html/services/sessions/tests/test_sessionmanager.py rename to jupyter_notebook/services/sessions/tests/test_sessionmanager.py diff --git a/IPython/html/services/sessions/tests/test_sessions_api.py b/jupyter_notebook/services/sessions/tests/test_sessions_api.py similarity index 100% rename from IPython/html/services/sessions/tests/test_sessions_api.py rename to jupyter_notebook/services/sessions/tests/test_sessions_api.py diff --git a/IPython/html/static/auth/css/override.css b/jupyter_notebook/static/auth/css/override.css similarity index 100% rename from IPython/html/static/auth/css/override.css rename to jupyter_notebook/static/auth/css/override.css diff --git a/IPython/html/static/auth/js/loginmain.js b/jupyter_notebook/static/auth/js/loginmain.js similarity index 100% rename from IPython/html/static/auth/js/loginmain.js rename to jupyter_notebook/static/auth/js/loginmain.js diff --git a/IPython/html/static/auth/js/loginwidget.js b/jupyter_notebook/static/auth/js/loginwidget.js similarity index 100% rename from IPython/html/static/auth/js/loginwidget.js rename to jupyter_notebook/static/auth/js/loginwidget.js diff --git a/IPython/html/static/auth/js/logoutmain.js b/jupyter_notebook/static/auth/js/logoutmain.js similarity index 100% rename from IPython/html/static/auth/js/logoutmain.js rename to jupyter_notebook/static/auth/js/logoutmain.js diff --git a/IPython/html/static/auth/less/login.less b/jupyter_notebook/static/auth/less/login.less similarity index 100% rename from IPython/html/static/auth/less/login.less rename to jupyter_notebook/static/auth/less/login.less diff --git a/IPython/html/static/auth/less/logout.less b/jupyter_notebook/static/auth/less/logout.less similarity index 100% rename from IPython/html/static/auth/less/logout.less rename to jupyter_notebook/static/auth/less/logout.less diff --git a/IPython/html/static/auth/less/style.less b/jupyter_notebook/static/auth/less/style.less similarity index 100% rename from IPython/html/static/auth/less/style.less rename to jupyter_notebook/static/auth/less/style.less diff --git a/IPython/html/static/base/images/favicon.ico b/jupyter_notebook/static/base/images/favicon.ico similarity index 100% rename from IPython/html/static/base/images/favicon.ico rename to jupyter_notebook/static/base/images/favicon.ico diff --git a/IPython/html/static/base/images/logo.png b/jupyter_notebook/static/base/images/logo.png similarity index 100% rename from IPython/html/static/base/images/logo.png rename to jupyter_notebook/static/base/images/logo.png diff --git a/IPython/html/static/base/js/dialog.js b/jupyter_notebook/static/base/js/dialog.js similarity index 100% rename from IPython/html/static/base/js/dialog.js rename to jupyter_notebook/static/base/js/dialog.js diff --git a/IPython/html/static/base/js/events.js b/jupyter_notebook/static/base/js/events.js similarity index 100% rename from IPython/html/static/base/js/events.js rename to jupyter_notebook/static/base/js/events.js diff --git a/IPython/html/static/base/js/keyboard.js b/jupyter_notebook/static/base/js/keyboard.js similarity index 100% rename from IPython/html/static/base/js/keyboard.js rename to jupyter_notebook/static/base/js/keyboard.js diff --git a/IPython/html/static/base/js/namespace.js b/jupyter_notebook/static/base/js/namespace.js similarity index 100% rename from IPython/html/static/base/js/namespace.js rename to jupyter_notebook/static/base/js/namespace.js diff --git a/IPython/html/static/base/js/notificationarea.js b/jupyter_notebook/static/base/js/notificationarea.js similarity index 100% rename from IPython/html/static/base/js/notificationarea.js rename to jupyter_notebook/static/base/js/notificationarea.js diff --git a/IPython/html/static/base/js/notificationwidget.js b/jupyter_notebook/static/base/js/notificationwidget.js similarity index 100% rename from IPython/html/static/base/js/notificationwidget.js rename to jupyter_notebook/static/base/js/notificationwidget.js diff --git a/IPython/html/static/base/js/page.js b/jupyter_notebook/static/base/js/page.js similarity index 100% rename from IPython/html/static/base/js/page.js rename to jupyter_notebook/static/base/js/page.js diff --git a/IPython/html/static/base/js/security.js b/jupyter_notebook/static/base/js/security.js similarity index 100% rename from IPython/html/static/base/js/security.js rename to jupyter_notebook/static/base/js/security.js diff --git a/IPython/html/static/base/js/utils.js b/jupyter_notebook/static/base/js/utils.js similarity index 100% rename from IPython/html/static/base/js/utils.js rename to jupyter_notebook/static/base/js/utils.js diff --git a/IPython/html/static/base/less/error.less b/jupyter_notebook/static/base/less/error.less similarity index 100% rename from IPython/html/static/base/less/error.less rename to jupyter_notebook/static/base/less/error.less diff --git a/IPython/html/static/base/less/flexbox.less b/jupyter_notebook/static/base/less/flexbox.less similarity index 100% rename from IPython/html/static/base/less/flexbox.less rename to jupyter_notebook/static/base/less/flexbox.less diff --git a/IPython/html/static/base/less/mixins.less b/jupyter_notebook/static/base/less/mixins.less similarity index 100% rename from IPython/html/static/base/less/mixins.less rename to jupyter_notebook/static/base/less/mixins.less diff --git a/IPython/html/static/base/less/page.less b/jupyter_notebook/static/base/less/page.less similarity index 100% rename from IPython/html/static/base/less/page.less rename to jupyter_notebook/static/base/less/page.less diff --git a/IPython/html/static/base/less/style.less b/jupyter_notebook/static/base/less/style.less similarity index 100% rename from IPython/html/static/base/less/style.less rename to jupyter_notebook/static/base/less/style.less diff --git a/IPython/html/static/base/less/variables.less b/jupyter_notebook/static/base/less/variables.less similarity index 100% rename from IPython/html/static/base/less/variables.less rename to jupyter_notebook/static/base/less/variables.less diff --git a/IPython/html/static/custom/custom.css b/jupyter_notebook/static/custom/custom.css similarity index 100% rename from IPython/html/static/custom/custom.css rename to jupyter_notebook/static/custom/custom.css diff --git a/IPython/html/static/custom/custom.js b/jupyter_notebook/static/custom/custom.js similarity index 100% rename from IPython/html/static/custom/custom.js rename to jupyter_notebook/static/custom/custom.js diff --git a/IPython/html/static/edit/js/editor.js b/jupyter_notebook/static/edit/js/editor.js similarity index 100% rename from IPython/html/static/edit/js/editor.js rename to jupyter_notebook/static/edit/js/editor.js diff --git a/IPython/html/static/edit/js/main.js b/jupyter_notebook/static/edit/js/main.js similarity index 100% rename from IPython/html/static/edit/js/main.js rename to jupyter_notebook/static/edit/js/main.js diff --git a/IPython/html/static/edit/js/menubar.js b/jupyter_notebook/static/edit/js/menubar.js similarity index 100% rename from IPython/html/static/edit/js/menubar.js rename to jupyter_notebook/static/edit/js/menubar.js diff --git a/IPython/html/static/edit/js/notificationarea.js b/jupyter_notebook/static/edit/js/notificationarea.js similarity index 100% rename from IPython/html/static/edit/js/notificationarea.js rename to jupyter_notebook/static/edit/js/notificationarea.js diff --git a/IPython/html/static/edit/js/savewidget.js b/jupyter_notebook/static/edit/js/savewidget.js similarity index 100% rename from IPython/html/static/edit/js/savewidget.js rename to jupyter_notebook/static/edit/js/savewidget.js diff --git a/IPython/html/static/edit/less/edit.less b/jupyter_notebook/static/edit/less/edit.less similarity index 100% rename from IPython/html/static/edit/less/edit.less rename to jupyter_notebook/static/edit/less/edit.less diff --git a/IPython/html/static/edit/less/menubar.less b/jupyter_notebook/static/edit/less/menubar.less similarity index 100% rename from IPython/html/static/edit/less/menubar.less rename to jupyter_notebook/static/edit/less/menubar.less diff --git a/IPython/html/static/edit/less/style.less b/jupyter_notebook/static/edit/less/style.less similarity index 100% rename from IPython/html/static/edit/less/style.less rename to jupyter_notebook/static/edit/less/style.less diff --git a/IPython/html/static/notebook/css/override.css b/jupyter_notebook/static/notebook/css/override.css similarity index 100% rename from IPython/html/static/notebook/css/override.css rename to jupyter_notebook/static/notebook/css/override.css diff --git a/IPython/html/static/notebook/js/about.js b/jupyter_notebook/static/notebook/js/about.js similarity index 100% rename from IPython/html/static/notebook/js/about.js rename to jupyter_notebook/static/notebook/js/about.js diff --git a/IPython/html/static/notebook/js/actions.js b/jupyter_notebook/static/notebook/js/actions.js similarity index 100% rename from IPython/html/static/notebook/js/actions.js rename to jupyter_notebook/static/notebook/js/actions.js diff --git a/IPython/html/static/notebook/js/cell.js b/jupyter_notebook/static/notebook/js/cell.js similarity index 100% rename from IPython/html/static/notebook/js/cell.js rename to jupyter_notebook/static/notebook/js/cell.js diff --git a/IPython/html/static/notebook/js/celltoolbar.js b/jupyter_notebook/static/notebook/js/celltoolbar.js similarity index 100% rename from IPython/html/static/notebook/js/celltoolbar.js rename to jupyter_notebook/static/notebook/js/celltoolbar.js diff --git a/IPython/html/static/notebook/js/celltoolbarpresets/default.js b/jupyter_notebook/static/notebook/js/celltoolbarpresets/default.js similarity index 100% rename from IPython/html/static/notebook/js/celltoolbarpresets/default.js rename to jupyter_notebook/static/notebook/js/celltoolbarpresets/default.js diff --git a/IPython/html/static/notebook/js/celltoolbarpresets/example.js b/jupyter_notebook/static/notebook/js/celltoolbarpresets/example.js similarity index 100% rename from IPython/html/static/notebook/js/celltoolbarpresets/example.js rename to jupyter_notebook/static/notebook/js/celltoolbarpresets/example.js diff --git a/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js b/jupyter_notebook/static/notebook/js/celltoolbarpresets/rawcell.js similarity index 100% rename from IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js rename to jupyter_notebook/static/notebook/js/celltoolbarpresets/rawcell.js diff --git a/IPython/html/static/notebook/js/celltoolbarpresets/slideshow.js b/jupyter_notebook/static/notebook/js/celltoolbarpresets/slideshow.js similarity index 100% rename from IPython/html/static/notebook/js/celltoolbarpresets/slideshow.js rename to jupyter_notebook/static/notebook/js/celltoolbarpresets/slideshow.js diff --git a/IPython/html/static/notebook/js/codecell.js b/jupyter_notebook/static/notebook/js/codecell.js similarity index 100% rename from IPython/html/static/notebook/js/codecell.js rename to jupyter_notebook/static/notebook/js/codecell.js diff --git a/IPython/html/static/notebook/js/codemirror-ipython.js b/jupyter_notebook/static/notebook/js/codemirror-ipython.js similarity index 100% rename from IPython/html/static/notebook/js/codemirror-ipython.js rename to jupyter_notebook/static/notebook/js/codemirror-ipython.js diff --git a/IPython/html/static/notebook/js/codemirror-ipythongfm.js b/jupyter_notebook/static/notebook/js/codemirror-ipythongfm.js similarity index 100% rename from IPython/html/static/notebook/js/codemirror-ipythongfm.js rename to jupyter_notebook/static/notebook/js/codemirror-ipythongfm.js diff --git a/IPython/html/static/notebook/js/completer.js b/jupyter_notebook/static/notebook/js/completer.js similarity index 100% rename from IPython/html/static/notebook/js/completer.js rename to jupyter_notebook/static/notebook/js/completer.js diff --git a/IPython/html/static/notebook/js/contexthint.js b/jupyter_notebook/static/notebook/js/contexthint.js similarity index 100% rename from IPython/html/static/notebook/js/contexthint.js rename to jupyter_notebook/static/notebook/js/contexthint.js diff --git a/IPython/html/static/notebook/js/kernelselector.js b/jupyter_notebook/static/notebook/js/kernelselector.js similarity index 100% rename from IPython/html/static/notebook/js/kernelselector.js rename to jupyter_notebook/static/notebook/js/kernelselector.js diff --git a/IPython/html/static/notebook/js/keyboardmanager.js b/jupyter_notebook/static/notebook/js/keyboardmanager.js similarity index 100% rename from IPython/html/static/notebook/js/keyboardmanager.js rename to jupyter_notebook/static/notebook/js/keyboardmanager.js diff --git a/IPython/html/static/notebook/js/main.js b/jupyter_notebook/static/notebook/js/main.js similarity index 100% rename from IPython/html/static/notebook/js/main.js rename to jupyter_notebook/static/notebook/js/main.js diff --git a/IPython/html/static/notebook/js/maintoolbar.js b/jupyter_notebook/static/notebook/js/maintoolbar.js similarity index 100% rename from IPython/html/static/notebook/js/maintoolbar.js rename to jupyter_notebook/static/notebook/js/maintoolbar.js diff --git a/IPython/html/static/notebook/js/mathjaxutils.js b/jupyter_notebook/static/notebook/js/mathjaxutils.js similarity index 100% rename from IPython/html/static/notebook/js/mathjaxutils.js rename to jupyter_notebook/static/notebook/js/mathjaxutils.js diff --git a/IPython/html/static/notebook/js/menubar.js b/jupyter_notebook/static/notebook/js/menubar.js similarity index 100% rename from IPython/html/static/notebook/js/menubar.js rename to jupyter_notebook/static/notebook/js/menubar.js diff --git a/IPython/html/static/notebook/js/notebook.js b/jupyter_notebook/static/notebook/js/notebook.js similarity index 100% rename from IPython/html/static/notebook/js/notebook.js rename to jupyter_notebook/static/notebook/js/notebook.js diff --git a/IPython/html/static/notebook/js/notificationarea.js b/jupyter_notebook/static/notebook/js/notificationarea.js similarity index 100% rename from IPython/html/static/notebook/js/notificationarea.js rename to jupyter_notebook/static/notebook/js/notificationarea.js diff --git a/IPython/html/static/notebook/js/outputarea.js b/jupyter_notebook/static/notebook/js/outputarea.js similarity index 100% rename from IPython/html/static/notebook/js/outputarea.js rename to jupyter_notebook/static/notebook/js/outputarea.js diff --git a/IPython/html/static/notebook/js/pager.js b/jupyter_notebook/static/notebook/js/pager.js similarity index 100% rename from IPython/html/static/notebook/js/pager.js rename to jupyter_notebook/static/notebook/js/pager.js diff --git a/IPython/html/static/notebook/js/quickhelp.js b/jupyter_notebook/static/notebook/js/quickhelp.js similarity index 100% rename from IPython/html/static/notebook/js/quickhelp.js rename to jupyter_notebook/static/notebook/js/quickhelp.js diff --git a/IPython/html/static/notebook/js/savewidget.js b/jupyter_notebook/static/notebook/js/savewidget.js similarity index 100% rename from IPython/html/static/notebook/js/savewidget.js rename to jupyter_notebook/static/notebook/js/savewidget.js diff --git a/IPython/html/static/notebook/js/scrollmanager.js b/jupyter_notebook/static/notebook/js/scrollmanager.js similarity index 100% rename from IPython/html/static/notebook/js/scrollmanager.js rename to jupyter_notebook/static/notebook/js/scrollmanager.js diff --git a/IPython/html/static/notebook/js/textcell.js b/jupyter_notebook/static/notebook/js/textcell.js similarity index 100% rename from IPython/html/static/notebook/js/textcell.js rename to jupyter_notebook/static/notebook/js/textcell.js diff --git a/IPython/html/static/notebook/js/toolbar.js b/jupyter_notebook/static/notebook/js/toolbar.js similarity index 100% rename from IPython/html/static/notebook/js/toolbar.js rename to jupyter_notebook/static/notebook/js/toolbar.js diff --git a/IPython/html/static/notebook/js/tooltip.js b/jupyter_notebook/static/notebook/js/tooltip.js similarity index 100% rename from IPython/html/static/notebook/js/tooltip.js rename to jupyter_notebook/static/notebook/js/tooltip.js diff --git a/IPython/html/static/notebook/js/tour.js b/jupyter_notebook/static/notebook/js/tour.js similarity index 100% rename from IPython/html/static/notebook/js/tour.js rename to jupyter_notebook/static/notebook/js/tour.js diff --git a/IPython/html/static/notebook/less/ansicolors.less b/jupyter_notebook/static/notebook/less/ansicolors.less similarity index 100% rename from IPython/html/static/notebook/less/ansicolors.less rename to jupyter_notebook/static/notebook/less/ansicolors.less diff --git a/IPython/html/static/notebook/less/cell.less b/jupyter_notebook/static/notebook/less/cell.less similarity index 100% rename from IPython/html/static/notebook/less/cell.less rename to jupyter_notebook/static/notebook/less/cell.less diff --git a/IPython/html/static/notebook/less/celltoolbar.less b/jupyter_notebook/static/notebook/less/celltoolbar.less similarity index 100% rename from IPython/html/static/notebook/less/celltoolbar.less rename to jupyter_notebook/static/notebook/less/celltoolbar.less diff --git a/IPython/html/static/notebook/less/codecell.less b/jupyter_notebook/static/notebook/less/codecell.less similarity index 100% rename from IPython/html/static/notebook/less/codecell.less rename to jupyter_notebook/static/notebook/less/codecell.less diff --git a/IPython/html/static/notebook/less/codemirror.less b/jupyter_notebook/static/notebook/less/codemirror.less similarity index 100% rename from IPython/html/static/notebook/less/codemirror.less rename to jupyter_notebook/static/notebook/less/codemirror.less diff --git a/IPython/html/static/notebook/less/completer.less b/jupyter_notebook/static/notebook/less/completer.less similarity index 100% rename from IPython/html/static/notebook/less/completer.less rename to jupyter_notebook/static/notebook/less/completer.less diff --git a/IPython/html/static/notebook/less/highlight-refs.less b/jupyter_notebook/static/notebook/less/highlight-refs.less similarity index 100% rename from IPython/html/static/notebook/less/highlight-refs.less rename to jupyter_notebook/static/notebook/less/highlight-refs.less diff --git a/IPython/html/static/notebook/less/highlight.less b/jupyter_notebook/static/notebook/less/highlight.less similarity index 100% rename from IPython/html/static/notebook/less/highlight.less rename to jupyter_notebook/static/notebook/less/highlight.less diff --git a/IPython/html/static/notebook/less/kernelselector.less b/jupyter_notebook/static/notebook/less/kernelselector.less similarity index 100% rename from IPython/html/static/notebook/less/kernelselector.less rename to jupyter_notebook/static/notebook/less/kernelselector.less diff --git a/IPython/html/static/notebook/less/menubar.less b/jupyter_notebook/static/notebook/less/menubar.less similarity index 100% rename from IPython/html/static/notebook/less/menubar.less rename to jupyter_notebook/static/notebook/less/menubar.less diff --git a/IPython/html/static/notebook/less/notebook.less b/jupyter_notebook/static/notebook/less/notebook.less similarity index 100% rename from IPython/html/static/notebook/less/notebook.less rename to jupyter_notebook/static/notebook/less/notebook.less diff --git a/IPython/html/static/notebook/less/notificationarea.less b/jupyter_notebook/static/notebook/less/notificationarea.less similarity index 100% rename from IPython/html/static/notebook/less/notificationarea.less rename to jupyter_notebook/static/notebook/less/notificationarea.less diff --git a/IPython/html/static/notebook/less/notificationwidget.less b/jupyter_notebook/static/notebook/less/notificationwidget.less similarity index 100% rename from IPython/html/static/notebook/less/notificationwidget.less rename to jupyter_notebook/static/notebook/less/notificationwidget.less diff --git a/IPython/html/static/notebook/less/outputarea.less b/jupyter_notebook/static/notebook/less/outputarea.less similarity index 100% rename from IPython/html/static/notebook/less/outputarea.less rename to jupyter_notebook/static/notebook/less/outputarea.less diff --git a/IPython/html/static/notebook/less/pager.less b/jupyter_notebook/static/notebook/less/pager.less similarity index 100% rename from IPython/html/static/notebook/less/pager.less rename to jupyter_notebook/static/notebook/less/pager.less diff --git a/IPython/html/static/notebook/less/quickhelp.less b/jupyter_notebook/static/notebook/less/quickhelp.less similarity index 100% rename from IPython/html/static/notebook/less/quickhelp.less rename to jupyter_notebook/static/notebook/less/quickhelp.less diff --git a/IPython/html/static/notebook/less/renderedhtml.less b/jupyter_notebook/static/notebook/less/renderedhtml.less similarity index 100% rename from IPython/html/static/notebook/less/renderedhtml.less rename to jupyter_notebook/static/notebook/less/renderedhtml.less diff --git a/IPython/html/static/notebook/less/savewidget.less b/jupyter_notebook/static/notebook/less/savewidget.less similarity index 100% rename from IPython/html/static/notebook/less/savewidget.less rename to jupyter_notebook/static/notebook/less/savewidget.less diff --git a/IPython/html/static/notebook/less/style.less b/jupyter_notebook/static/notebook/less/style.less similarity index 100% rename from IPython/html/static/notebook/less/style.less rename to jupyter_notebook/static/notebook/less/style.less diff --git a/IPython/html/static/notebook/less/style_noapp.less b/jupyter_notebook/static/notebook/less/style_noapp.less similarity index 100% rename from IPython/html/static/notebook/less/style_noapp.less rename to jupyter_notebook/static/notebook/less/style_noapp.less diff --git a/IPython/html/static/notebook/less/textcell.less b/jupyter_notebook/static/notebook/less/textcell.less similarity index 100% rename from IPython/html/static/notebook/less/textcell.less rename to jupyter_notebook/static/notebook/less/textcell.less diff --git a/IPython/html/static/notebook/less/toolbar.less b/jupyter_notebook/static/notebook/less/toolbar.less similarity index 100% rename from IPython/html/static/notebook/less/toolbar.less rename to jupyter_notebook/static/notebook/less/toolbar.less diff --git a/IPython/html/static/notebook/less/tooltip.less b/jupyter_notebook/static/notebook/less/tooltip.less similarity index 100% rename from IPython/html/static/notebook/less/tooltip.less rename to jupyter_notebook/static/notebook/less/tooltip.less diff --git a/IPython/html/static/notebook/less/variables.less b/jupyter_notebook/static/notebook/less/variables.less similarity index 100% rename from IPython/html/static/notebook/less/variables.less rename to jupyter_notebook/static/notebook/less/variables.less diff --git a/IPython/html/static/services/config.js b/jupyter_notebook/static/services/config.js similarity index 100% rename from IPython/html/static/services/config.js rename to jupyter_notebook/static/services/config.js diff --git a/IPython/html/static/services/contents.js b/jupyter_notebook/static/services/contents.js similarity index 100% rename from IPython/html/static/services/contents.js rename to jupyter_notebook/static/services/contents.js diff --git a/IPython/html/static/services/kernels/comm.js b/jupyter_notebook/static/services/kernels/comm.js similarity index 100% rename from IPython/html/static/services/kernels/comm.js rename to jupyter_notebook/static/services/kernels/comm.js diff --git a/IPython/html/static/services/kernels/kernel.js b/jupyter_notebook/static/services/kernels/kernel.js similarity index 100% rename from IPython/html/static/services/kernels/kernel.js rename to jupyter_notebook/static/services/kernels/kernel.js diff --git a/IPython/html/static/services/kernels/serialize.js b/jupyter_notebook/static/services/kernels/serialize.js similarity index 100% rename from IPython/html/static/services/kernels/serialize.js rename to jupyter_notebook/static/services/kernels/serialize.js diff --git a/IPython/html/static/services/sessions/session.js b/jupyter_notebook/static/services/sessions/session.js similarity index 100% rename from IPython/html/static/services/sessions/session.js rename to jupyter_notebook/static/services/sessions/session.js diff --git a/IPython/html/static/style/ipython.less b/jupyter_notebook/static/style/ipython.less similarity index 100% rename from IPython/html/static/style/ipython.less rename to jupyter_notebook/static/style/ipython.less diff --git a/IPython/html/static/style/ipython.min.css b/jupyter_notebook/static/style/ipython.min.css similarity index 100% rename from IPython/html/static/style/ipython.min.css rename to jupyter_notebook/static/style/ipython.min.css diff --git a/IPython/html/static/style/style.less b/jupyter_notebook/static/style/style.less similarity index 100% rename from IPython/html/static/style/style.less rename to jupyter_notebook/static/style/style.less diff --git a/IPython/html/static/style/style.min.css b/jupyter_notebook/static/style/style.min.css similarity index 100% rename from IPython/html/static/style/style.min.css rename to jupyter_notebook/static/style/style.min.css diff --git a/IPython/html/static/terminal/css/override.css b/jupyter_notebook/static/terminal/css/override.css similarity index 100% rename from IPython/html/static/terminal/css/override.css rename to jupyter_notebook/static/terminal/css/override.css diff --git a/IPython/html/static/terminal/js/main.js b/jupyter_notebook/static/terminal/js/main.js similarity index 100% rename from IPython/html/static/terminal/js/main.js rename to jupyter_notebook/static/terminal/js/main.js diff --git a/IPython/html/static/terminal/js/terminado.js b/jupyter_notebook/static/terminal/js/terminado.js similarity index 100% rename from IPython/html/static/terminal/js/terminado.js rename to jupyter_notebook/static/terminal/js/terminado.js diff --git a/IPython/html/static/terminal/less/terminal.less b/jupyter_notebook/static/terminal/less/terminal.less similarity index 100% rename from IPython/html/static/terminal/less/terminal.less rename to jupyter_notebook/static/terminal/less/terminal.less diff --git a/IPython/html/static/tree/js/clusterlist.js b/jupyter_notebook/static/tree/js/clusterlist.js similarity index 100% rename from IPython/html/static/tree/js/clusterlist.js rename to jupyter_notebook/static/tree/js/clusterlist.js diff --git a/IPython/html/static/tree/js/kernellist.js b/jupyter_notebook/static/tree/js/kernellist.js similarity index 100% rename from IPython/html/static/tree/js/kernellist.js rename to jupyter_notebook/static/tree/js/kernellist.js diff --git a/IPython/html/static/tree/js/main.js b/jupyter_notebook/static/tree/js/main.js similarity index 100% rename from IPython/html/static/tree/js/main.js rename to jupyter_notebook/static/tree/js/main.js diff --git a/IPython/html/static/tree/js/newnotebook.js b/jupyter_notebook/static/tree/js/newnotebook.js similarity index 100% rename from IPython/html/static/tree/js/newnotebook.js rename to jupyter_notebook/static/tree/js/newnotebook.js diff --git a/IPython/html/static/tree/js/notebooklist.js b/jupyter_notebook/static/tree/js/notebooklist.js similarity index 100% rename from IPython/html/static/tree/js/notebooklist.js rename to jupyter_notebook/static/tree/js/notebooklist.js diff --git a/IPython/html/static/tree/js/sessionlist.js b/jupyter_notebook/static/tree/js/sessionlist.js similarity index 100% rename from IPython/html/static/tree/js/sessionlist.js rename to jupyter_notebook/static/tree/js/sessionlist.js diff --git a/IPython/html/static/tree/js/terminallist.js b/jupyter_notebook/static/tree/js/terminallist.js similarity index 100% rename from IPython/html/static/tree/js/terminallist.js rename to jupyter_notebook/static/tree/js/terminallist.js diff --git a/IPython/html/static/tree/less/altuploadform.less b/jupyter_notebook/static/tree/less/altuploadform.less similarity index 100% rename from IPython/html/static/tree/less/altuploadform.less rename to jupyter_notebook/static/tree/less/altuploadform.less diff --git a/IPython/html/static/tree/less/style.less b/jupyter_notebook/static/tree/less/style.less similarity index 100% rename from IPython/html/static/tree/less/style.less rename to jupyter_notebook/static/tree/less/style.less diff --git a/IPython/html/static/tree/less/tree.less b/jupyter_notebook/static/tree/less/tree.less similarity index 100% rename from IPython/html/static/tree/less/tree.less rename to jupyter_notebook/static/tree/less/tree.less diff --git a/IPython/html/static/widgets/js/init.js b/jupyter_notebook/static/widgets/js/init.js similarity index 100% rename from IPython/html/static/widgets/js/init.js rename to jupyter_notebook/static/widgets/js/init.js diff --git a/IPython/html/static/widgets/js/manager.js b/jupyter_notebook/static/widgets/js/manager.js similarity index 100% rename from IPython/html/static/widgets/js/manager.js rename to jupyter_notebook/static/widgets/js/manager.js diff --git a/IPython/html/static/widgets/js/widget.js b/jupyter_notebook/static/widgets/js/widget.js similarity index 100% rename from IPython/html/static/widgets/js/widget.js rename to jupyter_notebook/static/widgets/js/widget.js diff --git a/IPython/html/static/widgets/js/widget_bool.js b/jupyter_notebook/static/widgets/js/widget_bool.js similarity index 100% rename from IPython/html/static/widgets/js/widget_bool.js rename to jupyter_notebook/static/widgets/js/widget_bool.js diff --git a/IPython/html/static/widgets/js/widget_box.js b/jupyter_notebook/static/widgets/js/widget_box.js similarity index 100% rename from IPython/html/static/widgets/js/widget_box.js rename to jupyter_notebook/static/widgets/js/widget_box.js diff --git a/IPython/html/static/widgets/js/widget_button.js b/jupyter_notebook/static/widgets/js/widget_button.js similarity index 100% rename from IPython/html/static/widgets/js/widget_button.js rename to jupyter_notebook/static/widgets/js/widget_button.js diff --git a/IPython/html/static/widgets/js/widget_float.js b/jupyter_notebook/static/widgets/js/widget_float.js similarity index 100% rename from IPython/html/static/widgets/js/widget_float.js rename to jupyter_notebook/static/widgets/js/widget_float.js diff --git a/IPython/html/static/widgets/js/widget_image.js b/jupyter_notebook/static/widgets/js/widget_image.js similarity index 100% rename from IPython/html/static/widgets/js/widget_image.js rename to jupyter_notebook/static/widgets/js/widget_image.js diff --git a/IPython/html/static/widgets/js/widget_int.js b/jupyter_notebook/static/widgets/js/widget_int.js similarity index 100% rename from IPython/html/static/widgets/js/widget_int.js rename to jupyter_notebook/static/widgets/js/widget_int.js diff --git a/IPython/html/static/widgets/js/widget_link.js b/jupyter_notebook/static/widgets/js/widget_link.js similarity index 100% rename from IPython/html/static/widgets/js/widget_link.js rename to jupyter_notebook/static/widgets/js/widget_link.js diff --git a/IPython/html/static/widgets/js/widget_output.js b/jupyter_notebook/static/widgets/js/widget_output.js similarity index 100% rename from IPython/html/static/widgets/js/widget_output.js rename to jupyter_notebook/static/widgets/js/widget_output.js diff --git a/IPython/html/static/widgets/js/widget_selection.js b/jupyter_notebook/static/widgets/js/widget_selection.js similarity index 100% rename from IPython/html/static/widgets/js/widget_selection.js rename to jupyter_notebook/static/widgets/js/widget_selection.js diff --git a/IPython/html/static/widgets/js/widget_selectioncontainer.js b/jupyter_notebook/static/widgets/js/widget_selectioncontainer.js similarity index 100% rename from IPython/html/static/widgets/js/widget_selectioncontainer.js rename to jupyter_notebook/static/widgets/js/widget_selectioncontainer.js diff --git a/IPython/html/static/widgets/js/widget_string.js b/jupyter_notebook/static/widgets/js/widget_string.js similarity index 100% rename from IPython/html/static/widgets/js/widget_string.js rename to jupyter_notebook/static/widgets/js/widget_string.js diff --git a/IPython/html/static/widgets/less/widgets.less b/jupyter_notebook/static/widgets/less/widgets.less similarity index 100% rename from IPython/html/static/widgets/less/widgets.less rename to jupyter_notebook/static/widgets/less/widgets.less diff --git a/IPython/html/tasks.py b/jupyter_notebook/tasks.py similarity index 100% rename from IPython/html/tasks.py rename to jupyter_notebook/tasks.py diff --git a/IPython/html/templates/404.html b/jupyter_notebook/templates/404.html similarity index 100% rename from IPython/html/templates/404.html rename to jupyter_notebook/templates/404.html diff --git a/IPython/html/templates/edit.html b/jupyter_notebook/templates/edit.html similarity index 100% rename from IPython/html/templates/edit.html rename to jupyter_notebook/templates/edit.html diff --git a/IPython/html/templates/error.html b/jupyter_notebook/templates/error.html similarity index 100% rename from IPython/html/templates/error.html rename to jupyter_notebook/templates/error.html diff --git a/IPython/html/templates/login.html b/jupyter_notebook/templates/login.html similarity index 100% rename from IPython/html/templates/login.html rename to jupyter_notebook/templates/login.html diff --git a/IPython/html/templates/logout.html b/jupyter_notebook/templates/logout.html similarity index 100% rename from IPython/html/templates/logout.html rename to jupyter_notebook/templates/logout.html diff --git a/IPython/html/templates/notebook.html b/jupyter_notebook/templates/notebook.html similarity index 100% rename from IPython/html/templates/notebook.html rename to jupyter_notebook/templates/notebook.html diff --git a/IPython/html/templates/page.html b/jupyter_notebook/templates/page.html similarity index 100% rename from IPython/html/templates/page.html rename to jupyter_notebook/templates/page.html diff --git a/IPython/html/templates/terminal.html b/jupyter_notebook/templates/terminal.html similarity index 100% rename from IPython/html/templates/terminal.html rename to jupyter_notebook/templates/terminal.html diff --git a/IPython/html/templates/tree.html b/jupyter_notebook/templates/tree.html similarity index 100% rename from IPython/html/templates/tree.html rename to jupyter_notebook/templates/tree.html diff --git a/IPython/html/terminal/__init__.py b/jupyter_notebook/terminal/__init__.py similarity index 100% rename from IPython/html/terminal/__init__.py rename to jupyter_notebook/terminal/__init__.py diff --git a/IPython/html/terminal/api_handlers.py b/jupyter_notebook/terminal/api_handlers.py similarity index 100% rename from IPython/html/terminal/api_handlers.py rename to jupyter_notebook/terminal/api_handlers.py diff --git a/IPython/html/terminal/handlers.py b/jupyter_notebook/terminal/handlers.py similarity index 100% rename from IPython/html/terminal/handlers.py rename to jupyter_notebook/terminal/handlers.py diff --git a/IPython/html/tests/README.md b/jupyter_notebook/tests/README.md similarity index 100% rename from IPython/html/tests/README.md rename to jupyter_notebook/tests/README.md diff --git a/jupyter_notebook/tests/__init__.py b/jupyter_notebook/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/tests/base/highlight.js b/jupyter_notebook/tests/base/highlight.js similarity index 100% rename from IPython/html/tests/base/highlight.js rename to jupyter_notebook/tests/base/highlight.js diff --git a/IPython/html/tests/base/keyboard.js b/jupyter_notebook/tests/base/keyboard.js similarity index 100% rename from IPython/html/tests/base/keyboard.js rename to jupyter_notebook/tests/base/keyboard.js diff --git a/IPython/html/tests/base/misc.js b/jupyter_notebook/tests/base/misc.js similarity index 100% rename from IPython/html/tests/base/misc.js rename to jupyter_notebook/tests/base/misc.js diff --git a/IPython/html/tests/base/security.js b/jupyter_notebook/tests/base/security.js similarity index 100% rename from IPython/html/tests/base/security.js rename to jupyter_notebook/tests/base/security.js diff --git a/IPython/html/tests/base/utils.js b/jupyter_notebook/tests/base/utils.js similarity index 100% rename from IPython/html/tests/base/utils.js rename to jupyter_notebook/tests/base/utils.js diff --git a/IPython/html/tests/launchnotebook.py b/jupyter_notebook/tests/launchnotebook.py similarity index 100% rename from IPython/html/tests/launchnotebook.py rename to jupyter_notebook/tests/launchnotebook.py diff --git a/IPython/html/tests/notebook/deletecell.js b/jupyter_notebook/tests/notebook/deletecell.js similarity index 100% rename from IPython/html/tests/notebook/deletecell.js rename to jupyter_notebook/tests/notebook/deletecell.js diff --git a/IPython/html/tests/notebook/display_image.js b/jupyter_notebook/tests/notebook/display_image.js similarity index 100% rename from IPython/html/tests/notebook/display_image.js rename to jupyter_notebook/tests/notebook/display_image.js diff --git a/IPython/html/tests/notebook/dualmode.js b/jupyter_notebook/tests/notebook/dualmode.js similarity index 100% rename from IPython/html/tests/notebook/dualmode.js rename to jupyter_notebook/tests/notebook/dualmode.js diff --git a/IPython/html/tests/notebook/dualmode_arrows.js b/jupyter_notebook/tests/notebook/dualmode_arrows.js similarity index 100% rename from IPython/html/tests/notebook/dualmode_arrows.js rename to jupyter_notebook/tests/notebook/dualmode_arrows.js diff --git a/IPython/html/tests/notebook/dualmode_cellinsert.js b/jupyter_notebook/tests/notebook/dualmode_cellinsert.js similarity index 100% rename from IPython/html/tests/notebook/dualmode_cellinsert.js rename to jupyter_notebook/tests/notebook/dualmode_cellinsert.js diff --git a/IPython/html/tests/notebook/dualmode_cellmode.js b/jupyter_notebook/tests/notebook/dualmode_cellmode.js similarity index 100% rename from IPython/html/tests/notebook/dualmode_cellmode.js rename to jupyter_notebook/tests/notebook/dualmode_cellmode.js diff --git a/IPython/html/tests/notebook/dualmode_clipboard.js b/jupyter_notebook/tests/notebook/dualmode_clipboard.js similarity index 100% rename from IPython/html/tests/notebook/dualmode_clipboard.js rename to jupyter_notebook/tests/notebook/dualmode_clipboard.js diff --git a/IPython/html/tests/notebook/dualmode_execute.js b/jupyter_notebook/tests/notebook/dualmode_execute.js similarity index 100% rename from IPython/html/tests/notebook/dualmode_execute.js rename to jupyter_notebook/tests/notebook/dualmode_execute.js diff --git a/IPython/html/tests/notebook/dualmode_markdown.js b/jupyter_notebook/tests/notebook/dualmode_markdown.js similarity index 100% rename from IPython/html/tests/notebook/dualmode_markdown.js rename to jupyter_notebook/tests/notebook/dualmode_markdown.js diff --git a/IPython/html/tests/notebook/dualmode_merge.js b/jupyter_notebook/tests/notebook/dualmode_merge.js similarity index 100% rename from IPython/html/tests/notebook/dualmode_merge.js rename to jupyter_notebook/tests/notebook/dualmode_merge.js diff --git a/IPython/html/tests/notebook/empty_arrow_keys.js b/jupyter_notebook/tests/notebook/empty_arrow_keys.js similarity index 100% rename from IPython/html/tests/notebook/empty_arrow_keys.js rename to jupyter_notebook/tests/notebook/empty_arrow_keys.js diff --git a/IPython/html/tests/notebook/execute_code.js b/jupyter_notebook/tests/notebook/execute_code.js similarity index 100% rename from IPython/html/tests/notebook/execute_code.js rename to jupyter_notebook/tests/notebook/execute_code.js diff --git a/IPython/html/tests/notebook/inject_js.js b/jupyter_notebook/tests/notebook/inject_js.js similarity index 100% rename from IPython/html/tests/notebook/inject_js.js rename to jupyter_notebook/tests/notebook/inject_js.js diff --git a/IPython/html/tests/notebook/interrupt.js b/jupyter_notebook/tests/notebook/interrupt.js similarity index 100% rename from IPython/html/tests/notebook/interrupt.js rename to jupyter_notebook/tests/notebook/interrupt.js diff --git a/IPython/html/tests/notebook/isolated_svg.js b/jupyter_notebook/tests/notebook/isolated_svg.js similarity index 100% rename from IPython/html/tests/notebook/isolated_svg.js rename to jupyter_notebook/tests/notebook/isolated_svg.js diff --git a/IPython/html/tests/notebook/markdown.js b/jupyter_notebook/tests/notebook/markdown.js similarity index 100% rename from IPython/html/tests/notebook/markdown.js rename to jupyter_notebook/tests/notebook/markdown.js diff --git a/IPython/html/tests/notebook/merge_cells_api.js b/jupyter_notebook/tests/notebook/merge_cells_api.js similarity index 100% rename from IPython/html/tests/notebook/merge_cells_api.js rename to jupyter_notebook/tests/notebook/merge_cells_api.js diff --git a/IPython/html/tests/notebook/notifications.js b/jupyter_notebook/tests/notebook/notifications.js similarity index 100% rename from IPython/html/tests/notebook/notifications.js rename to jupyter_notebook/tests/notebook/notifications.js diff --git a/IPython/html/tests/notebook/output.js b/jupyter_notebook/tests/notebook/output.js similarity index 100% rename from IPython/html/tests/notebook/output.js rename to jupyter_notebook/tests/notebook/output.js diff --git a/IPython/html/tests/notebook/prompt_numbers.js b/jupyter_notebook/tests/notebook/prompt_numbers.js similarity index 100% rename from IPython/html/tests/notebook/prompt_numbers.js rename to jupyter_notebook/tests/notebook/prompt_numbers.js diff --git a/IPython/html/tests/notebook/roundtrip.js b/jupyter_notebook/tests/notebook/roundtrip.js similarity index 100% rename from IPython/html/tests/notebook/roundtrip.js rename to jupyter_notebook/tests/notebook/roundtrip.js diff --git a/IPython/html/tests/notebook/safe_append_output.js b/jupyter_notebook/tests/notebook/safe_append_output.js similarity index 100% rename from IPython/html/tests/notebook/safe_append_output.js rename to jupyter_notebook/tests/notebook/safe_append_output.js diff --git a/IPython/html/tests/notebook/save.js b/jupyter_notebook/tests/notebook/save.js similarity index 100% rename from IPython/html/tests/notebook/save.js rename to jupyter_notebook/tests/notebook/save.js diff --git a/IPython/html/tests/notebook/shutdown.js b/jupyter_notebook/tests/notebook/shutdown.js similarity index 100% rename from IPython/html/tests/notebook/shutdown.js rename to jupyter_notebook/tests/notebook/shutdown.js diff --git a/IPython/html/tests/services/kernel.js b/jupyter_notebook/tests/services/kernel.js similarity index 100% rename from IPython/html/tests/services/kernel.js rename to jupyter_notebook/tests/services/kernel.js diff --git a/IPython/html/tests/services/serialize.js b/jupyter_notebook/tests/services/serialize.js similarity index 100% rename from IPython/html/tests/services/serialize.js rename to jupyter_notebook/tests/services/serialize.js diff --git a/IPython/html/tests/services/session.js b/jupyter_notebook/tests/services/session.js similarity index 100% rename from IPython/html/tests/services/session.js rename to jupyter_notebook/tests/services/session.js diff --git a/IPython/html/tests/test_files.py b/jupyter_notebook/tests/test_files.py similarity index 100% rename from IPython/html/tests/test_files.py rename to jupyter_notebook/tests/test_files.py diff --git a/IPython/html/tests/test_hist.sqlite b/jupyter_notebook/tests/test_hist.sqlite similarity index 100% rename from IPython/html/tests/test_hist.sqlite rename to jupyter_notebook/tests/test_hist.sqlite diff --git a/IPython/html/tests/test_nbextensions.py b/jupyter_notebook/tests/test_nbextensions.py similarity index 100% rename from IPython/html/tests/test_nbextensions.py rename to jupyter_notebook/tests/test_nbextensions.py diff --git a/IPython/html/tests/test_notebookapp.py b/jupyter_notebook/tests/test_notebookapp.py similarity index 100% rename from IPython/html/tests/test_notebookapp.py rename to jupyter_notebook/tests/test_notebookapp.py diff --git a/IPython/html/tests/test_paths.py b/jupyter_notebook/tests/test_paths.py similarity index 100% rename from IPython/html/tests/test_paths.py rename to jupyter_notebook/tests/test_paths.py diff --git a/IPython/html/tests/test_serialize.py b/jupyter_notebook/tests/test_serialize.py similarity index 100% rename from IPython/html/tests/test_serialize.py rename to jupyter_notebook/tests/test_serialize.py diff --git a/IPython/html/tests/test_utils.py b/jupyter_notebook/tests/test_utils.py similarity index 100% rename from IPython/html/tests/test_utils.py rename to jupyter_notebook/tests/test_utils.py diff --git a/IPython/html/tests/tree/dashboard_nav.js b/jupyter_notebook/tests/tree/dashboard_nav.js similarity index 100% rename from IPython/html/tests/tree/dashboard_nav.js rename to jupyter_notebook/tests/tree/dashboard_nav.js diff --git a/IPython/html/tests/util.js b/jupyter_notebook/tests/util.js similarity index 100% rename from IPython/html/tests/util.js rename to jupyter_notebook/tests/util.js diff --git a/IPython/html/tests/widgets/manager.js b/jupyter_notebook/tests/widgets/manager.js similarity index 100% rename from IPython/html/tests/widgets/manager.js rename to jupyter_notebook/tests/widgets/manager.js diff --git a/IPython/html/tests/widgets/widget.js b/jupyter_notebook/tests/widgets/widget.js similarity index 100% rename from IPython/html/tests/widgets/widget.js rename to jupyter_notebook/tests/widgets/widget.js diff --git a/IPython/html/tests/widgets/widget_bool.js b/jupyter_notebook/tests/widgets/widget_bool.js similarity index 100% rename from IPython/html/tests/widgets/widget_bool.js rename to jupyter_notebook/tests/widgets/widget_bool.js diff --git a/IPython/html/tests/widgets/widget_box.js b/jupyter_notebook/tests/widgets/widget_box.js similarity index 100% rename from IPython/html/tests/widgets/widget_box.js rename to jupyter_notebook/tests/widgets/widget_box.js diff --git a/IPython/html/tests/widgets/widget_button.js b/jupyter_notebook/tests/widgets/widget_button.js similarity index 100% rename from IPython/html/tests/widgets/widget_button.js rename to jupyter_notebook/tests/widgets/widget_button.js diff --git a/IPython/html/tests/widgets/widget_float.js b/jupyter_notebook/tests/widgets/widget_float.js similarity index 100% rename from IPython/html/tests/widgets/widget_float.js rename to jupyter_notebook/tests/widgets/widget_float.js diff --git a/IPython/html/tests/widgets/widget_image.js b/jupyter_notebook/tests/widgets/widget_image.js similarity index 100% rename from IPython/html/tests/widgets/widget_image.js rename to jupyter_notebook/tests/widgets/widget_image.js diff --git a/IPython/html/tests/widgets/widget_int.js b/jupyter_notebook/tests/widgets/widget_int.js similarity index 100% rename from IPython/html/tests/widgets/widget_int.js rename to jupyter_notebook/tests/widgets/widget_int.js diff --git a/IPython/html/tests/widgets/widget_selection.js b/jupyter_notebook/tests/widgets/widget_selection.js similarity index 100% rename from IPython/html/tests/widgets/widget_selection.js rename to jupyter_notebook/tests/widgets/widget_selection.js diff --git a/IPython/html/tests/widgets/widget_selectioncontainer.js b/jupyter_notebook/tests/widgets/widget_selectioncontainer.js similarity index 100% rename from IPython/html/tests/widgets/widget_selectioncontainer.js rename to jupyter_notebook/tests/widgets/widget_selectioncontainer.js diff --git a/IPython/html/tests/widgets/widget_string.js b/jupyter_notebook/tests/widgets/widget_string.js similarity index 100% rename from IPython/html/tests/widgets/widget_string.js rename to jupyter_notebook/tests/widgets/widget_string.js diff --git a/jupyter_notebook/tree/__init__.py b/jupyter_notebook/tree/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/tree/handlers.py b/jupyter_notebook/tree/handlers.py similarity index 100% rename from IPython/html/tree/handlers.py rename to jupyter_notebook/tree/handlers.py diff --git a/jupyter_notebook/tree/tests/__init__.py b/jupyter_notebook/tree/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/tree/tests/test_tree_handler.py b/jupyter_notebook/tree/tests/test_tree_handler.py similarity index 100% rename from IPython/html/tree/tests/test_tree_handler.py rename to jupyter_notebook/tree/tests/test_tree_handler.py diff --git a/IPython/html/utils.py b/jupyter_notebook/utils.py similarity index 100% rename from IPython/html/utils.py rename to jupyter_notebook/utils.py diff --git a/IPython/html/widgets/__init__.py b/jupyter_notebook/widgets/__init__.py similarity index 100% rename from IPython/html/widgets/__init__.py rename to jupyter_notebook/widgets/__init__.py diff --git a/IPython/html/widgets/deprecated.py b/jupyter_notebook/widgets/deprecated.py similarity index 100% rename from IPython/html/widgets/deprecated.py rename to jupyter_notebook/widgets/deprecated.py diff --git a/IPython/html/widgets/eventful.py b/jupyter_notebook/widgets/eventful.py similarity index 100% rename from IPython/html/widgets/eventful.py rename to jupyter_notebook/widgets/eventful.py diff --git a/IPython/html/widgets/interaction.py b/jupyter_notebook/widgets/interaction.py similarity index 100% rename from IPython/html/widgets/interaction.py rename to jupyter_notebook/widgets/interaction.py diff --git a/jupyter_notebook/widgets/tests/__init__.py b/jupyter_notebook/widgets/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/IPython/html/widgets/tests/test_interaction.py b/jupyter_notebook/widgets/tests/test_interaction.py similarity index 100% rename from IPython/html/widgets/tests/test_interaction.py rename to jupyter_notebook/widgets/tests/test_interaction.py diff --git a/IPython/html/widgets/tests/test_link.py b/jupyter_notebook/widgets/tests/test_link.py similarity index 100% rename from IPython/html/widgets/tests/test_link.py rename to jupyter_notebook/widgets/tests/test_link.py diff --git a/IPython/html/widgets/tests/test_traits.py b/jupyter_notebook/widgets/tests/test_traits.py similarity index 100% rename from IPython/html/widgets/tests/test_traits.py rename to jupyter_notebook/widgets/tests/test_traits.py diff --git a/IPython/html/widgets/trait_types.py b/jupyter_notebook/widgets/trait_types.py similarity index 100% rename from IPython/html/widgets/trait_types.py rename to jupyter_notebook/widgets/trait_types.py diff --git a/IPython/html/widgets/widget.py b/jupyter_notebook/widgets/widget.py similarity index 100% rename from IPython/html/widgets/widget.py rename to jupyter_notebook/widgets/widget.py diff --git a/IPython/html/widgets/widget_bool.py b/jupyter_notebook/widgets/widget_bool.py similarity index 100% rename from IPython/html/widgets/widget_bool.py rename to jupyter_notebook/widgets/widget_bool.py diff --git a/IPython/html/widgets/widget_box.py b/jupyter_notebook/widgets/widget_box.py similarity index 100% rename from IPython/html/widgets/widget_box.py rename to jupyter_notebook/widgets/widget_box.py diff --git a/IPython/html/widgets/widget_button.py b/jupyter_notebook/widgets/widget_button.py similarity index 100% rename from IPython/html/widgets/widget_button.py rename to jupyter_notebook/widgets/widget_button.py diff --git a/IPython/html/widgets/widget_float.py b/jupyter_notebook/widgets/widget_float.py similarity index 100% rename from IPython/html/widgets/widget_float.py rename to jupyter_notebook/widgets/widget_float.py diff --git a/IPython/html/widgets/widget_image.py b/jupyter_notebook/widgets/widget_image.py similarity index 100% rename from IPython/html/widgets/widget_image.py rename to jupyter_notebook/widgets/widget_image.py diff --git a/IPython/html/widgets/widget_int.py b/jupyter_notebook/widgets/widget_int.py similarity index 100% rename from IPython/html/widgets/widget_int.py rename to jupyter_notebook/widgets/widget_int.py diff --git a/IPython/html/widgets/widget_link.py b/jupyter_notebook/widgets/widget_link.py similarity index 100% rename from IPython/html/widgets/widget_link.py rename to jupyter_notebook/widgets/widget_link.py diff --git a/IPython/html/widgets/widget_output.py b/jupyter_notebook/widgets/widget_output.py similarity index 100% rename from IPython/html/widgets/widget_output.py rename to jupyter_notebook/widgets/widget_output.py diff --git a/IPython/html/widgets/widget_selection.py b/jupyter_notebook/widgets/widget_selection.py similarity index 100% rename from IPython/html/widgets/widget_selection.py rename to jupyter_notebook/widgets/widget_selection.py diff --git a/IPython/html/widgets/widget_selectioncontainer.py b/jupyter_notebook/widgets/widget_selectioncontainer.py similarity index 100% rename from IPython/html/widgets/widget_selectioncontainer.py rename to jupyter_notebook/widgets/widget_selectioncontainer.py diff --git a/IPython/html/widgets/widget_string.py b/jupyter_notebook/widgets/widget_string.py similarity index 100% rename from IPython/html/widgets/widget_string.py rename to jupyter_notebook/widgets/widget_string.py