notebook/IPython/html/services/notebooks
Pankaj Pandey 195ca091c5 FileNotebookManager: Use shutil.move() instead of os.rename()
`os.rename()` fails in case the new path is on a different
filesystem. For example if a file in `/tmp` is tried to save
to home, it causes following error:

[Errno 18] Invalid cross-device link using os.rename
2014-04-07 21:07:55 +05:30
..
tests cleanup test_nbmanager 2014-03-03 16:10:20 -08:00
filenbmanager.py FileNotebookManager: Use shutil.move() instead of os.rename() 2014-04-07 21:07:55 +05:30
handlers.py trust via mark cells and save, rather than trust API request 2014-03-03 16:10:21 -08:00
nbmanager.py trust method docstrings 2014-03-03 16:27:59 -08:00