Skip to content

tjcadd2020/mybinder-rdkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyBinder RDKit Environment

本仓库用于在 MyBinder 上运行 Jupyter Notebook,并支持 RDKit 进行化学分子处理。

🚀 快速开始

点击以下按钮,在 Binder 中打开 Notebook:

Binder

📦 环境配置

  • 通过 Dockerfile 安装 Jupyter 和 RDKit
  • 也可以使用 environment.yml 让 Binder 创建 Conda 环境

📜 示例代码

index.ipynb 中,包含 RDKit 的基本操作示例:

from rdkit import Chem
from rdkit.Chem import Draw

mol = Chem.MolFromSmiles("c1ccccc1")
Draw.MolToImage(mol)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.9%
  • Dockerfile 0.1%