Yep, most of the things will work just by renaming it :-D
You can even use nbconvert afterwards
On Thu, Aug 6, 2015 at 12:09 PM jun wrote:
> Hi andy,
>
> Is there any method to convert ipython notebook file(.ipynb) to spark
> notebook file(.snb) or vice versa?
>
> BR
> Jun
>
> At 2015-07-13 02:
Heya,
You might be looking for something like this I guess:
https://www.youtube.com/watch?v=kB4kRQRFAVc.
The Spark-Notebook (https://github.com/andypetrella/spark-notebook/) can
bring that to you actually, it uses fully reactive bilateral communication
streams to update data and viz, plus it hide
Don't think it is a Zeppelin problem.. RDDs are "immutable".
Unless you integrate something like IndexedRDD
http://spark-packages.org/package/amplab/spark-indexedrdd
into Zeppelin I think it's not possible.
--
Ruslan Dautkhanov
On Wed, Jul 8, 2015 at 3:24 PM, Brandon White
wrote:
> Can you us
Can you use a con job to update it every X minutes?
On Wed, Jul 8, 2015 at 2:23 PM, Ganelin, Ilya
wrote:
> Hi all – I’m just wondering if anyone has had success integrating Spark
> Streaming with Zeppelin and actually dynamically updating the data in near
> real-time. From my investigation, it s