LICENSE
MANIFEST.in
README.md
pyproject.toml
elastic_kernel/__init__.py
elastic_kernel/command.py
elastic_kernel/kernel.json
elastic_kernel/kernel.py
elastic_kernel.egg-info/PKG-INFO
elastic_kernel.egg-info/SOURCES.txt
elastic_kernel.egg-info/dependency_links.txt
elastic_kernel.egg-info/entry_points.txt
elastic_kernel.egg-info/requires.txt
elastic_kernel.egg-info/top_level.txt
elastic_notebook/LICENSE
elastic_notebook/__init__.py
elastic_notebook/elastic_notebook.py
elastic_notebook/algorithm/__init__.py
elastic_notebook/algorithm/optimizer_exact.py
elastic_notebook/algorithm/selector.py
elastic_notebook/core/__init__.py
elastic_notebook/core/common/__init__.py
elastic_notebook/core/common/checkpoint_file.py
elastic_notebook/core/common/logging_setup.py
elastic_notebook/core/common/profile_migration_speed.py
elastic_notebook/core/common/profile_variable_size.py
elastic_notebook/core/graph/__init__.py
elastic_notebook/core/graph/cell_execution.py
elastic_notebook/core/graph/graph.py
elastic_notebook/core/graph/variable_snapshot.py
elastic_notebook/core/io/__init__.py
elastic_notebook/core/io/adapter.py
elastic_notebook/core/io/filesystem_adapter.py
elastic_notebook/core/io/migrate.py
elastic_notebook/core/io/recover.py
elastic_notebook/core/mutation/__init__.py
elastic_notebook/core/mutation/fingerprint.py
elastic_notebook/core/mutation/id_graph.py
elastic_notebook/core/mutation/object_hash.py
elastic_notebook/core/notebook/__init__.py
elastic_notebook/core/notebook/checkpoint.py
elastic_notebook/core/notebook/find_input_vars.py
elastic_notebook/core/notebook/find_output_vars.py
elastic_notebook/core/notebook/restore_notebook.py
elastic_notebook/core/notebook/update_graph.py
tests/test_checkpoint_file.py
tests/test_checkpoint_func.py
tests/test_find_input_vars.py
tests/test_find_output_vars.py
tests/test_graph.py
tests/test_id_graph.py
tests/test_integration.py
tests/test_logging_setup.py
tests/test_migrate_resume.py
tests/test_object_hash.py
tests/test_optimizer.py
tests/test_profile_migration_speed.py
tests/test_profile_variable_size.py
tests/test_skip_record.py