We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@trianta2 👍
Thanks for this... I wasted 15 minutes following the wrong documentation and another misleading thread. #19
Sorry, something went wrong.
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.
No branches or pull requests
Your README states
However:
yields:
while this will work:
The text was updated successfully, but these errors were encountered: