Skip to content

Rename adam to aidas in the lake breeze notebook - #31

Merged
rcjackson merged 1 commit into
mainfrom
notebook-rename
Sep 15, 2026
Merged

rcjackson merged 1 commit into
mainfrom
notebook-rename

Conversation

@rcjackson

Copy link
Copy Markdown
Owner

The notebook was the last place in the repo still importing adam, which no longer exists after #30.

What changed

  • import adamimport aidas, and every adam.io / adam.model / adam.vis / adam.util reference in the code cells.
  • Prose that named ADAM now names AIDAS.
  • kernelspec.display_nameaidas_env.

Verified: valid JSON, 23 cells, 23 aidas references, zero adam references remaining.

Also included

This branch also lands changes to the notebook that were sitting uncommitted in the working tree before the rename: a re-executed run with fresh figure outputs, one added cell, and the removal of a stale error traceback that quoted the old ~/ADAM/src/adam/io/get_radar_scan.py path.

Note

kernelspec.display_name is now aidas_env, but your local conda env is still named adam_env. This is cosmetic — kernelspec.name is python3, which is what Jupyter actually uses to resolve the kernel, so nothing breaks. conda rename -n adam_env aidas_env if you want them to match.

🤖 Generated with Claude Code

The notebook was the last place in the repo still importing `adam`, which
no longer exists after the rename in #30. Updates `import adam` and every
`adam.io` / `adam.model` / `adam.vis` / `adam.util` reference in the code
cells, the prose that named ADAM, and the kernelspec display name.

This also lands working-tree changes to the notebook that predate the
rename: a re-executed run with fresh figure outputs, one added cell, and
the removal of a stale error traceback that quoted the old
~/ADAM/src/adam/io/get_radar_scan.py path.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
@rcjackson
rcjackson merged commit 69fb74f into main Sep 15, 2026
4 checks passed
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.

1 participant