notebook/IPython/html/services
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
..
clusters
kernels use config instead of App.instance to propagate notebook_dir 2014-02-21 13:22:57 -08:00
nbconvert
notebooks FileNotebookManager: Use shutil.move() instead of os.rename() 2014-04-07 21:07:55 +05:30
sessions reorganize who knows what about paths 2014-02-21 13:22:56 -08:00