Skip to content

Commit 8b58c15

Browse files
authored
Merge pull request #151 from OpenProteinAI/feat/boltzgen-docs
Add boltzgen docs
2 parents 3241ee5 + a47c7da commit 8b58c15

File tree

2 files changed

+83
-91
lines changed

2 files changed

+83
-91
lines changed

flake.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
pkgs = nixpkgs.legacyPackages.${system};
1616
in
1717
{
18-
devShells.default = pkgs.mkShell { packages = [
19-
pkgs.bashInteractive
20-
];
18+
devShells.default = pkgs.mkShell {
19+
packages = with pkgs; [
20+
bashInteractive
21+
python313Packages.jupytext
22+
];
2123
};
2224
}
2325
);

source/python-api/structure-generation/Using_BoltzGen.ipynb

Lines changed: 78 additions & 88 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)