##// END OF EJS Templates
FileLink: escape HTML unsafe characters from path...
FileLink: escape HTML unsafe characters from path path could contain HTML unsafe characters such as &, ', " or even < and > on Unix, so they should be escaped before putting it into HTML code both as text and the href attribute.

File last commit:

r20955:c71dcbcd
r24230:4fbe14d8
Show More
adapter.py
1 line | 37 B | text/x-python | PythonLexer
from jupyter_client.adapter import *