##// END OF EJS Templates
Add pointers to simple nb manager and bookstore.
Kyle Kelley -
Show More
@@ -135,6 +135,18 b' files in the working directory of the notebook server, also known as the'
135 use a different notebook manager class, which can
135 use a different notebook manager class, which can
136 store the notebooks in a different format.
136 store the notebooks in a different format.
137
137
138 The bookstore_ package currently allows users to store notebooks on Rackspace
139 CloudFiles or OpenStack Swift based object stores.
140
141 Writing a notebook manager is as simple as extending the base class
142 :class:`NotebookManager`. The simple_notebook_manager_ provides a great example
143 of an in memory notebook manager, created solely for the purpose of
144 illustrating the notebook manager API.
145
146 .. _bookstore: https://github.com/rgbkrk/bookstore
147
148 .. _simple_notebook_manager: https://github.com/khinsen/simple_notebook_manager
149
138 Known issues
150 Known issues
139 ------------
151 ------------
140
152
General Comments 0
You need to be logged in to leave comments. Login now