GitHub user ShamsUlAzeem opened a pull request:

    https://github.com/apache/zeppelin/pull/2649

    IPYNB import/export

    ### What is this PR for?
    Ability to import from and export to notebooks in jupyter ipynb format. 
This is helpful if you want users to be able to see rendered notebooks in 
nbviewer on github.
    
    ### What type of PR is it?
    Feature
    
    ### Todos
    - Saving 'results' part from json to ipynb
    - Using the default interpreter magic for code, according to the default 
interpreter
    - Working on writing tests using travis CI
    
    ### What is the Jira issue?
    ZEPPELIN-3033
    
    ### How should this be tested?
    - Working on writing tests using travis CI
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? 
         **No**
    * Is there breaking changes for older versions?
         **No**
    * Does this needs documentation?
         **No**


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ShamsUlAzeem/zeppelin ipynb-export/import

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2649.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2649
    
----
commit 301fd71248a7011d532b27fe2106b72801499047
Author: Shams Ul Azeem <shamsazee...@gmail.com>
Date:   2017-10-24T07:24:36Z

    Fixed bug in pom.xml -> 
$PATH\zeppelin\zeppelin-interpreter\target\zeppelin-interpreter-0.8.0-SNAPSHOT.jar
 to $PATH\zeppelin\zeppelin-interpreter\interpreter\Zeppelin: 
Interpreter\zeppelin-interpreter
                            -0.8.0-SNAPSHOT.jar: The filename, directory name, 
or volume label syntax is incorrect

commit f98000988d619131d0499c9fc1066f5356157eb7
Author: Shams Ul Azeem <shamsazee...@gmail.com>
Date:   2017-10-24T16:17:35Z

    Added feature for importing ipynb notebooks

commit c9ae9063dbf2c365f92fc6cb747b788c97cacf11
Author: Shams Ul Azeem <shamsazee...@gmail.com>
Date:   2017-10-30T10:57:40Z

    Untested code implemented for ipynb exports

commit 74bb93203a73242357daaad963bcb6aebdc3c70d
Author: Shams Ul Azeem <shamsazee...@gmail.com>
Date:   2017-10-31T08:08:22Z

    Code compiles now

commit 47aa6e450cc03cbb946350abf6ed79ec99aa5ebd
Author: Shams Ul Azeem <shamsazee...@gmail.com>
Date:   2017-10-31T08:20:07Z

    String conversion error fixed

commit bb56ef5db729bcd15b52917ea223e8abc08acffd
Author: Shams Ul Azeem <shamsazee...@gmail.com>
Date:   2017-10-31T08:47:45Z

    Fixed code being "code" (removed quotes where necessary)

----


---

Reply via email to