From 13a4f4238adeee4ff3f7233ff82a8058ca2ffcb3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 15 Sep 2020 15:40:52 +0530 Subject: Publish deploy 2020-09-15 15:40 --- 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 8d695dd..35408ce 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 September 15, 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 find 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