IScala icon indicating copy to clipboard operation
IScala copied to clipboard

Documentation incorrect

Open trianta2 opened this issue 9 years ago • 2 comments

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 avatar Apr 30 '15 20:04 trianta2

@trianta2 :+1:

Thanks for this... I wasted 15 minutes following the wrong documentation and another misleading thread. https://github.com/mattpap/IScala/issues/19

motleytech avatar Jun 07 '15 05:06 motleytech

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.

arjunrajanna avatar Feb 22 '16 22:02 arjunrajanna