Go to file
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
docs/source Disambiguate conflicting label 2014-04-02 10:11:12 -07:00
examples Update Export As (nbconvert).ipynb 2014-04-02 10:03:08 -07:00
git-hooks Minor corrections of git-hooks setup instructions 2014-04-01 00:15:01 +08:00
IPython FileNotebookManager: Use shutil.move() instead of os.rename() 2014-04-07 21:07:55 +05:30
tools/tests Moving /examples/tests to tools/tests 2014-03-30 10:33:25 -07:00
.gitignore build listed twice in .gitignore. Removing one. 2014-01-24 12:37:48 -06:00
.mailmap update mailmap 2014-04-01 21:32:53 -07:00
setup.py s/COPYING.txt/COPYING.rst 2014-03-25 15:20:47 -07:00
setupbase.py Install jquery-ui theme images 2014-03-25 22:20:18 -07:00