From d10958b4978833d22549f2c2bc23f80ec1c49207 2013-05-02 22:26:30 From: MinRK <benjaminrk@gmail.com> Date: 2013-05-02 22:26:30 Subject: [PATCH] finish removing prettify --- diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index c7c1bab..5f96268 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -208,7 +208,6 @@ class="notebook_app" <script src="{{ static_url("components/marked/lib/marked.js") }}" charset="utf-8"></script> <script src="{{ static_url("components/highlight.js/build/highlight.pack.js") }}" charset="utf-8"></script> -<script src="{{ static_url("prettify/prettify.js") }}" charset="utf-8"></script> <script src="{{ static_url("dateformat/date.format.js") }}" charset="utf-8"></script> <script src="{{ static_url("js/events.js") }}" type="text/javascript" charset="utf-8"></script>