mattpap / IScala

Scala backend for IPython
MIT License
322 stars 49 forks source link

Documentation incorrect #32

Open trianta2 opened 9 years ago

trianta2 commented 9 years ago

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

motleytech commented 9 years ago

@trianta2 :+1:

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

arjunrajanna commented 8 years ago

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.