Shekhar Prasad Rajak

Results 48 issues of Shekhar Prasad Rajak

``` (py36) ➜ PyGame-Learning-Environment git:(master) sudo pip install -e . The directory '/home/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled....

How to plot scatter materialChart like this [example](https://jsfiddle.net/api/post/library/pure/). I know we can do scatter classicChart using `type: :scatter`.

I used this option : `opts = { is3D: true, width: 400, height: 240, title: 'Company Performance'}` but I see 2D chart only. The problem I see in page source...

Fixes https://github.com/winston/google_visualr/issues/109 Now `google_visualr` is usable in IRuby notebook. Just need to run this in IRuby notebook before plotting charts `GoogleVisualr.init_iruby`

I want to use google_visualr in IRuby notebook. I tried some examples and got the `string` as output. I see that there is `render_chart` method defined in ViewHelper module. Is...

While debugging using `pudb` I got this error in between: ``` byte_count = len(line[i:i+column_count].encode(_target_encoding)) UnicodeEncodeError: 'latin-1' codec can't encode character '\u21a6' in position 3: ordinal not in range(256) ``` Anybody...

Python: When I am trying to run `ADAMContext(sparkSession)` , I am getting this error: ``` c = self._jvm.org.bdgenomics.adam.rdd.ADAMContext.ADAMContextFromSession(ss._jsparkSession) TypeError: 'JavaPackage' object is not callable ``` The full code I am...