diff options
Diffstat (limited to 'docs/posts/2020-07-01-Install-rdkit-colab.html')
-rw-r--r-- | docs/posts/2020-07-01-Install-rdkit-colab.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/posts/2020-07-01-Install-rdkit-colab.html b/docs/posts/2020-07-01-Install-rdkit-colab.html index 3d040bc..f5acc52 100644 --- a/docs/posts/2020-07-01-Install-rdkit-colab.html +++ b/docs/posts/2020-07-01-Install-rdkit-colab.html @@ -6,13 +6,13 @@ <link rel="stylesheet" href="/assets/main.css" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Installing RDKit on Google Colab</title> + <title>id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab</title> <meta name="og:site_name" content="Navan Chauhan" /> <link rel="canonical" href="https://web.navan.dev/posts/2020-07-01-Install-rdkit-colab.html" /> <meta name="twitter:url" content="https://web.navan.dev/posts/2020-07-01-Install-rdkit-colab.html /> <meta name="og:url" content="https://web.navan.dev/posts/2020-07-01-Install-rdkit-colab.html" /> - <meta name="twitter:title" content="Installing RDKit on Google Colab" /> - <meta name="og:title" content="Installing RDKit on Google Colab" /> + <meta name="twitter:title" content="id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab" /> + <meta name="og:title" content="id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab" /> <meta name="description" content="Install RDKit on Google Colab with one code snippet." /> <meta name="twitter:description" content="Install RDKit on Google Colab with one code snippet." /> <meta name="og:description" content="Install RDKit on Google Colab with one code snippet." /> @@ -44,7 +44,7 @@ <main> - <h1>Installing RDKit on Google Colab</h1> + <h1 id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab</h1> <p><strong>EDIT:</strong> Try installing RDKit using pip</p> @@ -52,7 +52,7 @@ </code></pre> -<h2>Old Method (Still Works)</h2> +<h2 id="old-method-still-works">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> |