From 5c712abef6b9fded9c3d0b7bb930cdfeb94981d1 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 18 Aug 2020 20:41:29 +0530 Subject: Publish deploy 2020-08-18 20:41 --- posts/2020-07-01-Install-rdkit-colab/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts/2020-07-01-Install-rdkit-colab/index.html') diff --git a/posts/2020-07-01-Install-rdkit-colab/index.html b/posts/2020-07-01-Install-rdkit-colab/index.html index 30f0792..fd646b7 100644 --- a/posts/2020-07-01-Install-rdkit-colab/index.html +++ b/posts/2020-07-01-Install-rdkit-colab/index.html @@ -1,4 +1,4 @@ -Installing RDKit on Google Colab | Navan Chauhan
2 minute readCreated on July 1, 2020Last modified on August 1, 2020

Installing RDKit on Google Colab

RDKit is one of the most integral part of any Cheminfomatic specialist's toolkit but it is notoriously difficult to install unless you already have conda installed. I originally found this in a GitHub Gist but I have not been able to found that gist again :/

Just copy and paste this in a Colab cell and it will install it 👍

import sys +Installing RDKit on Google Colab | Navan Chauhan
2 minute readCreated on July 1, 2020Last modified on August 1, 2020

Installing RDKit on Google Colab

RDKit is one of the most integral part of any Cheminfomatic specialist's toolkit but it is notoriously difficult to install unless you already have conda installed. I originally found this in a GitHub Gist but I have not been able to found that gist again :/

Just copy and paste this in a Colab cell and it will install it 👍

import sys import os import requests import subprocess -- cgit v1.2.3