This file is indexed.

/usr/lib/python3/dist-packages/IPython/html/__init__.py is in ipython3-notebook 1.2.1-2.

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
"""The IPython HTML Notebook"""

import os
# Packagers: modify this line if you store the notebook static files elsewhere
DEFAULT_STATIC_FILES_PATH = "/usr/share/ipython/notebook/static"

del os