LICENSE
README.md
pyproject.toml
de_shell/__init__.py
de_shell/app.py
de_shell/compute.py
de_shell/debug_flags.py
de_shell/ipc.py
de_shell/log_stream.py
de_shell/process_guard.py
de_shell/session.py
de_shell/timing.py
de_shell.egg-info/PKG-INFO
de_shell.egg-info/SOURCES.txt
de_shell.egg-info/dependency_links.txt
de_shell.egg-info/requires.txt
de_shell.egg-info/top_level.txt
de_shell/actions/__init__.py
de_shell/actions/context.py
de_shell/actions/figure_registry.py
de_shell/actions/lifecycle.py
de_shell/actions/registry.py
de_shell/actions/wizard.py
de_shell/js/__init__.py
de_shell/js/__main__.py
de_shell/js/package.json
de_shell/js/main/backendProcess.test.ts
de_shell/js/main/backendProcess.ts
de_shell/js/main/config.ts
de_shell/js/main/dialogs.ts
de_shell/js/main/envProgress.ts
de_shell/js/main/errorReport.ts
de_shell/js/main/index.ts
de_shell/js/main/problemLog.ts
de_shell/js/main/pythonEnv.test.ts
de_shell/js/main/pythonEnv.ts
de_shell/js/main/sentryEnvelope.test.ts
de_shell/js/main/sentryEnvelope.ts
de_shell/js/main/stdoutDemux.test.ts
de_shell/js/main/stdoutDemux.ts
de_shell/js/main/updater.ts
de_shell/js/main/updaterErrors.test.ts
de_shell/js/main/updaterErrors.ts
de_shell/js/main/window.ts
de_shell/js/preload/index.ts
de_shell/js/renderer/FigureFrame.tsx
de_shell/js/renderer/figureBridge.react.ts
de_shell/js/renderer/figureBridge.test.ts
de_shell/js/renderer/figureBridge.ts
de_shell/js/renderer/index.ts
de_shell/js/renderer/protocol.ts
de_shell/js/renderer/shellState.test.ts
de_shell/js/renderer/shellState.ts
de_shell/js/renderer/sizeReporter.test.ts
de_shell/js/renderer/sizeReporter.ts
de_shell/js/testing/harness.cjs
de_shell/js/testing/harness.test.cjs
de_shell/plotting/__init__.py
de_shell/plotting/colormaps.py
de_shell/plotting/figure.py
de_shell/plotting/stream.py
de_shell/plotting/selectors/__init__.py
de_shell/plotting/selectors/utils.py
de_shell/testing/__init__.py
tests/test_actions.py
tests/test_boundary.py
tests/test_figure.py
tests/test_session_base.py
tests/test_stream.py