Hi Vadim, Apologies your mail was flagged as pending approval to be posted (I'm not sure why) so lingered a bit in limbo until today.
I would have a look at https://github.com/jupyter-incubator/ and in particular https://github.com/jupyter-incubator/contentmanagement you should find extension for the classic notebook server that allow indexing (using woosh IIRC) and some other fancy stuff. Pgcontent (https://github.com/quantopian/pgcontents) also allow to store notebook on Postgresql, and I'm going to guess there are way to query it. Hope that gives you a starting point. Cheers, -- M On Wed, Jun 7, 2017 at 5:17 AM, Vadim Markovtsev <[email protected]> wrote: > Hello, > > my team reached the point at which we've got hundreds of Jupyter notebooks > and we started to suffer. Searching for the right one is hell. 90% are > unique and diverse and cannot be organized into directories. > > Do you know anything which allows to catalog the notebooks; index them; > provide a nicer way to access them than the linear list? > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/f4c5f3e6-d2de-4957-b0c5-fe0cd422252a%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CANJQusUkZFQCv5B50JVZY7XRtN2BNJtbjreNkCuHXiVzsNDkUw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
