-
Notifications
You must be signed in to change notification settings - Fork 51
Add notebooks #1360
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 notebooks #1360
Conversation
- defining the default run directory and cleaning the commands - adding option to copy the data to your Google Drive
I also see this PR is not tied to any issue - please add an issue before merging |
related to issue #1367 |
so please link it here |
Thanks Rodrigo
Those instructions are clear and work perfectly (you do indeed need to isolate in a venv the entire notebook installation to be safe).
I will add those to the README file
|
PS: But we do have issues with the interactive plots it seems (at least on my laptop / OSX).
The section about `Visualizing the scores and their components`: the interactive plots are not showing.
|
Added instructions for running locally
Updated the README file, linked to the issue. |
Fixing haddock version
removed content dir, updated change dir command to use python
Defining PROJECT_DIR
Markdown updates
Corrected haddock version
Corrected zip archive download link
@rvhonorato - as the installation now has the |
PS: The notebook will have to be updated to use the main version once the notebooks branch will have been merged. |
Marking this as a draft because it's not ready yet. The addition of the The latest changes have tied the execution of this notebook to a Once the other PR is merged we can resume work on this one |
before merging this it would also be good to check how we can use Binder for it and add it in the repository README - https://mybinder.org |
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 a new directory (
notebooks
) with a first Jupyter notebook for the antibody-antigen tutorial running on ColabRelated Issue
Closes #1367