-
Notifications
You must be signed in to change notification settings - Fork 51
Adding the notebooks directory #1376
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
base: main
Are you sure you want to change the base?
Conversation
Checked if Currently installating haddock3 from a repo clone with |
Added info about notebooks.egi.eu
Updated EGI notebooks description
styling
"!git clone https://github.com/haddocking/haddock3.git\n", | ||
"import os\n", | ||
"os.chdir('haddock3')\n", | ||
"!pip install . --quiet\n", |
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.
As I said in the now closed without a reason previous pr #1360:
The latest changes have tied the execution of this notebook to a git clone which is very error prone and likely to make the notebook unstable.
and
Fix the version here to make sure this tutorial will not break in the future
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.
OK - changed it already - but we can only test live once we will make a new release for version 2025.9.3 (which should be this pull request)
Updated version
changed to pip install haddock3 with fixed version (to check if correct)
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
Added
HADDOCK3-antibody-antigen.ipynb
jupyter notebook andREADME.md file
Related Issue
#1367