mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Enable codemirror search/replace shortcuts
This commit is contained in:
parent
59b13f2d08
commit
c1d012d703
@ -6,6 +6,7 @@ define([
|
||||
'base/js/utils',
|
||||
'codemirror/lib/codemirror',
|
||||
'codemirror/mode/meta',
|
||||
'codemirror/addon/search/search'
|
||||
],
|
||||
function($,
|
||||
utils,
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{% block stylesheet %}
|
||||
<link rel="stylesheet" href="{{ static_url('components/codemirror/lib/codemirror.css') }}">
|
||||
<link rel="stylesheet" href="{{ static_url('components/codemirror/addon/dialog/dialog.css') }}">
|
||||
|
||||
{{super()}}
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user