Software somehwat in the same vein as pandoc, but for notebooks (Jupyter, Zeppelin, ...) rather than markup formats. Currently only has very rudimentary support for Zeppelin and Databricks as well as outputting markdown.
Copy of the following repository: https://gitlab.com/tilo.wiklund/pinot
If you install Stack you should be able to simply (in the source code folder) run:
stack setup
stack build
to build le projet.
Run stack exec pinot
for basic usage information. The following example converts a databricks archive to a (collection of) Zeppelin notebook(s):
stack exec pinot -- --from databricks --to zeppelin databricks_notebook.dbc -o output_folder
where databricks_notebook.dbc
is what you get by selecting DBC Archive
in the export
section of databricks.