Page MenuHomeSolus

D4547.diff
No OneTemporary

D4547.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,25 @@
+name : python-notebook
+version : 5.7.0
+release : 1
+source :
+ - https://github.com/jupyter/notebook/archive/5.7.0.tar.gz : 99b58a62d5c0172b642341e21ab19a7e171f462d632c45b97286a56f59af6b6b
+license : BSD-3-Clause
+component : programming.python
+summary : A web-based notebook environment for interactive computing
+description: |
+ The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets.
+networking : yes
+builddeps :
+ - git
+ - nodejs-devel
+rundeps :
+ - python-jinja
+ - python-nbconvert
+ - python-send2trash
+ - python-terminado
+ - python-prometheus_client
+build : |
+ %python3_setup
+install : |
+ %python3_install
+# check not done due to lack of python-selenium package
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,1548 @@
+<PISI>
+ <Source>
+ <Name>python-notebook</Name>
+ <Packager>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">A web-based notebook environment for interactive computing</Summary>
+ <Description xml:lang="en">The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-notebook</Name>
+ <Summary xml:lang="en">A web-based notebook environment for interactive computing</Summary>
+ <Description xml:lang="en">The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/jupyter-bundlerextension</Path>
+ <Path fileType="executable">/usr/bin/jupyter-nbextension</Path>
+ <Path fileType="executable">/usr/bin/jupyter-notebook</Path>
+ <Path fileType="executable">/usr/bin/jupyter-serverextension</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook-5.7.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook-5.7.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook-5.7.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook-5.7.0-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook-5.7.0-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook-5.7.0-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook-5.7.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/__main__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/_sysinfo.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/_tz.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/_version.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/config_manager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/extensions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/jstest.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/log.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/metrics.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/nbextensions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/notebookapp.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/serverextensions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/transutils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/_sysinfo.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/_tz.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/_version.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/__pycache__/__main__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/__pycache__/login.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/__pycache__/logout.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/__pycache__/security.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/login.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/logout.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/security.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/tests/__pycache__/test_security.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/auth/tests/test_security.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/base/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/base/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/base/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/base/__pycache__/zmqhandlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/base/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/base/zmqhandlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__pycache__/__main__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__pycache__/bundlerextensions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__pycache__/tarball_bundler.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__pycache__/tools.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/__pycache__/zip_bundler.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/bundlerextensions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tarball_bundler.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/__pycache__/test_bundler_api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/__pycache__/test_bundler_tools.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/__pycache__/test_bundlerextension.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/resources/another_subdir/test_file.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/resources/empty.ipynb</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/resources/subdir/subsubdir/.gitkeep</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/resources/subdir/test_file.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/test_bundler_api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/test_bundler_tools.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tests/test_bundlerextension.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/tools.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/bundler/zip_bundler.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/config_manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/edit/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/edit/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/edit/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/edit/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/extensions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/files/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/files/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/files/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/files/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/fr_FR/LC_MESSAGES/nbjs.json</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/fr_FR/LC_MESSAGES/nbjs.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/fr_FR/LC_MESSAGES/nbui.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/fr_FR/LC_MESSAGES/notebook.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.json</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/zh_CN/LC_MESSAGES/nbui.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/i18n/zh_CN/LC_MESSAGES/notebook.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/jstest.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/kernelspecs/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/kernelspecs/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/kernelspecs/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/kernelspecs/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/log.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/metrics.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbconvert/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbconvert/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbconvert/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbconvert/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbconvert/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbconvert/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbconvert/tests/__pycache__/test_nbconvert_handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbconvert/tests/test_nbconvert_handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/nbextensions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/notebook/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/notebook/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/notebook/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/notebook/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/notebookapp.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/serverextensions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/__pycache__/shutdown.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/api.yaml</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/tests/__pycache__/test_api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/api/tests/test_api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/__pycache__/manager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/tests/__pycache__/test_config_api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/config/tests/test_config_api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__pycache__/checkpoints.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__pycache__/filecheckpoints.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__pycache__/fileio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__pycache__/filemanager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__pycache__/largefilemanager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/__pycache__/manager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/checkpoints.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/filecheckpoints.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/fileio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/filemanager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/largefilemanager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/__pycache__/test_contents_api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/__pycache__/test_fileio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/__pycache__/test_largefilemanager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/__pycache__/test_manager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/test_contents_api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/test_fileio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/test_largefilemanager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/contents/tests/test_manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/__pycache__/kernelmanager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/kernelmanager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/tests/__pycache__/test_kernels_api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernels/tests/test_kernels_api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernelspecs/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernelspecs/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernelspecs/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernelspecs/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernelspecs/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernelspecs/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernelspecs/tests/__pycache__/test_kernelspecs_api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/kernelspecs/tests/test_kernelspecs_api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/nbconvert/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/nbconvert/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/nbconvert/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/nbconvert/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/nbconvert/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/nbconvert/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/nbconvert/tests/__pycache__/test_nbconvert_api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/nbconvert/tests/test_nbconvert_api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/security/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/security/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/security/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/security/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/__pycache__/sessionmanager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/sessionmanager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/tests/__pycache__/test_sessionmanager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/tests/__pycache__/test_sessions_api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/tests/test_sessionmanager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/sessions/tests/test_sessions_api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/services/shutdown.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/auth/css/override.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/auth/js/loginmain.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/auth/js/loginwidget.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/auth/js/logoutmain.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/auth/js/main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/auth/js/main.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/auth/js/main.min.js.map</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/images/favicon-busy-1.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/images/favicon-busy-2.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/images/favicon-busy-3.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/images/favicon-file.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/images/favicon-notebook.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/images/favicon-terminal.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/images/favicon.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/images/logo.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/dialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/events.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/i18n.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/keyboard.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/namespace.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/notificationarea.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/notificationwidget.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/page.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/promises.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/security.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/base/js/utils.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/bidi/bidi.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/bidi/numericshaping.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/MathJax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/config/Safe.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/AssistiveMML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/CHTML-preview.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/HTML-CSS/handle-floats.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/MatchWebFonts.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/MathEvents.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/MathML/content-mathml.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/MathML/mml3.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/MathZoom.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/Safe.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/AMScd.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/AMSmath.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/AMSsymbols.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/HTML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/action.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/autobold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/autoload-all.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/bbox.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/begingroup.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/boldsymbol.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/cancel.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/color.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/enclose.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/extpfeil.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/mathchoice.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/mediawiki-texvc.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/mhchem.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/mhchem3/mhchem.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/newcommand.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/noErrors.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/noUndefined.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/unicode.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/TeX/verb.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/accessibility-menu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/auto-collapse.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/collapsible.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/explorer.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/invalid_keypress.mp3</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/invalid_keypress.ogg</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathjax-sre.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/algebra.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/elementary.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/hyperbolic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/trigonometry.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-capital.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-bold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-italic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-sans-serif-bold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-scripts.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-small.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-symbols.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/hebrew_letters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-double-accent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-normal.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-phonetic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-single-accent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-fraktur.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-script.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-double-struck.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-fraktur.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-italic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-monospace.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-bold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-italic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-script.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-rest.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-double-accent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-normal.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-single-accent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_angles.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_arrows.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_characters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_delimiters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_digits.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_geometry.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_harpoons.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_non_characters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_symbols.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_whitespace.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/other_stars.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/energy.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/length.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/memory.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/other.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/speed.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/temperature.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/time.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/volume.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/weight.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/algebra.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/elementary.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/hyperbolic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/trigonometry.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-capital.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-bold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-italic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-sans-serif-bold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-scripts.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-small.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-symbols.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/hebrew_letters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-double-accent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-normal.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-phonetic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-single-accent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-fraktur.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-script.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-double-struck.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-fraktur.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-italic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-monospace.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-bold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-italic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-script.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-rest.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-double-accent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-normal.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-single-accent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_angles.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_arrows.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_characters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_delimiters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_digits.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_geometry.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_harpoons.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_non_characters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_symbols.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_whitespace.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/other_stars.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/energy.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/length.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/memory.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/other.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/speed.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/temperature.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/time.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/volume.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/weight.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/mathmaps/mathmaps_ie.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/semantic-enrich.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/a11y/wgxpath.install.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/asciimath2jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/fast-preview.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/jsMath2jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/mml2jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/tex2jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/toMathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/Arrows.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/BasicLatin.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/CombDiacritMarks.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/CombDiactForSymbols.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/Dingbats.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/GeneralPunctuation.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/GeometricShapes.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/GreekAndCoptic.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/Latin1Supplement.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/LetterlikeSymbols.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/MathOperators.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/MiscTechnical.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/SpacingModLetters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/SuppMathOperators.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/SupplementalArrowsA.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/element/mml/optable/SupplementalArrowsB.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/input/TeX/config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/input/TeX/jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/annotation-xml.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/maction.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/menclose.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/mglyph.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/mmultiscripts.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/ms.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/mtable.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/multiline.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/CommonHTML/jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/maction.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/menclose.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/mglyph.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/ms.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/mtable.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/multiline.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata-extra.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/imageFonts.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/NativeMML/config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/NativeMML/jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/PlainSource/config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/PlainSource/jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/PreviewHTML/config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/PreviewHTML/jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/autoload/annotation-xml.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/autoload/maction.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/autoload/menclose.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/autoload/mglyph.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/autoload/mmultiscripts.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/autoload/ms.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/autoload/mtable.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/autoload/multiline.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Arrows/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Arrows/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Latin/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Latin/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Latin/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Main/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Main/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Main/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Marks/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Marks/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Marks/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Misc/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Misc/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Misc/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Monospace/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Normal/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Normal/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Operators/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Operators/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Script/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Script/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Shapes/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Shapes/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size1/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size2/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size3/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size4/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size5/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Symbols/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Symbols/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Variants/Bold/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Variants/Italic/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Variants/Regular/Main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/fontdata-extra.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/fontdata.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/SVG/jax.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ar/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ar/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ar/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ar/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ar/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ar/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ar/ar.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ast/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ast/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ast/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ast/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ast/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ast/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ast/ast.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bcc/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bcc/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bcc/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bcc/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bcc/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bcc/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bcc/bcc.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bg/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bg/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bg/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bg/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bg/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bg/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/bg/bg.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/br/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/br/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/br/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/br/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/br/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/br/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/br/br.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ca/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ca/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ca/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ca/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ca/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ca/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ca/ca.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cdo/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cdo/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cdo/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cdo/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cdo/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cdo/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cdo/cdo.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ce/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ce/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ce/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ce/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ce/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ce/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ce/ce.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cs/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cs/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cs/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cs/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cs/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cs/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cs/cs.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cy/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cy/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cy/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cy/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cy/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cy/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/cy/cy.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/da/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/da/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/da/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/da/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/da/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/da/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/da/da.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/de/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/de/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/de/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/de/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/de/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/de/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/de/de.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/diq/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/diq/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/diq/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/diq/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/diq/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/diq/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/diq/diq.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/en/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/en/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/en/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/en/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/en/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/en/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/en/en.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/eo/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/eo/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/eo/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/eo/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/eo/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/eo/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/eo/eo.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/es/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/es/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/es/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/es/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/es/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/es/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/es/es.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fa/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fa/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fa/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fa/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fa/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fa/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fa/fa.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fi/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fi/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fi/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fi/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fi/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fi/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fi/fi.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fr/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fr/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fr/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fr/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fr/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fr/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/fr/fr.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/gl/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/gl/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/gl/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/gl/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/gl/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/gl/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/gl/gl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/he/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/he/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/he/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/he/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/he/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/he/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/he/he.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ia/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ia/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ia/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ia/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ia/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ia/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ia/ia.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/it/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/it/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/it/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/it/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/it/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/it/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/it/it.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ja/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ja/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ja/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ja/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ja/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ja/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ja/ja.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/kn/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/kn/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/kn/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/kn/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/kn/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/kn/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/kn/kn.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ko/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ko/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ko/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ko/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ko/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ko/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ko/ko.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lb/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lb/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lb/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lb/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lb/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lb/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lb/lb.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lki/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lki/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lki/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lki/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lki/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lki/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lki/lki.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lt/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lt/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lt/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lt/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lt/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lt/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/lt/lt.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/mk/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/mk/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/mk/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/mk/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/mk/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/mk/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/mk/mk.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/nl/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/nl/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/nl/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/nl/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/nl/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/nl/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/nl/nl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/oc/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/oc/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/oc/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/oc/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/oc/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/oc/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/oc/oc.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pl/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pl/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pl/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pl/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pl/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pl/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pl/pl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt-br/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt-br/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt-br/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt-br/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt-br/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt-br/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt-br/pt-br.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/pt/pt.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/qqq/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/qqq/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/qqq/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/qqq/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/qqq/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/qqq/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/qqq/qqq.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ru/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ru/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ru/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ru/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ru/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ru/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/ru/ru.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/scn/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/scn/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/scn/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/scn/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/scn/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/scn/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/scn/scn.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sco/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sco/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sco/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sco/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sco/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sco/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sco/sco.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sk/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sk/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sk/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sk/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sk/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sk/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sk/sk.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sl/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sl/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sl/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sl/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sl/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sl/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sl/sl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sv/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sv/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sv/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sv/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sv/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sv/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/sv/sv.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/th/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/th/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/th/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/th/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/th/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/th/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/th/th.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/tr/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/tr/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/tr/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/tr/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/tr/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/tr/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/tr/tr.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/uk/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/uk/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/uk/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/uk/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/uk/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/uk/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/uk/uk.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/vi/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/vi/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/vi/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/vi/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/vi/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/vi/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/vi/vi.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hans/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hans/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hans/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hans/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hans/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hans/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hans/zh-hans.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hant/FontWarnings.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hant/HTML-CSS.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hant/HelpDialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hant/MathML.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hant/MathMenu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hant/TeX.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/MathJax/localization/zh-hant/zh-hant.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/backbone/backbone-min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/bootstrap-tour/build/css/bootstrap-tour.min.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/bootstrap-tour/build/js/bootstrap-tour.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/bootstrap/js/bootstrap.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/comment/comment.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/comment/continuecomment.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/dialog/dialog.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/dialog/dialog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/display/autorefresh.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/display/fullscreen.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/display/fullscreen.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/display/panel.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/display/placeholder.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/display/rulers.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/edit/closebrackets.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/edit/closetag.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/edit/continuelist.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/edit/matchbrackets.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/edit/matchtags.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/edit/trailingspace.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/brace-fold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/comment-fold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/foldcode.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/foldgutter.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/foldgutter.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/indent-fold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/markdown-fold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/xml-fold.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/hint/anyword-hint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/hint/css-hint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/hint/html-hint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/hint/javascript-hint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/hint/show-hint.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/hint/show-hint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/hint/sql-hint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/hint/xml-hint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/lint/coffeescript-lint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/lint/css-lint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/lint/html-lint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/lint/javascript-lint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/lint/json-lint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/lint/lint.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/lint/lint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/lint/yaml-lint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/merge/merge.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/merge/merge.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/loadmode.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/multiplex.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/multiplex_test.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/overlay.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/simple.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/runmode/colorize.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/runmode/runmode-standalone.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/runmode/runmode.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/runmode/runmode.node.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/scroll/annotatescrollbar.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/scroll/scrollpastend.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/scroll/simplescrollbars.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/scroll/simplescrollbars.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/search/jump-to-line.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/search/match-highlighter.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/search/matchesonscrollbar.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/search/matchesonscrollbar.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/search/search.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/search/searchcursor.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/selection/active-line.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/selection/mark-selection.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/selection/selection-pointer.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/tern/tern.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/tern/tern.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/tern/worker.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/wrap/hardwrap.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/keymap/emacs.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/keymap/sublime.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/keymap/vim.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/lib/codemirror.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/lib/codemirror.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/apl/apl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/asciiarmor/asciiarmor.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/asn.1/asn.1.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/asterisk/asterisk.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/brainfuck/brainfuck.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/clike/clike.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/clojure/clojure.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/cmake/cmake.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/cobol/cobol.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/coffeescript/coffeescript.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/commonlisp/commonlisp.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/crystal/crystal.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/css/css.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/cypher/cypher.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/d/d.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/dart/dart.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/diff/diff.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/django/django.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/dockerfile/dockerfile.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/dtd/dtd.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/dylan/dylan.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/ebnf/ebnf.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/ecl/ecl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/eiffel/eiffel.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/elm/elm.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/erlang/erlang.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/factor/factor.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/fcl/fcl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/forth/forth.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/fortran/fortran.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/gas/gas.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/gfm/gfm.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/gherkin/gherkin.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/go/go.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/groovy/groovy.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/haml/haml.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/handlebars/handlebars.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/haskell-literate/haskell-literate.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/haskell/haskell.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/haxe/haxe.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/htmlembedded/htmlembedded.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/htmlmixed/htmlmixed.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/http/http.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/idl/idl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/javascript/javascript.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/jinja2/jinja2.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/jsx/jsx.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/julia/julia.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/livescript/livescript.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/lua/lua.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/markdown/markdown.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/mathematica/mathematica.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/mbox/mbox.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/meta.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/mirc/mirc.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/mllike/mllike.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/modelica/modelica.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/mscgen/mscgen.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/mumps/mumps.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/nginx/nginx.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/nsis/nsis.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/ntriples/ntriples.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/octave/octave.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/oz/oz.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/pascal/pascal.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/pegjs/pegjs.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/perl/perl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/php/php.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/pig/pig.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/powershell/powershell.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/properties/properties.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/protobuf/protobuf.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/pug/pug.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/puppet/puppet.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/python/python.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/q/q.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/r/r.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/rpm/rpm.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/rst/rst.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/ruby/ruby.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/rust/rust.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/sas/sas.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/sass/sass.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/scheme/scheme.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/shell/shell.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/sieve/sieve.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/slim/slim.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/smalltalk/smalltalk.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/smarty/smarty.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/solr/solr.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/soy/soy.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/sparql/sparql.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/spreadsheet/spreadsheet.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/sql/sql.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/stex/stex.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/stylus/stylus.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/swift/swift.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/tcl/tcl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/textile/textile.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/tiddlywiki/tiddlywiki.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/tiddlywiki/tiddlywiki.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/tiki/tiki.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/tiki/tiki.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/toml/toml.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/tornado/tornado.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/troff/troff.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/ttcn-cfg/ttcn-cfg.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/ttcn/ttcn.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/turtle/turtle.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/twig/twig.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/vb/vb.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/vbscript/vbscript.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/velocity/velocity.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/verilog/verilog.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/vhdl/vhdl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/vue/vue.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/webidl/webidl.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/xml/xml.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/xquery/xquery.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/yacas/yacas.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/yaml/yaml.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/z80/z80.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/rollup.config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/codemirror.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/Display.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/focus.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/gutters.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/highlight_worker.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/line_numbers.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/mode_state.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/operations.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/scroll_events.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/scrollbars.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/scrolling.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/selection.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/update_display.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/update_line.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/update_lines.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/display/view_tracking.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/CodeMirror.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/commands.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/deleteNearSelection.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/drop_events.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/fromTextArea.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/global_events.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/key_events.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/legacy.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/methods.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/mouse_events.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/options.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/edit/utils.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/input/ContentEditableInput.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/input/TextareaInput.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/input/indent.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/input/input.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/input/keymap.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/input/keynames.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/input/movement.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/line/highlight.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/line/line_data.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/line/pos.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/line/saw_special_spans.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/line/spans.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/line/utils_line.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/measurement/position_measurement.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/measurement/widgets.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/Doc.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/change_measurement.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/changes.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/chunk.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/document_data.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/history.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/line_widget.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/mark_text.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/selection.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/model/selection_updates.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/modes.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/util/StringStream.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/util/bidi.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/util/browser.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/util/dom.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/util/event.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/util/feature_detection.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/util/misc.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/src/util/operation_group.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/3024-day.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/3024-night.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/abcdef.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/ambiance-mobile.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/ambiance.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/base16-dark.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/base16-light.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/bespin.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/blackboard.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/cobalt.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/colorforth.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/dracula.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/duotone-dark.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/duotone-light.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/eclipse.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/elegant.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/erlang-dark.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/gruvbox-dark.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/hopscotch.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/icecoder.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/idea.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/isotope.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/lesser-dark.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/liquibyte.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/lucario.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/material.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/mbo.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/mdn-like.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/midnight.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/monokai.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/neat.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/neo.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/night.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/oceanic-next.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/panda-syntax.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/paraiso-dark.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/paraiso-light.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/pastel-on-dark.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/railscasts.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/rubyblue.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/seti.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/shadowfox.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/solarized.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/ssms.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/the-matrix.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/tomorrow-night-bright.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/tomorrow-night-eighties.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/ttcn.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/twilight.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/vibrant-ink.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/xq-dark.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/xq-light.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/yeti.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/theme/zenburn.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/es6-promise/promise.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/es6-promise/promise.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/font-awesome/css/font-awesome.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/font-awesome/css/font-awesome.min.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/font-awesome/fonts/FontAwesome.otf</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/font-awesome/fonts/fontawesome-webfont.eot</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/font-awesome/fonts/fontawesome-webfont.svg</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/font-awesome/fonts/fontawesome-webfont.ttf</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff2</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/google-caja/html-css-sanitizer-minified.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jed/jed.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/jquery-ui.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/jquery-ui.min.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/jquery/jquery.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/marked/lib/marked.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/moment/min/locales.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/moment/min/locales.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/moment/min/moment-with-locales.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/moment/min/moment-with-locales.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/moment/min/moment.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/moment/moment.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/preact-compat/index.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/preact/index.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/proptypes/index.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/requirejs-plugins/src/json.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/requirejs-text/text.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/requirejs/require.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/text-encoding/lib/encoding.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/underscore/underscore-min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/xterm.js-css/index.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/xterm.js-fit/index.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/components/xterm.js/index.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/custom/custom.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/custom/custom.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/edit/js/editor.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/edit/js/main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/edit/js/main.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/edit/js/main.min.js.map</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/edit/js/menubar.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/edit/js/notificationarea.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/edit/js/savewidget.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/favicon.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/css/override.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/about.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/actions.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/cell.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/celltoolbar.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/celltoolbarpresets/attachments.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/celltoolbarpresets/default.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/celltoolbarpresets/example.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/celltoolbarpresets/rawcell.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/celltoolbarpresets/slideshow.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/celltoolbarpresets/tags.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/clipboard.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/codecell.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/codemirror-ipython.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/codemirror-ipythongfm.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/commandpalette.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/completer.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/contexthint.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/kernelselector.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/keyboardmanager.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/main.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/main.min.js.map</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/maintoolbar.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/mathjaxutils.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/menubar.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/notebook.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/notificationarea.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/outputarea.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/pager.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/promises.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/quickhelp.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/savewidget.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/scrollmanager.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/searchandreplace.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/shortcuteditor.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/textcell.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/toolbar.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/tooltip.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/notebook/js/tour.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/robots.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/services/config.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/services/contents.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/services/kernels/comm.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/services/kernels/kernel.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/services/kernels/serialize.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/services/sessions/session.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/style/ipython.less</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/style/ipython.min.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/style/ipython.min.css.map</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/style/style.less</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/style/style.min.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/style/style.min.css.map</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/terminal/css/override.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/terminal/js/main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/terminal/js/main.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/terminal/js/main.min.js.map</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/terminal/js/terminado.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/kernellist.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/main.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/main.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/main.min.js.map</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/newnotebook.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/notebooklist.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/sessionlist.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/shutdownbutton.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/static/tree/js/terminallist.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/404.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/edit.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/error.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/login.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/logout.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/notebook.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/page.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/terminal.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/tree.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/templates/view.html</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/terminal/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/terminal/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/terminal/__pycache__/api_handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/terminal/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/terminal/api_handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/terminal/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/launchnotebook.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_config_manager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_files.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_i18n.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_nbextensions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_notebookapp.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_paths.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_serialize.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_serverextensions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/__pycache__/test_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/base/highlight.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/base/keyboard.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/base/misc.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/base/security.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/base/utils.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/launchnotebook.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/mockextension/index.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/attachments.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/buffering.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/clipboard_multiselect.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/display_id.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/display_image.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/dualmode.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/dualmode_arrows.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/dualmode_cellmode.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/dualmode_clipboard.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/dualmode_execute.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/dualmode_markdown.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/dualmode_merge.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/execute_code.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/execute_selected_cells.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/inject_js.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/interrupt.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/isolated_svg.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/kernel_menu.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/markdown.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/merge_cells_api.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/move_multiselection.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/multiselect.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/multiselect_toggle.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/notifications.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/output.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/roundtrip.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/safe_append_output.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/save.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/shutdown.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/notebook/tags.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/conftest.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/quick_selenium.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/test_dashboard_nav.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/test_deletecell.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/test_dualmode_insertcell.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/test_find_and_replace.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/test_markdown.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/test_prompt_numbers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/test_save_as_notebook.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/undelete.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/conftest.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/quick_selenium.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/test_dashboard_nav.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/test_deletecell.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/test_dualmode_insertcell.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/test_find_and_replace.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/test_markdown.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/test_prompt_numbers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/test_save_as_notebook.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/undelete.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/selenium/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/services/kernel.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/services/serialize.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/services/session.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_config_manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_files.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_i18n.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_nbextensions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_notebookapp.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_paths.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_serialize.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_serverextensions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/test_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tests/util.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/transutils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tree/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tree/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tree/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tree/handlers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tree/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tree/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tree/tests/__pycache__/test_tree_handler.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/tree/tests/test_tree_handler.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/view/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/view/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/view/__pycache__/handlers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/notebook/view/handlers.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-12-04</Date>
+ <Version>5.7.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 1:11 AM (3 h, 20 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806947
Default Alt Text
D4547.diff (211 KB)

Event Timeline