In [ ]:
//should autocompolete to 'def'
de

In [ ]:
//should autocompolete to 'println'
System.out.prin "hey!"

In [ ]:
//should autocompolete to 'TableDisplay'
import com.twosigma.beakerx.table.Table

In [ ]:
//should autocompolete to 'System'
System.

In [ ]:
import com.twosigma.beakerx.table.

In [ ]:
import java.io.

In [ ]:
while(false){
    System.out.prin("Hello")
}

In [ ]:
class Coordinates {
    double latitude
    double longitude 
}

def coordinates = new Coordinates(latitude: 43.23, longitude: 3.67)
this.class.co

In [ ]:
class Coordinates2 {
    double latitude
    double longitude 
}

def coordinates2 = new Coordina

In [ ]:
def colors = [Color.WH]

In [ ]:
Color.

In [ ]:
System.

In [ ]:
%classpath add jar ../resources/jar/BeakerXClasspathTest.jar
System.

In [ ]:
List list = new ArrayList();
list.

In [ ]:
rates = new CSV()
rates.r

In [ ]:
def f = new java.text.SimpleDateFor

In [ ]:
new java.text.Simp

In [ ]:
java.awt.

In [ ]:
String a = "ABC";
a.

In [ ]: