diff --git a/.gitmodules b/.gitmodules
index 1eaa243..1664e12 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "components"]
-	path = IPython/html/static/components
+	path = jupyter_notebook/static/components
 	url = https://github.com/ipython/ipython-components.git
diff --git a/IPython/html/static/components b/IPython/html/static/components
deleted file mode 160000
index 031e6c9..0000000
--- a/IPython/html/static/components
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 031e6c979ffd52c457a6ca8427116d9b2120e5b5
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/auth/__init__.py b/jupyter_notebook/auth/__init__.py
similarity index 100%
rename from IPython/html/auth/__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/IPython/html/base/__init__.py b/jupyter_notebook/base/__init__.py
similarity index 100%
rename from IPython/html/base/__init__.py
rename to jupyter_notebook/base/__init__.py
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/IPython/html/edit/__init__.py b/jupyter_notebook/edit/__init__.py
similarity index 100%
rename from IPython/html/edit/__init__.py
rename to jupyter_notebook/edit/__init__.py
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/IPython/html/files/__init__.py b/jupyter_notebook/files/__init__.py
similarity index 100%
rename from IPython/html/files/__init__.py
rename to jupyter_notebook/files/__init__.py
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/IPython/html/kernelspecs/__init__.py b/jupyter_notebook/kernelspecs/__init__.py
similarity index 100%
rename from IPython/html/kernelspecs/__init__.py
rename to jupyter_notebook/kernelspecs/__init__.py
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/IPython/html/nbconvert/__init__.py b/jupyter_notebook/nbconvert/__init__.py
similarity index 100%
rename from IPython/html/nbconvert/__init__.py
rename to jupyter_notebook/nbconvert/__init__.py
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/IPython/html/nbconvert/tests/__init__.py b/jupyter_notebook/nbconvert/tests/__init__.py
similarity index 100%
rename from IPython/html/nbconvert/tests/__init__.py
rename to jupyter_notebook/nbconvert/tests/__init__.py
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/IPython/html/notebook/__init__.py b/jupyter_notebook/notebook/__init__.py
similarity index 100%
rename from IPython/html/notebook/__init__.py
rename to jupyter_notebook/notebook/__init__.py
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/IPython/html/services/__init__.py b/jupyter_notebook/services/__init__.py
similarity index 100%
rename from IPython/html/services/__init__.py
rename to jupyter_notebook/services/__init__.py
diff --git a/IPython/html/services/clusters/__init__.py b/jupyter_notebook/services/clusters/__init__.py
similarity index 100%
rename from IPython/html/services/clusters/__init__.py
rename to jupyter_notebook/services/clusters/__init__.py
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/IPython/html/services/config/tests/__init__.py b/jupyter_notebook/services/config/tests/__init__.py
similarity index 100%
rename from IPython/html/services/config/tests/__init__.py
rename to jupyter_notebook/services/config/tests/__init__.py
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/IPython/html/services/contents/__init__.py b/jupyter_notebook/services/contents/__init__.py
similarity index 100%
rename from IPython/html/services/contents/__init__.py
rename to jupyter_notebook/services/contents/__init__.py
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/IPython/html/services/contents/tests/__init__.py b/jupyter_notebook/services/contents/tests/__init__.py
similarity index 100%
rename from IPython/html/services/contents/tests/__init__.py
rename to jupyter_notebook/services/contents/tests/__init__.py
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/IPython/html/services/kernels/__init__.py b/jupyter_notebook/services/kernels/__init__.py
similarity index 100%
rename from IPython/html/services/kernels/__init__.py
rename to jupyter_notebook/services/kernels/__init__.py
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/IPython/html/services/kernels/tests/__init__.py b/jupyter_notebook/services/kernels/tests/__init__.py
similarity index 100%
rename from IPython/html/services/kernels/tests/__init__.py
rename to jupyter_notebook/services/kernels/tests/__init__.py
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/IPython/html/services/kernelspecs/__init__.py b/jupyter_notebook/services/kernelspecs/__init__.py
similarity index 100%
rename from IPython/html/services/kernelspecs/__init__.py
rename to jupyter_notebook/services/kernelspecs/__init__.py
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/IPython/html/services/kernelspecs/tests/__init__.py b/jupyter_notebook/services/kernelspecs/tests/__init__.py
similarity index 100%
rename from IPython/html/services/kernelspecs/tests/__init__.py
rename to jupyter_notebook/services/kernelspecs/tests/__init__.py
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/IPython/html/services/nbconvert/__init__.py b/jupyter_notebook/services/nbconvert/__init__.py
similarity index 100%
rename from IPython/html/services/nbconvert/__init__.py
rename to jupyter_notebook/services/nbconvert/__init__.py
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/IPython/html/services/nbconvert/tests/__init__.py b/jupyter_notebook/services/nbconvert/tests/__init__.py
similarity index 100%
rename from IPython/html/services/nbconvert/tests/__init__.py
rename to jupyter_notebook/services/nbconvert/tests/__init__.py
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/IPython/html/services/sessions/__init__.py b/jupyter_notebook/services/sessions/__init__.py
similarity index 100%
rename from IPython/html/services/sessions/__init__.py
rename to jupyter_notebook/services/sessions/__init__.py
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/IPython/html/services/sessions/tests/__init__.py b/jupyter_notebook/services/sessions/tests/__init__.py
similarity index 100%
rename from IPython/html/services/sessions/tests/__init__.py
rename to jupyter_notebook/services/sessions/tests/__init__.py
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
Binary files a/IPython/html/static/base/images/favicon.ico and b/jupyter_notebook/static/base/images/favicon.ico differ
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
Binary files a/IPython/html/static/base/images/logo.png and b/jupyter_notebook/static/base/images/logo.png differ
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/jupyter_notebook/static/components b/jupyter_notebook/static/components
new file mode 160000
index 0000000..031e6c9
--- /dev/null
+++ b/jupyter_notebook/static/components
@@ -0,0 +1 @@
+Subproject commit 031e6c979ffd52c457a6ca8427116d9b2120e5b5
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/IPython/html/tests/__init__.py b/jupyter_notebook/tests/__init__.py
similarity index 100%
rename from IPython/html/tests/__init__.py
rename to jupyter_notebook/tests/__init__.py
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
Binary files a/IPython/html/tests/test_hist.sqlite and b/jupyter_notebook/tests/test_hist.sqlite differ
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/IPython/html/tree/__init__.py b/jupyter_notebook/tree/__init__.py
similarity index 100%
rename from IPython/html/tree/__init__.py
rename to jupyter_notebook/tree/__init__.py
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/IPython/html/tree/tests/__init__.py b/jupyter_notebook/tree/tests/__init__.py
similarity index 100%
rename from IPython/html/tree/tests/__init__.py
rename to jupyter_notebook/tree/tests/__init__.py
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/IPython/html/widgets/tests/__init__.py b/jupyter_notebook/widgets/tests/__init__.py
similarity index 100%
rename from IPython/html/widgets/tests/__init__.py
rename to jupyter_notebook/widgets/tests/__init__.py
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