mirror of
https://github.com/WolframResearch/WolframLanguageForJupyter.git
synced 2025-04-15 19:26:04 +00:00
WolframLanguageForJupyter.m: fix typo in function name
This commit is contained in:
parent
828604baa4
commit
6943c0ee3b
@ -139,7 +139,7 @@ splitPath :=
|
||||
|
||||
(* find Jupyter installation path *)
|
||||
(* returns above *)
|
||||
findJupyerPath[] :=
|
||||
findJupyterPath[] :=
|
||||
SelectFirst[
|
||||
splitPath,
|
||||
(* check every directory in PATH to see if a Jupyter binary is a member *)
|
||||
@ -211,7 +211,7 @@ configureJupyter[specs_Association, removeQ_?BooleanQ, removeAllQ_?BooleanQ] :=
|
||||
(* if no Jupyter installation path provided, determine it from PATH *)
|
||||
If[
|
||||
MissingQ[jupyterPath],
|
||||
jupyterPath = findJupyerPath[];
|
||||
jupyterPath = findJupyterPath[];
|
||||
(* if Jupyter not on PATH, message *)
|
||||
If[MissingQ[jupyterPath],
|
||||
Message[ConfigureJupyter::notfound, "Jupyter"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user