Re: [Rdkit-discuss] Jupyter Could not find environment: my-rdkit-env

2017-06-29 Thread Germano Massullo
Il 29/06/2017 16:02, Greg Landrum ha scritto: > Hi, > > This (or something like it) happens to me all the time: you need to > install Jupyter in the new environment too. > > The only reason what you are currently doing even halfway works is > because you have Jupyter installed in the default conda

Re: [Rdkit-discuss] Jupyter Could not find environment: my-rdkit-env

2017-06-29 Thread Michal Krompiec
Hi Germano, You can also install rdkit in the default environment: conda install -c rdkit rdkit Best, Michal On 29 June 2017 at 14:22, Germano Massullo wrote: > Hi there, I am experiencing some troubles in letting jupyter use rdkit > on Fedora 25 > I installed Anaconda 4.4.0 > then following [

Re: [Rdkit-discuss] Jupyter Could not find environment: my-rdkit-env

2017-06-29 Thread Greg Landrum
notebook from the shell From: Germano Massullo Sent: Thursday, June 29, 2017 3:22:04 PM To: rdkit-discuss@lists.sourceforge.net Subject: [Rdkit-discuss] Jupyter Could not find environment: my-rdkit-env Hi there, I am experiencing some troubles in letting jupyter

[Rdkit-discuss] Jupyter Could not find environment: my-rdkit-env

2017-06-29 Thread Germano Massullo
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 fro