mirror of
https://github.com/WolframResearch/WolframLanguageForJupyter.git
synced 2025-04-17 12:16:06 +00:00
configure-jupyter.wls: fix typo in function name
Signed-off-by: Ian Johnson <person.uwsome@gmail.com>
This commit is contained in:
parent
6dab4f7576
commit
828604baa4
@ -160,7 +160,7 @@ attemptPathRegeneration[] := If[
|
|||||||
|
|
||||||
(* find Jupyter installation path *)
|
(* find Jupyter installation path *)
|
||||||
(* returns kernel IDs in Jupyter *)
|
(* returns kernel IDs in Jupyter *)
|
||||||
findJupyerPath[] :=
|
findJupyterPath[] :=
|
||||||
SelectFirst[
|
SelectFirst[
|
||||||
splitPath,
|
splitPath,
|
||||||
(* check every directory in PATH to see if a Jupyter binary is a member *)
|
(* check every directory in PATH to see if a Jupyter binary is a member *)
|
||||||
@ -231,7 +231,7 @@ configureJupyter[specs_Association, removeQ_?BooleanQ, removeAllQ_?BooleanQ] :=
|
|||||||
(* if no Jupyter installation path provided, determine it from PATH *)
|
(* if no Jupyter installation path provided, determine it from PATH *)
|
||||||
If[
|
If[
|
||||||
MissingQ[jupyterPath],
|
MissingQ[jupyterPath],
|
||||||
jupyterPath = findJupyerPath[];
|
jupyterPath = findJupyterPath[];
|
||||||
(* if Jupyter not on PATH, message *)
|
(* if Jupyter not on PATH, message *)
|
||||||
If[MissingQ[jupyterPath],
|
If[MissingQ[jupyterPath],
|
||||||
Print[notfound];
|
Print[notfound];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user