Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add FileFindHandler for Notebook static files #2175

Merged
merged 8 commits into from
Jul 26, 2012
Merged

Commits on Jul 20, 2012

  1. Configuration menu
    Copy the full SHA
    a1fd4be View commit details
    Browse the repository at this point in the history
  2. use FileFindHandler in NotebookApp

    adds NotebookApp.extra_static_paths configurable for extending the search path.
    
    The default is to include profile/static.
    minrk committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    a74f959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f243e9 View commit details
    Browse the repository at this point in the history
  4. add empty custom.js/css

    With FileFindHandler, these will be useful for small user overrides of css/js.
    minrk committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    8793fd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47d1fd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2012

  1. install mathjax to profile by default, instead of IPython tree

    The destination is now configurable, and the default no longer requires admin access.
    
    Also defaults to current mathjax 2.0
    minrk committed Jul 21, 2012
    Configuration menu
    Copy the full SHA
    f374909 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2012

  1. Configuration menu
    Copy the full SHA
    7092b9d View commit details
    Browse the repository at this point in the history
  2. log local mathjax path

    minrk committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    3320acd View commit details
    Browse the repository at this point in the history