From ff98cf2db834fda1ce7b49a2c60674bcb1f78507 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 18 Aug 2020 20:34:22 +0530 Subject: Publish deploy 2020-08-18 20:34 --- 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') diff --git a/posts/2020-07-01-Install-rdkit-colab/index.html b/posts/2020-07-01-Install-rdkit-colab/index.html index 7317c33..30f0792 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