LoginSignup
1
0

More than 1 year has passed since last update.

Google Colabでrdkitをimportしたい

Posted at

背景

anacondaが会社で使えなくなったのでgoogle colabでrdkitをやりたいのに、
!conda install rdkit がうまくいかなかったので調べてみた。
日本語で解決法自体をメインに取り扱う記事が少ないので一例を記載する。もし皆ご存じなら申し訳ない、、、

コード

rdkit_starter
from google.colab import output

!pip install -q condacolab
import condacolab
condacolab.install()
!conda install -q -y -c conda-forge rdkit

output.clear()

「セッションがクラッシュしました」と出ますがおそらく問題なく続けられます。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0