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/__init__.py
elastic_notebook/elastic_notebook.py
elastic_notebook/algorithm/__init__.py
elastic_notebook/algorithm/baseline.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/profile_graph_size.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/pickle.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