<div dir="ltr"><div>I was able to uninstall it twice, then install ipython, but unfortunately got the same error message.  Does it matter what folder I am in when I type in pip install ipython?  right now I have "activated" yt, but am in a random folder...<br>
<br></div>Stephanie<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 3:08 PM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com" target="_blank">matthewturk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Stephanie,<br>
<br>
I've never seen this one before.  Looks like an overlapping IPython<br>
install.  Try this one out:<br>
<br>
pip uninstall ipython<br>
<br>
and answer yes, then repeat this process (pip uninstall ipython) until<br>
it doesn't do anything anymore.  (Maybe two or three times?)  Then do:<br>
<br>
pip install ipython<br>
<br>
Hopefully that'll fix it!<br>
<br>
-Matt<br>
<div><div class="h5"><br>
On Wed, Oct 9, 2013 at 3:02 PM, Stephanie Tonnesen <<a href="mailto:stonnes@gmail.com">stonnes@gmail.com</a>> wrote:<br>
> Hi users,<br>
><br>
> A while ago I was using a yt notebook, and was running it with the command<br>
> python2.7 notebook.py (I think).  Now, I can't get a notebook to load!  Can<br>
> someone tell/remind me what the commands are?  More specifically I am trying<br>
> to get a tunnel for my notebook.  When I type<br>
>>python2.7 notebook.py<br>
> Traceback (most recent call last):<br>
>   File "notebook.py", line 2, in <module><br>
>     from IPython.frontend.html.notebook.notebookapp import NotebookApp<br>
>   File<br>
> "/u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/IPython/frontend/html/notebook/notebookapp.py",<br>
> line 59, in <module><br>
>     from IPython.frontend.consoleapp import IPythonConsoleApp<br>
>   File<br>
> "/u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/IPython/frontend/consoleapp.py",<br>
> line 36, in <module><br>
>     from IPython.lib.kernel import tunnel_to_kernel, find_connection_file,<br>
> swallow_argv<br>
> ImportError: cannot import name swallow_argv<br>
><br>
> and when I type<br>
>> yt notebook<br>
> Traceback (most recent call last):<br>
>   File "/u/stonnes/Installs/yt-x86_64/bin/yt", line 9, in <module><br>
>     load_entry_point('yt==2.6dev', 'console_scripts', 'yt')()<br>
>   File<br>
> "/u/stonnes/Installs/yt-x86_64/src/yt-hg/yt/utilities/command_line.py", line<br>
> 1695, in run_main<br>
>     args.func(args)<br>
>   File<br>
> "/u/stonnes/Installs/yt-x86_64/src/yt-hg/yt/utilities/command_line.py", line<br>
> 84, in run<br>
>     self(args)<br>
>   File<br>
> "/u/stonnes/Installs/yt-x86_64/src/yt-hg/yt/utilities/command_line.py", line<br>
> 1454, in __call__<br>
>     from IPython.frontend.html.notebook.notebookapp import NotebookApp<br>
>   File<br>
> "/u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/IPython/frontend/html/notebook/notebookapp.py",<br>
> line 59, in <module><br>
>     from IPython.frontend.consoleapp import IPythonConsoleApp<br>
>   File<br>
> "/u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/IPython/frontend/consoleapp.py",<br>
> line 36, in <module><br>
>     from IPython.lib.kernel import tunnel_to_kernel, find_connection_file,<br>
> swallow_argv<br>
> ImportError: cannot import name swallow_argv<br>
><br>
> Thanks!<br>
><br>
> Stephanie<br>
><br>
</div></div>> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
><br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>