-
Notifications
You must be signed in to change notification settings - Fork 51
add libnotebooks
#1368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add libnotebooks
#1368
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on antibody-antigen example (chains A and B) in a local Jupyter Notebook - both alignment and visualisation are working!
I see several ways to improve the code and expand functionality, which I will open as a separate issue to avoid blocking notebook development.
Looking closer - no need to "expand functionality”. My issues were with:
fixes it entirely. This is smth to mention in documentation, not adress via code. |
Adding colouring for chain C and additional atoms types
Changed version to 2025.9.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now chains C are colourful and NAs alignment works by default, all good
You are about to submit a new Pull Request. Before continuing make sure you read the contributing guidelines.
Checklist
CHANGELOG.md
is updated to incorporate new changesversion
has been incremented inpyproject.toml
Summary of the Pull Request
This PR is a cherry-pick from #1360 which added the
libnotebooks
.This lib contains helper functions that should be used in jupyternotebooks
Related Issue
#1367
Additional Info