I want to create zeppelin notebook via zeppelin REST API. I don't want to create an empty notebook, instead I want to create a notebook with some scala code in it.
What parameters do I need to pass to create such a notebook? Or is it possible to clone a notebook with some small modifications. Like, I can have a template notebook with parametrized fields. During clone, I will replace the parameters with actual value. Is it possible to do that?
Unfortunately the Sample JSON input in zeppelin document is not loading. I am getting the following error.
Not Found
The requested URL /docs/rest-api/rest-json/rest-json-notebook-create.json was not found on this server.