Germano Massullo
2017-06-29 13:22:04 UTC
Hi there, I am experiencing some troubles in letting jupyter use rdkit
on Fedora 25
I installed Anaconda 4.4.0
then following [1] I runned
$ conda create -c rdkit -n my-rdkit-env rdkit
$ source activate my-rdkit-env
then
$ jupyter-notebook --ip foo_ip --port 8890
then from jupyter notebook
from rdkit import Chem
from rdkit.Chem import AllChem
from rdkit.Chem import Descriptors
but those imports return
====
CondaEnvironmentNotFoundError: Could not find environment: my-rdkit-env .
You can list all discoverable environments with `====`.
====
running
conda info --envs
I get
# conda environments:
#
my-rdkit-env * /home/user/.conda/envs/my-rdkit-env
root /opt/anaconda3
Thank you very much
[1]: http://www.rdkit.org/docs/Install.html
on Fedora 25
I installed Anaconda 4.4.0
then following [1] I runned
$ conda create -c rdkit -n my-rdkit-env rdkit
$ source activate my-rdkit-env
then
$ jupyter-notebook --ip foo_ip --port 8890
then from jupyter notebook
from rdkit import Chem
from rdkit.Chem import AllChem
from rdkit.Chem import Descriptors
but those imports return
====
CondaEnvironmentNotFoundError: Could not find environment: my-rdkit-env .
You can list all discoverable environments with `====`.
====
running
conda info --envs
I get
# conda environments:
#
my-rdkit-env * /home/user/.conda/envs/my-rdkit-env
root /opt/anaconda3
Thank you very much
[1]: http://www.rdkit.org/docs/Install.html