Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 263 Bytes

Protein Structure Analysis

Get Started

# Setup environment
make .venv

# Setup kernel for jupyter
make kernel

# Install jupyter nglview extension widget (optional)
jupyter-nbextension enable nglview --py --sys-prefix

# Launch jupyter 
make jupyter