ISpark icon indicating copy to clipboard operation
ISpark copied to clipboard

An Apache Spark-shell backend for IPython

Results 10 ISpark issues
Sort by recently updated
recently updated
newest added

Hello, I'm using the ispark in my project but I now have a problem with macro. I use bazel to build my project, which uses scala 2.11, and it cannot...

I'm running brach IPython-3.x. When I restart the kernel in Jupyterhub, I frequently get a failure. Am I doing something wrong or is this an issue? I get this message:...

It would be nice if this work could be ported to https://github.com/alexarchambault/jupyter-scala, so it can be loaded as a tool

There are a number of notebooks out there that support Spark. What is the difference between this one and, for instance, [spark-notebook](http://github.com/andypetrella/spark-notebook) and [Zeppelin](https://zeppelin.incubator.apache.org/)? I think this should be a...

Hi,All, I compile ISpark with spark1.4.0, more feature work fine, but Completer is not working, when use short key: `tab`, and it will has error below, and then can not...

Hi, I'm getting the following error after upgrading to spark 1.3.0. Any help is appreciated. Exception in thread "main" java.lang.NoSuchMethodError: joptsimple.OptionSpecBuilder.forHelp()Ljoptsimple/AbstractOptionSpec; at org.tribbloid.ispark.Options.(Options.scala:8) at org.tribbloid.ispark.Main$.main(Main.scala:193) at org.tribbloid.ispark.Main.main(Main.scala) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...

Printing variable value in notebook is very annoying when I set large data to a variable. Actually freezes happen often. For example: val test = [LARGE DATA]

We found that scala syntax highlight works in ipython 3.0.0, but doesn't work in ipython 3.1.0-cbccb68 I think it caused by this commit in ipython https://github.com/ipython/ipython/pull/6793

When you press shift tab when your console on a variable the following exception triggered and the kernel will freeze: Exception in thread "RequestsEventLoop" java.lang.RuntimeException: JSON deserialization error: JsResultException(errors:List((/msg_type,List(ValidationError(Enumeration expected...

I got an Exception about os module when I executed ipython command according to README. I used Anaconda's ipython on CentOS7. ``` 2014-12-02 21:15:13.141 [NotebookApp] ERROR | Exception while loading...