Re: ipykernel to recommend stuff?

2017-04-04 Thread Igor Gnatenko
On Wed, Apr 5, 2017 at 7:13 AM, Nick Coghlan wrote: > On 5 April 2017 at 05:00, Miro Hrončok wrote: >> Hi, >> >> I got this idea that the python{2,3}-ipykernel packages could recommend some >> modules useful to use in the Jupyter Notebook. >> >> Recommends: >> * numpy >> * matplotlib >> >> Not

Re: ipykernel to recommend stuff?

2017-04-04 Thread Nick Coghlan
On 5 April 2017 at 05:00, Miro Hrončok wrote: > Hi, > > I got this idea that the python{2,3}-ipykernel packages could recommend some > modules useful to use in the Jupyter Notebook. > > Recommends: > * numpy > * matplotlib > > Not sure if should be recommended or suggested: > * pillow > * scik

ipykernel to recommend stuff?

2017-04-04 Thread Miro Hrončok
Hi, I got this idea that the python{2,3}-ipykernel packages could recommend some modules useful to use in the Jupyter Notebook. Recommends: * numpy * matplotlib Not sure if should be recommended or suggested: * pillow * scikit-image * scikit-learn * scipy * statsmodels * sympy * pand