Skip to content

fix: move viewer_app into edda package#3

Merged
i2y merged 1 commit intoi2y:mainfrom
SoumyaRanjanNaik:fix-viewer
Feb 3, 2026
Merged

fix: move viewer_app into edda package#3
i2y merged 1 commit intoi2y:mainfrom
SoumyaRanjanNaik:fix-viewer

Conversation

@SoumyaRanjanNaik
Copy link
Contributor

Fixes #2

- Move virewer_app into edda to fix viewer launching on package installation
Copy link
Owner

@i2y i2y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the fix.

Minor note) The docstring in viewer_app.py (line 39) still references uv run python viewer_app.py. Feel free to update it to uv run python -m edda.viewer_app in this PR or a follow-up or something.

@i2y
Copy link
Owner

i2y commented Feb 3, 2026

@SoumyaRanjanNaik Thanks! I'll merge this and add a small fix for the CI/mypy error (nicegui import) in a follow-up commit.

@i2y i2y merged commit ddc2071 into i2y:main Feb 3, 2026
0 of 4 checks passed
@SoumyaRanjanNaik
Copy link
Contributor Author

LGTM! Thanks for the fix.

Minor note) The docstring in viewer_app.py (line 39) still references uv run python viewer_app.py. Feel free to update it to uv run python -m edda.viewer_app in this PR or a follow-up or something.

Let me raise another one to fix this

@SoumyaRanjanNaik SoumyaRanjanNaik deleted the fix-viewer branch February 4, 2026 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Starting edda viewer form CLI fails with ModuleNotFoundError

2 participants