.browserslistrc
.coveragerc
.dockerignore
.editorconfig
.eslintrc.json
DEVELOPMENT.md
LICENCE.md
MANIFEST.in
README.md
angular.json
codecov.yml
conftest.py
environment.yml
noxfile.py
package-lock.json
package.json
post-build.js
pre-build.js
readthedocs.yml
requirements-dev.txt
setup.cfg
setup.py
tsconfig.json
usage.gif
binder/environment.yml
docs/conf.py
docs/index.rst
e2e/protractor.conf.js
e2e/tsconfig.e2e.json
e2e/src/app.e2e-spec.ts
e2e/src/app.po.ts
examples/classes.ipynb
examples/dicts.ipynb
examples/functions.ipynb
examples/issues.ipynb
examples/lists.ipynb
examples/my_module.py
examples/numpy.ipynb
examples/primitives.ipynb
examples/sets.ipynb
examples/tuples.ipynb
examples/usage.ipynb
nbtutor/__init__.py
nbtutor/version.py
nbtutor.egg-info/PKG-INFO
nbtutor.egg-info/SOURCES.txt
nbtutor.egg-info/dependency_links.txt
nbtutor.egg-info/requires.txt
nbtutor.egg-info/top_level.txt
nbtutor/ipython/__init__.py
nbtutor/ipython/debugger.py
nbtutor/ipython/magic.py
nbtutor/ipython/constants/__init__.py
nbtutor/ipython/constants/ignore.py
nbtutor/ipython/constants/types.py
nbtutor/ipython/factories/__init__.py
nbtutor/ipython/factories/base_heap_object_factory.py
nbtutor/ipython/factories/basic_heap_object_factory.py
nbtutor/ipython/factories/class_heap_object_factory.py
nbtutor/ipython/factories/heap_object_factory.py
nbtutor/ipython/factories/instance_heap_object_factory.py
nbtutor/ipython/factories/kvp_heap_object_factory.py
nbtutor/ipython/factories/named_heap_object_factory.py
nbtutor/ipython/factories/sequence_heap_object_factory.py
nbtutor/ipython/factories/stack_frame_factory.py
nbtutor/ipython/factories/trace_step_factory.py
nbtutor/ipython/factories/unknown_heap_object_factory.py
nbtutor/ipython/helpers/__init__.py
nbtutor/ipython/helpers/dictionary.py
nbtutor/ipython/helpers/object.py
nbtutor/ipython/helpers/output.py
nbtutor/ipython/models/__init__.py
nbtutor/ipython/models/heap_object.py
nbtutor/ipython/models/options.py
nbtutor/ipython/models/serializable.py
nbtutor/ipython/models/stack.py
nbtutor/ipython/models/stack_frame.py
nbtutor/ipython/models/trace_step.py
nbtutor/ipython/models/types.py
nbtutor/ipython/models/unique_identifier.py
nbtutor/ipython/models/variable.py
nbtutor/static/nbtutor.min.css
nbtutor/static/nbtutor.min.js
nbtutor/static/nbtutor.notebook.js
src/favicon.ico
src/index.html
src/karma.conf.js
src/main.ts
src/polyfills.ts
src/styles.scss
src/test.ts
src/tsconfig.app.json
src/tsconfig.spec.json
src/app/app.module.ts
src/app/components.ts
src/app/constants.ts
src/app/directives.ts
src/app/helpers.ts
src/app/models.ts
src/app/nbtutor.component.spec.ts
src/app/nbtutor.component.ts
src/app/services.ts
src/app/testing.ts
src/app/components/base-object-directive.ts
src/app/components/basic-object/basic-object.component.html
src/app/components/basic-object/basic-object.component.spec.ts
src/app/components/basic-object/basic-object.component.ts
src/app/components/canvas/canvas.component.html
src/app/components/canvas/canvas.component.spec.ts
src/app/components/canvas/canvas.component.ts
src/app/components/frame/frame.component.html
src/app/components/frame/frame.component.spec.ts
src/app/components/frame/frame.component.ts
src/app/components/heap/heap.component.html
src/app/components/heap/heap.component.spec.ts
src/app/components/heap/heap.component.ts
src/app/components/heap-object/heap-object.component.spec.ts
src/app/components/heap-object/heap-object.component.ts
src/app/components/key-value-pair-object/key-value-pair-object.component.html
src/app/components/key-value-pair-object/key-value-pair-object.component.spec.ts
src/app/components/key-value-pair-object/key-value-pair-object.component.ts
src/app/components/legend/legend.component.html
src/app/components/legend/legend.component.spec.ts
src/app/components/legend/legend.component.ts
src/app/components/main-button-group/main-button-group.component.html
src/app/components/main-button-group/main-button-group.component.spec.ts
src/app/components/main-button-group/main-button-group.component.ts
src/app/components/sequence-object/sequence-object.component.html
src/app/components/sequence-object/sequence-object.component.spec.ts
src/app/components/sequence-object/sequence-object.component.ts
src/app/components/stack/stack.component.html
src/app/components/stack/stack.component.spec.ts
src/app/components/stack/stack.component.ts
src/app/components/step-button-group/step-button-group.component.html
src/app/components/step-button-group/step-button-group.component.spec.ts
src/app/components/step-button-group/step-button-group.component.ts
src/app/constants/log-level.ts
src/app/constants/notebook-actions.ts
src/app/constants/notebook-events.ts
src/app/constants/visualization-method.ts
src/app/directives/anchor-from.directive.spec.ts
src/app/directives/anchor-from.directive.ts
src/app/directives/anchor-to.directive.spec.ts
src/app/directives/anchor-to.directive.ts
src/app/directives/dynamic-element-container.directive.spec.ts
src/app/directives/dynamic-element-container.directive.ts
src/app/helpers/cell.spec.ts
src/app/helpers/cell.ts
src/app/helpers/has-subscriptions.spec.ts
src/app/helpers/has-subscriptions.ts
src/app/helpers/has-throttled-subject.spec.ts
src/app/helpers/has-throttled-subject.ts
src/app/helpers/objects.spec.ts
src/app/helpers/objects.ts
src/app/helpers/observables.spec.ts
src/app/helpers/observables.ts
src/app/helpers/trace-data.spec.ts
src/app/helpers/trace-data.ts
src/app/helpers/visualization-data.spec.ts
src/app/helpers/visualization-data.ts
src/app/models/cell.ts
src/app/models/has-sequence.ts
src/app/models/has-unique-identifier.ts
src/app/models/line-numbers.ts
src/app/models/notebook.ts
src/app/models/objects.ts
src/app/models/runtime.ts
src/app/models/trace-data.ts
src/app/models/visualization.ts
src/app/services/cell-data.service.spec.ts
src/app/services/cell-data.service.ts
src/app/services/cell.service.spec.ts
src/app/services/cell.service.ts
src/app/services/code-mirror.service.spec.ts
src/app/services/code-mirror.service.ts
src/app/services/dom.service.spec.ts
src/app/services/dom.service.ts
src/app/services/event.service.spec.ts
src/app/services/event.service.ts
src/app/services/js-plumb.service.spec.ts
src/app/services/js-plumb.service.ts
src/app/services/jupyter.service.spec.ts
src/app/services/jupyter.service.ts
src/app/services/logger.service.spec.ts
src/app/services/logger.service.ts
src/app/services/nbtutor.service.spec.ts
src/app/services/nbtutor.service.ts
src/app/services/notebook.service.spec.ts
src/app/services/notebook.service.ts
src/app/services/trace-step.service.spec.ts
src/app/services/trace-step.service.ts
src/app/store/actions.ts
src/app/store/effects.ts
src/app/store/reducers.spec.ts
src/app/store/reducers.ts
src/app/store/selectors.ts
src/app/store/actions/button.actions.ts
src/app/store/actions/code-mirror.actions.ts
src/app/store/actions/comm.actions.ts
src/app/store/actions/component.actions.ts
src/app/store/actions/visualization.actions.ts
src/app/store/effects/button.effects.spec.ts
src/app/store/effects/button.effects.ts
src/app/store/effects/cell-data.effect.spec.ts
src/app/store/effects/cell-data.effect.ts
src/app/store/effects/component.effects.spec.ts
src/app/store/effects/component.effects.ts
src/app/store/effects/visualization.effects.spec.ts
src/app/store/effects/visualization.effects.ts
src/app/store/reducers/visualization.reducer.spec.ts
src/app/store/reducers/visualization.reducer.ts
src/app/store/selectors/visualization.selectors.ts
src/app/testing/mock-notebook-namespace.spec.ts
src/app/testing/mock-notebook-namespace.ts
src/app/testing/mock-tracestep-data.spec.ts
src/app/testing/mock-tracestep-data.ts
src/app/testing/testing.module.ts
src/app/types/notebook.d.ts
src/assets/.gitkeep
src/assets/colors.css
src/environments/environment.prod.ts
src/environments/environment.ts
src/environments/interface.ts
src/environments/version.ts
src/scss/canvas.scss
src/scss/codemirror.scss
src/scss/colors.scss
src/scss/connectors.scss
src/scss/heap.scss
src/scss/stack.scss
src/scss/timeline.scss
tests/ipython/test_nbtutor.py
tests/ipython/factories/test_base_heap_object_factory.py
tests/ipython/factories/test_basic_heap_object_factory.py
tests/ipython/factories/test_class_heap_object_factory.py
tests/ipython/factories/test_dictionary_heap_object_factory.py
tests/ipython/factories/test_heap_object_factory.py
tests/ipython/factories/test_instance_heap_object_factory.py
tests/ipython/factories/test_named_heap_object_factory.py
tests/ipython/factories/test_nested_heap_object_factory.py
tests/ipython/factories/test_sequence_heap_object_factory.py
tests/ipython/factories/test_stack_frame_factory.py
tests/ipython/factories/test_trace_step_factory.py
tests/ipython/helpers/test_dictionary.py
tests/ipython/helpers/test_output.py
tests/ipython/models/test_serializable.py