mirror of
https://github.com/WolframResearch/WolframLanguageForJupyter.git
synced 2025-04-16 11:46:05 +00:00
Merge pull request #67 from WolframResearch/bugfix/function-name-typo-2
WolframLanguageForJupyter.m: fix typo in function name
This commit is contained in:
commit
780488b2ad
@ -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