Converting Zeppelin Notebooks to Jupyter Notebooks

You can upload the Zeppelin notebooks on the JupyterLab interface and convert them to Jupyter notebooks. The incompatible code elements are converted to markdown cells. The Z.* functions are not supported in Jupyter notebooks.

Note

You can upload the Zeppelin notebooks with size less than 1 MB. If you want to upload notebooks that are larger than 1 MB, then clear the outputs and try again.

Steps

  1. Navigate to the Notebooks page.

  2. Open the Zeppelin notebooks that has to be coverted.

  3. Click the Settings icon on the top right corner and select Export. The notebook is downloaded to your local storage.

  4. Navigate to the Jupyter page.

  5. From the File menu, select Upload Zeppelin Notebooks as shown below

    ../../../../_images/migrate-notebook1.png
  6. Read the confirmation message, and click Upload.

    ../../../../_images/migrate-notebook2.png
  7. Select the Zeppelin notebooks to be converted from the local storage. You can select multiple Zeppelin notebooks.

  8. Click Choose.

  9. After the upload operation is completed, click Dismiss.

    ../../../../_images/migrate-notebook3.png

The uploaded notebook appears in the File Browser pane. Any spaces in the name of the zeppelin notebook is removed.