IScala
IScala copied to clipboard
Documentation incorrect
Your README states
To start IPython with IScala backend manually, issue: ipython console --KernelManager.kernel_cmd='["java", "-jar", "lib/IScala.jar", "--connection-file", " {connection_file}", "--parent"]'
However:
java -jar ./lib/IScala.jar --connection-file
yields:
optsimple.UnrecognizedOptionException: 'connection-file' is not a recognized option
while this will work:
java -jar ./lib/IScala.jar --profile
@trianta2 :+1:
Thanks for this... I wasted 15 minutes following the wrong documentation and another misleading thread. https://github.com/mattpap/IScala/issues/19
Thanks @trianta2 , if I do that, I get this error
optsimple.UnrecognizedOptionException: 'KernelManager.kernel_cmd' is not a recognized option
Thank you for the help in advance.