##// END OF EJS Templates
Fix error when overwriting a bad symbolic link installing an nbextension...
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).

File last commit:

r15721:91dd7b68
r20245:e5220e22
Show More
README.md
1 line | 104 B | text/x-minidsrc | MarkdownLexer
Jonathan Frederic
Added readme in nbconvert tests dir.
r15721 To compare nbconvert html output to the notebook's native html see https://gist.github.com/9241376.git.