Done. https://issues.apache.org/jira/browse/ZEPPELIN-237 Thanks.
Git support would be a nice addition to this, but I don’t think Git should be the only way. Cheers, and thanks, Bob From: moon soo Lee [mailto:[email protected]] Sent: Monday, August 17, 2015 7:25 PM To: [email protected] Subject: Re: How to extract the code text from Zeppelin notebook Hi Bob, Currently, no way of extract code easily. I think that could be useful feature. Do you mind file an issue for extract and download code as a file? And notebook source file is not compatible with IPython and Databricks notebook. You can use your own notebook storage and data format by implementing https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo/NotebookRepo.java Thanks, moon On Mon, Aug 17, 2015 at 1:51 PM Bob Beauchemin <[email protected]<mailto:[email protected]>> wrote: Is the any way to extract just the code as a .scala or .py file without going through the note.json files and cut-and-pasting-and-editing each text element? I just want the source that I’ve keyed in. As an alternative, are Zeppelin notebooks source-compatible with either IPython or Databricks notebooks? Cheers, and thanks, Bob
