diff options
-rw-r--r-- | Content/posts/2020-07-01-Install-rdkit-colab.md | 10 | ||||
-rw-r--r-- | docs/feed.rss | 13 | ||||
-rw-r--r-- | docs/posts/2020-07-01-Install-rdkit-colab.html | 9 |
3 files changed, 30 insertions, 2 deletions
diff --git a/Content/posts/2020-07-01-Install-rdkit-colab.md b/Content/posts/2020-07-01-Install-rdkit-colab.md index ff5da1e..4a87bf1 100644 --- a/Content/posts/2020-07-01-Install-rdkit-colab.md +++ b/Content/posts/2020-07-01-Install-rdkit-colab.md @@ -6,6 +6,16 @@ tags: Tutorial, Code-Snippet, Colab # Installing RDKit on Google Colab +**Update: March 2024** + +`rdkit-pypi` has been deprecated in favour of `rdkit` + +You can simply run: + +``` +!pip install rdkit +``` + **EDIT:** Try installing RDKit using pip ``` diff --git a/docs/feed.rss b/docs/feed.rss index d4cd27c..38509ac 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>Thu, 28 Mar 2024 21:27:46 -0000</lastBuildDate> - <pubDate>Thu, 28 Mar 2024 21:27:46 -0000</pubDate> + <lastBuildDate>Sun, 31 Mar 2024 13:33:29 -0000</lastBuildDate> + <pubDate>Sun, 31 Mar 2024 13:33:29 -0000</pubDate> <ttl>250</ttl> <atom:link href="https://web.navan.dev/feed.rss" rel="self" type="application/rss+xml"/> @@ -4715,6 +4715,15 @@ A box with 200px height and 300px width <pubDate>Wed, 01 Jul 2020 14:23:00 -0000</pubDate> <content:encoded><![CDATA[<h1 id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab</h1> +<p><strong>Update: March 2024</strong> </p> + +<p><code>rdkit-pypi</code> has been deprecated in favour of <code>rdkit</code></p> + +<p>You can simply run:</p> + +<pre><code>!pip install rdkit +</code></pre> + <p><strong>EDIT:</strong> Try installing RDKit using pip</p> <pre><code>!pip install rdkit-pypi diff --git a/docs/posts/2020-07-01-Install-rdkit-colab.html b/docs/posts/2020-07-01-Install-rdkit-colab.html index 9f5c507..68372d0 100644 --- a/docs/posts/2020-07-01-Install-rdkit-colab.html +++ b/docs/posts/2020-07-01-Install-rdkit-colab.html @@ -77,6 +77,15 @@ lead.innerText = new_phrase; <div class="post"> <h1 id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab</h1> +<p><strong>Update: March 2024</strong> </p> + +<p><code>rdkit-pypi</code> has been deprecated in favour of <code>rdkit</code></p> + +<p>You can simply run:</p> + +<pre><code>!pip install rdkit +</code></pre> + <p><strong>EDIT:</strong> Try installing RDKit using pip</p> <pre><code>!pip install rdkit-pypi |