You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provided jupyter notebooks are custom curated and will help the users to start working on rdKit
4
-
Please note that, this custom curated Jupyter Notebooks are various sources and respective credits were assigned; apologies in advance (if i forget to mention any credits)
3
+
**Installation:**
4
+
Please download the rdkit tutorials from my github (https://github.com/suneelbvs/rdkit_tu...) including data, and yml files as well.
5
+
6
+
Step 1: download and Install anaconda from anaconda.org
7
+
Step 2: Install conda environment from rdkit.yml by using this command in anaconda terminal : "conda env create -f environment.yml"
8
+
Step 3: check for installation : conda env list
9
+
Step 4: Activate the environment : conda activate rdkit-training
10
+
Step 5: check the list of packages available in rdkit-training env : conda list
0 commit comments