Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation incorrect #32

Open
trianta2 opened this issue Apr 30, 2015 · 2 comments
Open

Documentation incorrect #32

trianta2 opened this issue Apr 30, 2015 · 2 comments

Comments

@trianta2
Copy link

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
Copy link

@trianta2
👍

Thanks for this... I wasted 15 minutes following the wrong documentation and another misleading thread.
#19

@arjunrajanna
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants