Search code examples
pythonapache-sparkjupyterapache-zeppelin

Running Jupyter/IPython document on Zepplin


I have a large set of existing documents running on Jupyter. I want to move to Zeppelin.

I assume Jupyter pages run in Zeppelin, but I can't find any documentation. Has anyone tried this? Does it work? Anyone have a useful link?

Thanks Peter


Solution

  • Jupyter's ipynb is json file. You can find The Jupyter Notebook Format

    Zeppelin's note.json is also json format. Each notebook has an folder(notebook id) and note.json.

    It should be possible to convert with a small application. I think most important information shall be.

    cells(jupyter) -> paragraphs(Zeppelin)

    cell -> paragraph

    cell_type -> %... in text

    source -> text