top of page
Search

install rdkit with jupyter notebook

  • Writer: Mohd Athar
    Mohd Athar
  • Dec 7, 2022
  • 1 min read

Here are the quick commands, you need to make sure right python version:

also note that rdkit need separate conda environment,


*********************************************************************************

conda create -c conda-forge -n rdkit_3.7 rdkit python=3.7

conda activate rdkit_3.7

conda install ipython jupyterlab

jupyter-notebook


*************************************

 
 
 

Recent Posts

See All
rsync at remote server

without password: ssh-keygen [WITHOUT entering any passphrase] ssh-copy-id user@remote-host (example: ssh-copy-id altair) nohup rsync...

 
 
 

Comments


bottom of page