mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
mv services/notebooks services/contents
This commit is contained in:
parent
6d292040b4
commit
b73aa2b9f9
@ -285,4 +285,3 @@ default_handlers = [
|
|||||||
(r"/api/notebooks%s" % notebook_path_regex, NotebookHandler),
|
(r"/api/notebooks%s" % notebook_path_regex, NotebookHandler),
|
||||||
(r"/api/notebooks%s" % path_regex, NotebookHandler),
|
(r"/api/notebooks%s" % path_regex, NotebookHandler),
|
||||||
]
|
]
|
||||||
|
|
@ -344,4 +344,3 @@ class APITest(NotebookTestBase):
|
|||||||
self.assertEqual(r.status_code, 204)
|
self.assertEqual(r.status_code, 204)
|
||||||
cps = self.nb_api.get_checkpoints('a.ipynb', 'foo').json()
|
cps = self.nb_api.get_checkpoints('a.ipynb', 'foo').json()
|
||||||
self.assertEqual(cps, [])
|
self.assertEqual(cps, [])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user