mirror of
https://github.com/WolframResearch/WolframLanguageForJupyter.git
synced 2025-04-14 10:46:05 +00:00
Fix some small, but blocking, issues
This commit is contained in:
parent
5faf681109
commit
c6033abeb0
@ -125,7 +125,8 @@ If[
|
||||
]
|
||||
] &
|
||||
) /@
|
||||
(
|
||||
(* only use lists with at least three items *)
|
||||
Select[
|
||||
(* parse the rows into their items (where each item is separated by two tabs) *)
|
||||
(StringSplit[#1, "\t\t"] &) /@
|
||||
(
|
||||
@ -135,8 +136,9 @@ If[
|
||||
"\n"
|
||||
(* drop the first row *)
|
||||
][[2 ;;]]
|
||||
)
|
||||
);
|
||||
),
|
||||
(Length[#1] >= 3) &
|
||||
];
|
||||
|
||||
(* parse the data into an association of names and the named characters they correspond to *)
|
||||
unicodeNamedCharactersReplacements =
|
||||
|
@ -28,7 +28,7 @@ function redirectEsc(event) {
|
||||
/* the vertical ellipsis character */
|
||||
String.fromCharCode(8942)
|
||||
);
|
||||
event.preventDefault();
|
||||
event.stopImmediatePropagation();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user