<div dir="ltr">Thanks! That's a different repo: <a href="https://github.com/ipython/ipython-website">https://github.com/ipython/ipython-website</a><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 1:52 PM, Ian Bell <span dir="ltr"><<a href="mailto:ian.h.bell@gmail.com" target="_blank">ian.h.bell@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>I'm trying to put together a PR for this, but I can't find the right source file to edit, its not this one: <a href="https://github.com/ipython/ipython/blob/master/docs/source/install/install.rst" target="_blank">https://github.com/ipython/ipython/blob/master/docs/source/install/install.rst</a><br></div><br></div>I want to edit this file: <a href="http://ipython.org/install.html" target="_blank">http://ipython.org/install.html</a><br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 2:47 PM, Ian Bell <span dir="ltr"><<a href="mailto:ian.h.bell@gmail.com" target="_blank">ian.h.bell@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Sometimes you have no choice but to fall back to pip when conda chokes on a package that it doesn't understand.  So I have a hodgepodge of pip-installed and conda-installed packages on my machine, and until conda fully supports pip, it looks like it is going to stay that way.<br><br></div><div>I'm fine not using pip and using conda, but the conda docs should tell you how to get everything up and running easily with ipython.  Adding the line described in this thread would probably do it.<span><font color="#888888"><br></font></span></div><span><font color="#888888"><div><br></div>Ian</font></span><div><div><br><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 12:50 PM, Ryan Nelson <span dir="ltr"><<a href="mailto:rnelsonchem@gmail.com" target="_blank">rnelsonchem@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Min,<div><br></div><div>I just posted a little note about the pip issue on the Anaconda mailing list. We'll see what they say about including it by default.</div><div>Hopefully, this solves Ian's problem. </div><span><font color="#888888"><div><br></div><div>Ryan</div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 2:12 PM, MinRK <span dir="ltr"><<a href="mailto:benjaminrk@gmail.com" target="_blank">benjaminrk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yeah, we can probably add some clarifications.<div><br></div><div>I think it's a huge mistake that conda allows installing Python without pip. This really shouldn't be allowed.</div><span><font color="#888888"><div><br></div><div>-MinRK</div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 10:59 AM, Ryan Nelson <span dir="ltr"><<a href="mailto:rnelsonchem@gmail.com" target="_blank">rnelsonchem@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yeah. The docs (<a href="http://ipython.org/install.html" target="_blank">http://ipython.org/install.html</a>) should probably mention this if they are going to reference conda specifically. However, it is a conda-specific issue, so it might be more appropriate to point users to the continuum documentation instead. Especially, given that the IPython docs suggest installing the full Anaconda package (which has notebook) and do not mention Miniconda, which it looks like you are using. You can search the conda package repository pretty easily:<div><a href="http://conda.pydata.org/docs/examples/search.html" target="_blank">http://conda.pydata.org/docs/examples/search.html</a></div><div>But I agree that this it is not well documented. <br><div><br></div><div>I have miniconda on a Linux distro, and fresh environments don't install pip. This caused some problems for me at first because it was using the system pip, which was no good. Do you have another Python install on your computer? You could do a `conda install pip` and make sure you have the Continuum version. </div></div><div><br></div><div>Just out of curiosity, why would use want to use pip at all? It might be safer to install things using conda exclusively. You might run into problems with pip when you are trying to install modules that require compiled components such as Qt4/5. For example, the command `conda install ipython ipython-notebook ipython-qtconsole` will install ipython and all the dependencies, including a precompiled version of the Qt libraries. I don't think a `pip install pyqt4` will do that. (?)  See here for more:</div><div><a href="http://stackoverflow.com/questions/20994716/what-is-the-difference-between-pip-and-conda" target="_blank">http://stackoverflow.com/questions/20994716/what-is-the-difference-between-pip-and-conda</a><br></div><div>However, the answer here is a little misleading because the conda-installed pip will install packages that are conda-aware. That is, I've installed packages with the conda version of pip, and `conda list` will show these packages as being installed. </div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 1:16 PM, Ian Bell <span dir="ltr"><<a href="mailto:ian.h.bell@gmail.com" target="_blank">ian.h.bell@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Fri, Feb 13, 2015 at 9:12 AM, Ryan Nelson <span dir="ltr"><<a href="mailto:rnelsonchem@gmail.com" target="_blank">rnelsonchem@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">With Anaconda, you can use `conda` to install these packages. <div><br></div><div><br></div><div>$ source activate your_env # Not necessary for root environment</div><div>$ conda install ipython ipython-notebook ipython-qtconsole</div></div></blockquote><div><br></div></span><div>Exactly this should be on the website.  Its not obvious what conda package is required to get full notebook support.  The <br><br>conda update ipython <br><br>command doesn't do it.<br> <br></div><div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Fri, Feb 13, 2015 at 11:06 AM, Ian Bell <span dir="ltr"><<a href="mailto:ian.h.bell@gmail.com" target="_blank">ian.h.bell@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div>I tried to install ipython+dependencies on a new machine, and it dies when it tries to install the dependencies:<br><br>C:\Users\ihb>pip install ipython[all]<br>Requirement already satisfied (use --upgrade to upgrade): ipython[all] in c:\users\ihb\appdata\local\continuum\miniconda\lib\site-packages<br>  Exception:<br>  Traceback (most recent call last):<br>    File "C:\Users\ihb\AppData\Local\Continuum\Miniconda\lib\site-packages\pip\basecommand.py", line 232, in main<br>      status = self.run(options, args)<br>    File "C:\Users\ihb\AppData\Local\Continuum\Miniconda\lib\site-packages\pip\commands\install.py", line 339, in run<br>      requirement_set.prepare_files(finder)<br>    File "C:\Users\ihb\AppData\Local\Continuum\Miniconda\lib\site-packages\pip\req\req_set.py", line 436, in prepare_files<br>      req_to_install.extras):<br>    File "C:\Users\ihb\AppData\Local\Continuum\Miniconda\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 2504, in requires<br>      "%s has no such extra feature %r" % (self, ext)<br>  UnknownExtra: ipython 2.4.1 has no such extra feature 'all'<br><br></div>My python:<br><br>Python 2.7.8 |Continuum Analytics, Inc.| (default, Jul  2 2014, 15:12:11) [MSC v.1500 64 bit (AMD64)] on win32<br>Type "help", "copyright", "credits" or "license" for more information.<br>Anaconda is brought to you by Continuum Analytics.<br>Please check out: <a href="http://continuum.io/thanks" target="_blank">http://continuum.io/thanks</a> and <a href="https://binstar.org" target="_blank">https://binstar.org</a><br></div>
<br></div></div>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div></div></div><br></div></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div></div></div></div></div>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>