I'd like to run a Jupyter notebook from a JSL script. I tried the following but without success:
//================================================================
// Open Jupyter notebook
//
RunProgram(
Executable( "C:/Users/Owner/Anaconda3/Scripts/jupyter.exe " ),
Options(
{"notebook", "C:/temp/meteorites.ipynb"}
),
Read Function( "text" ),
);
//================================================================
If I run this from a command like, the notebook opens as expected:
C:/Users/Owner/Anaconda3/Scripts/jupyter.exe notebook C:\temp\meteorites.ipynb
I'm using JMP 14 on a Windows laptop. Any suggestions?
Thanks,
Walt Paczkowski