File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Customize keymaps
7
7
which is not guaranteed to be kept in future versions of the notebook,
8
8
and can be removed or changed without warnings.
9
9
10
- The notebook shortcuts that are defined by jupyter both in edit mode an command
10
+ The notebook shortcuts that are defined by jupyter both in edit mode and command
11
11
mode are configurable in the frontend configuration file
12
12
``~/.jupyter/nbconfig/notebook.json ``. The modification of Keyboard shortcut
13
13
suffer of several limitations, mainly that your Browser and OS might prevent
Original file line number Diff line number Diff line change @@ -283,8 +283,8 @@ class ServerExtensionApp(BaseExtensionApp):
283
283
examples = _examples
284
284
285
285
subcommands = dict (
286
- enable = (EnableServerExtensionApp , "Enable an server extension" ),
287
- disable = (DisableServerExtensionApp , "Disable an server extension" ),
286
+ enable = (EnableServerExtensionApp , "Enable a server extension" ),
287
+ disable = (DisableServerExtensionApp , "Disable a server extension" ),
288
288
list = (ListServerExtensionsApp , "List server extensions" )
289
289
)
290
290
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ require([
196
196
e . preventDefault ( ) ;
197
197
198
198
// Set the hash without causing the page to jump.
199
- // http ://stackoverflow.com/a/14690177/2824256
199
+ // https ://stackoverflow.com/a/14690177/2824256
200
200
var hash = $ ( this ) . attr ( "href" ) ;
201
201
if ( window . history . pushState ) {
202
202
window . history . pushState ( null , null , hash ) ;
You can’t perform that action at this time.
0 commit comments