notebook/IPython
Jason Grout d3bd5ac96a Fix error when overwriting a bad symbolic link installing an nbextension
The unit test fails before this fix and works after this fix.
Basically, if the already-installed symlink is a bad link, .exists()
returns False (so the existing link is not removed), while .lexists()
will return True (so the existing link is removed).
2015-01-28 23:54:24 +00:00
..
html Fix error when overwriting a bad symbolic link installing an nbextension 2015-01-28 23:54:24 +00:00
nbconvert/exporters
qt/console/tests
testing Restore the ability to run all js tests with iptest js 2015-01-12 15:22:23 -08:00
utils preserve umask in atomic_writing 2015-01-14 16:39:52 -08:00