diff --git a/examples/notebooks/Animations Using clear_output.ipynb b/examples/Notebook/Animations Using clear_output.ipynb similarity index 100% rename from examples/notebooks/Animations Using clear_output.ipynb rename to examples/Notebook/Animations Using clear_output.ipynb diff --git a/examples/notebooks/Cell Magics.ipynb b/examples/Notebook/Cell Magics.ipynb similarity index 100% rename from examples/notebooks/Cell Magics.ipynb rename to examples/Notebook/Cell Magics.ipynb diff --git a/examples/notebooks/Custom Display Logic.ipynb b/examples/Notebook/Custom Display Logic.ipynb similarity index 100% rename from examples/notebooks/Custom Display Logic.ipynb rename to examples/Notebook/Custom Display Logic.ipynb diff --git a/examples/notebooks/Cython Magics.ipynb b/examples/Notebook/Cython Magics.ipynb similarity index 100% rename from examples/notebooks/Cython Magics.ipynb rename to examples/Notebook/Cython Magics.ipynb diff --git a/examples/notebooks/Data Publication API.ipynb b/examples/Notebook/Data Publication API.ipynb similarity index 100% rename from examples/notebooks/Data Publication API.ipynb rename to examples/Notebook/Data Publication API.ipynb diff --git a/examples/notebooks/Frontend-Kernel Model.ipynb b/examples/Notebook/Frontend-Kernel Model.ipynb similarity index 100% rename from examples/notebooks/Frontend-Kernel Model.ipynb rename to examples/Notebook/Frontend-Kernel Model.ipynb diff --git a/examples/notebooks/Importing Notebooks.ipynb b/examples/Notebook/Importing Notebooks.ipynb similarity index 100% rename from examples/notebooks/Importing Notebooks.ipynb rename to examples/Notebook/Importing Notebooks.ipynb diff --git a/examples/notebooks/Octave Magic.ipynb b/examples/Notebook/Octave Magic.ipynb similarity index 100% rename from examples/notebooks/Octave Magic.ipynb rename to examples/Notebook/Octave Magic.ipynb diff --git a/examples/notebooks/Part 1 - Running Code.ipynb b/examples/Notebook/Part 1 - Running Code.ipynb similarity index 100% rename from examples/notebooks/Part 1 - Running Code.ipynb rename to examples/Notebook/Part 1 - Running Code.ipynb diff --git a/examples/notebooks/Part 2 - Basic Output.ipynb b/examples/Notebook/Part 2 - Basic Output.ipynb similarity index 100% rename from examples/notebooks/Part 2 - Basic Output.ipynb rename to examples/Notebook/Part 2 - Basic Output.ipynb diff --git a/examples/notebooks/Part 3 - Plotting with Matplotlib.ipynb b/examples/Notebook/Part 3 - Plotting with Matplotlib.ipynb similarity index 100% rename from examples/notebooks/Part 3 - Plotting with Matplotlib.ipynb rename to examples/Notebook/Part 3 - Plotting with Matplotlib.ipynb diff --git a/examples/notebooks/Part 4 - Markdown Cells.ipynb b/examples/Notebook/Part 4 - Markdown Cells.ipynb similarity index 100% rename from examples/notebooks/Part 4 - Markdown Cells.ipynb rename to examples/Notebook/Part 4 - Markdown Cells.ipynb diff --git a/examples/notebooks/Part 5 - Rich Display System.ipynb b/examples/Notebook/Part 5 - Rich Display System.ipynb similarity index 100% rename from examples/notebooks/Part 5 - Rich Display System.ipynb rename to examples/Notebook/Part 5 - Rich Display System.ipynb diff --git a/examples/notebooks/Progress Bars.ipynb b/examples/Notebook/Progress Bars.ipynb similarity index 100% rename from examples/notebooks/Progress Bars.ipynb rename to examples/Notebook/Progress Bars.ipynb diff --git a/examples/notebooks/R Magics.ipynb b/examples/Notebook/R Magics.ipynb similarity index 100% rename from examples/notebooks/R Magics.ipynb rename to examples/Notebook/R Magics.ipynb diff --git a/examples/notebooks/README.md b/examples/Notebook/README.md similarity index 100% rename from examples/notebooks/README.md rename to examples/Notebook/README.md diff --git a/examples/notebooks/Script Magics.ipynb b/examples/Notebook/Script Magics.ipynb similarity index 100% rename from examples/notebooks/Script Magics.ipynb rename to examples/Notebook/Script Magics.ipynb diff --git a/examples/notebooks/SymPy Examples.ipynb b/examples/Notebook/SymPy Examples.ipynb similarity index 100% rename from examples/notebooks/SymPy Examples.ipynb rename to examples/Notebook/SymPy Examples.ipynb diff --git a/examples/notebooks/Trapezoid Rule.ipynb b/examples/Notebook/Trapezoid Rule.ipynb similarity index 100% rename from examples/notebooks/Trapezoid Rule.ipynb rename to examples/Notebook/Trapezoid Rule.ipynb diff --git a/examples/notebooks/Typesetting Math Using MathJax.ipynb b/examples/Notebook/Typesetting Math Using MathJax.ipynb similarity index 100% rename from examples/notebooks/Typesetting Math Using MathJax.ipynb rename to examples/Notebook/Typesetting Math Using MathJax.ipynb diff --git a/examples/notebooks/User Interface.ipynb b/examples/Notebook/User Interface.ipynb similarity index 100% rename from examples/notebooks/User Interface.ipynb rename to examples/Notebook/User Interface.ipynb diff --git a/examples/notebooks/animation.m4v b/examples/Notebook/animation.m4v similarity index 100% rename from examples/notebooks/animation.m4v rename to examples/Notebook/animation.m4v Binary files a/examples/notebooks/animation.m4v and b/examples/Notebook/animation.m4v differ diff --git a/examples/notebooks/images/command_mode.png b/examples/Notebook/images/command_mode.png similarity index 100% rename from examples/notebooks/images/command_mode.png rename to examples/Notebook/images/command_mode.png Binary files a/examples/notebooks/images/command_mode.png and b/examples/Notebook/images/command_mode.png differ diff --git a/examples/notebooks/images/edit_mode.png b/examples/Notebook/images/edit_mode.png similarity index 100% rename from examples/notebooks/images/edit_mode.png rename to examples/Notebook/images/edit_mode.png Binary files a/examples/notebooks/images/edit_mode.png and b/examples/Notebook/images/edit_mode.png differ diff --git a/examples/notebooks/images/menubar_toolbar.png b/examples/Notebook/images/menubar_toolbar.png similarity index 100% rename from examples/notebooks/images/menubar_toolbar.png rename to examples/Notebook/images/menubar_toolbar.png Binary files a/examples/notebooks/images/menubar_toolbar.png and b/examples/Notebook/images/menubar_toolbar.png differ diff --git a/examples/notebooks/logo/logo.png b/examples/Notebook/logo/logo.png similarity index 100% rename from examples/notebooks/logo/logo.png rename to examples/Notebook/logo/logo.png Binary files a/examples/notebooks/logo/logo.png and b/examples/Notebook/logo/logo.png differ diff --git a/examples/notebooks/nbimp/__init__.py b/examples/Notebook/nbimp/__init__.py similarity index 100% rename from examples/notebooks/nbimp/__init__.py rename to examples/Notebook/nbimp/__init__.py diff --git a/examples/notebooks/nbimp/mynotebook.ipynb b/examples/Notebook/nbimp/mynotebook.ipynb similarity index 100% rename from examples/notebooks/nbimp/mynotebook.ipynb rename to examples/Notebook/nbimp/mynotebook.ipynb diff --git a/examples/notebooks/nbimp/nbs/__init__.py b/examples/Notebook/nbimp/nbs/__init__.py similarity index 100% rename from examples/notebooks/nbimp/nbs/__init__.py rename to examples/Notebook/nbimp/nbs/__init__.py diff --git a/examples/notebooks/nbimp/nbs/other.ipynb b/examples/Notebook/nbimp/nbs/other.ipynb similarity index 100% rename from examples/notebooks/nbimp/nbs/other.ipynb rename to examples/Notebook/nbimp/nbs/other.ipynb diff --git a/examples/notebooks/python-logo.svg b/examples/Notebook/python-logo.svg similarity index 100% rename from examples/notebooks/python-logo.svg rename to examples/Notebook/python-logo.svg