Skip to content

Instantly share code, notes, and snippets.

@wrobstory
Created September 8, 2014 18:47
Show Gist options
  • Save wrobstory/599eb3887fe086f3a3ba to your computer and use it in GitHub Desktop.
Save wrobstory/599eb3887fe086f3a3ba to your computer and use it in GitHub Desktop.
IPython Scala
(.env)Robs-MacBook-Pro:IScala-0.1 robstory$ ipython console --KernelManager.kernel_cmd='["java", "-jar", "lib/IScala.jar", "--profile", "{connection_file}", "--parent"]'
Python 2.7.8 (default, Aug 13 2014, 14:30:31)
Type "copyright", "credits" or "license" for more information.
IPython 2.2.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
Welcome to Scala 2.10.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_67)
In [1]: val foo = Vector(1, 2, 3)
Out[1]: Vector(1, 2, 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment