##// END OF EJS Templates
make CORS configurable...
make CORS configurable allows setting CORS headers. - cors_origin sets Access-Control-Allow-Origin directly - cors_origin_pat allows setting Access-Control-Allow-Origin via regular expression, since the header spec itself doesn’t support complex access[1] - cors_credentials sets Access-Control-Allow-Credentials: true To allow CORS from everywhere: ipython notebook —NotebookApp.cors_origin='*'

File last commit:

r16912:30744239
r17106:600762a6
Show More
pager.less
22 lines | 392 B | text/x-less | LessCssLexer
div#pager_splitter {
height: 8px;
}
#pager-container {
position: relative;
padding: 15px 0px;
}
div#pager {
font-size: @notebook_font_size;
line-height: @notebook_line_height;
overflow: auto;
display: none;
pre {
line-height: @code_line_height;
color: @text-color;
background-color: @cell_background;
padding: @code_padding;
}
}