.appveyor.yml
.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.md
setup.py
development/README.md
development/docker-compose.yml
development/install_sos_notebook.sh
development/eg_sshd/Dockerfile
development/eg_sshd/.ssh/id_rsa
development/eg_sshd/.ssh/id_rsa.pub
development/eg_sshd/.ssh/known_hosts
development/sos_notebook_test/Dockerfile
development/sos_notebook_test/.ssh/id_rsa
development/sos_notebook_test/.ssh/id_rsa.pub
development/sos_notebook_test/.ssh/known_hosts
src/sos_notebook/__init__.py
src/sos_notebook/_version.py
src/sos_notebook/completer.py
src/sos_notebook/converter.py
src/sos_notebook/inspector.py
src/sos_notebook/install.py
src/sos_notebook/install_sos_notebook.sh
src/sos_notebook/kernel.js
src/sos_notebook/kernel.py
src/sos_notebook/logo-64x64.png
src/sos_notebook/magics.py
src/sos_notebook/step_executor.py
src/sos_notebook/test_utils.py
src/sos_notebook/workflow_executor.py
src/sos_notebook.egg-info/PKG-INFO
src/sos_notebook.egg-info/SOURCES.txt
src/sos_notebook.egg-info/dependency_links.txt
src/sos_notebook.egg-info/entry_points.txt
src/sos_notebook.egg-info/not-zip-safe
src/sos_notebook.egg-info/requires.txt
src/sos_notebook.egg-info/top_level.txt
src/sos_notebook/templates/sos-cm-toc.tpl
src/sos_notebook/templates/sos-cm.tpl
src/sos_notebook/templates/sos-doc.tpl
src/sos_notebook/templates/sos-full-toc.tpl
src/sos_notebook/templates/sos-full.tpl
src/sos_notebook/templates/sos-markdown.tpl
src/sos_notebook/templates/sos-report-toc.tpl
src/sos_notebook/templates/sos-report-v1.tpl
src/sos_notebook/templates/sos-report.tpl
src/sos_notebook/templates/parts/cm.tpl
src/sos_notebook/templates/parts/control_panel.tpl
src/sos_notebook/templates/parts/control_panel_v1.tpl
src/sos_notebook/templates/parts/preview.tpl
src/sos_notebook/templates/parts/sos_style.tpl
src/sos_notebook/templates/parts/toc.tpl
test/__init__.py
test/build_test_docker.sh
test/conftest.py
test/sample_notebook.ipynb
test/sample_workflow.ipynb
test/test_convert.py
test/test_frontend.py
test/test_magics.py
test/test_workflow.py