I don’t think you can… If you look in the ../notebook directory, the notes are all identified by an unique id.
My guess? That the references are stored within a database. (Derby? ) > On Jan 30, 2018, at 6:25 PM, Ricardo Martinelli de Oliveira > <rmart...@redhat.com> wrote: > > Hello, > > Is there a way to import notes from a command line? I am trying to write a > script that imports all my notes in a zeppelin docker container, but the only > ways to import is from the web UI or REST. In the script, zeppelin is not > started (there is no reason to be) so I'm trying to find a way to import the > note in a disconnected way. > > Any ideas to do this?