This file is indexed.

/usr/lib/python2.7/dist-packages/notebook/static/style/ipython.less is in python-notebook 5.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
// minimal imports from bootstrap - only variables and mixins
@import "../components/bootstrap/less/variables.less";
@import "../components/bootstrap/less/mixins.less";

// minimal imports from font-awesome
@import "../components/font-awesome/less/variables.less";

// base
@import "../base/less/style.less";

// notebook
@import "../notebook/less/style_noapp.less";