summaryrefslogtreecommitdiff
path: root/docs/feed.rss
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feed.rss')
-rw-r--r--docs/feed.rss12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/feed.rss b/docs/feed.rss
index 0468673..e959592 100644
--- a/docs/feed.rss
+++ b/docs/feed.rss
@@ -4,8 +4,8 @@
<title>Navan's Archive</title>
<description>Rare Tips, Tricks and Posts</description>
<link>https://web.navan.dev/</link><language>en</language>
- <lastBuildDate>Fri, 25 Jun 2021 17:17:21 -0000</lastBuildDate>
- <pubDate>Fri, 25 Jun 2021 17:17:21 -0000</pubDate>
+ <lastBuildDate>Fri, 25 Jun 2021 17:37:47 -0000</lastBuildDate>
+ <pubDate>Fri, 25 Jun 2021 17:37:47 -0000</pubDate>
<ttl>250</ttl>
<atom:link href="https://web.navan.dev/feed.rss" rel="self" type="application/rss+xml"/>
@@ -2095,6 +2095,14 @@ Configure failed due to the errors above!
<pubDate>Wed, 01 Jul 2020 14:23:00 -0000</pubDate>
<content:encoded><![CDATA[<h1>Installing RDKit on Google Colab</h1>
+<p><strong>EDIT:</strong> Try installing RDKit using pip</p>
+
+<pre><code>!pip install rdkit-pypi
+
+</code></pre>
+
+<h2>Old Method (Still Works)</h2>
+
<p>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 <code>conda</code> installed. I originally found this in a GitHub Gist but I have not been able to find that gist again :/ </p>
<p>Just copy and paste this in a Colab cell and it will install it 👍</p>