<div dir="ltr"><div>Genius!  Thanks for all the help and so fast!  A small aside:  is it A-OK to just pip install "whatever_was_missing_in_yt_error_message" or is that opening me up to lots of possible problems?  <br>
<br></div>Stephanie<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 3:31 PM, j s oishi <span dir="ltr"><<a href="mailto:jsoishi@gmail.com" target="_blank">jsoishi@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">do <div><br></div><div>$ pip install jinja2</div><div><br></div><div>Note to Matt/Nathan and the yt install team: I *just* helped someone else who installed yt from the install script and *also* didn't get jinja2, which precludes ipy operation.</div>
<span class="HOEnZb"><font color="#888888">
<div><br></div><div>j</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 3:28 PM, Stephanie Tonnesen <span dir="ltr"><<a href="mailto:stonnes@gmail.com" target="_blank">stonnes@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><div><div>Hi,<br><br></div>OK, so I deleted the IPython folder, then uninstalled, then installed, and now these are my error messages:<br>

</div>>yt notebook<br>/u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/IPython/frontend.py:30: UserWarning: The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level.<br>


  warn("The top-level `frontend` package has been deprecated. "<div><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 "/u/stonnes/Installs/yt-x86_64/src/yt-hg/yt/utilities/command_line.py", line 1695, in run_main<br>    args.func(args)<br>  File "/u/stonnes/Installs/yt-x86_64/src/yt-hg/yt/utilities/command_line.py", line 84, in run<br>


    self(args)<br>  File "/u/stonnes/Installs/yt-x86_64/src/yt-hg/yt/utilities/command_line.py", line 1454, in __call__<br>    from IPython.frontend.html.notebook.notebookapp import NotebookApp<br></div>  File "/u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/IPython/html/notebookapp.py", line 38, in <module><br>


    from jinja2 import Environment, FileSystemLoader<br>ImportError: No module named jinja2<br><br></div>>python2.7 notebook.py<br>/u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/IPython/frontend.py:30: UserWarning: The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level.<br>


  warn("The top-level `frontend` package has been deprecated. "<div><br>Traceback (most recent call last):<br>  File "notebook.py", line 2, in <module><br>    from IPython.frontend.html.notebook.notebookapp import NotebookApp<br>

</div>
  File "/u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/IPython/html/notebookapp.py", line 38, in <module><br>    from jinja2 import Environment, FileSystemLoader<br>ImportError: No module named jinja2<span><font color="#888888"><br>


<br></font></span></div><span><font color="#888888">-Stephanie<br></font></span></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 3:20 PM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@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">Hi Stephanie,<div><br></div><div>It shouldn't matter.  Can you try completely removing the IPython folder in /u/stonnes/Installs/yt-x86_64/lib/python2.7/site-packages/, then `pip uninstall ipython`, then `pip install ipython` one more time.</div>




<div><br></div><div>IPython no longer imports from IPython.frontend in recent releases of IPython, so you still have some old files sticking around.</div><span><font color="#888888"><div><br></div><div>-Nathan</div>
</font></span></div><div><div><div class="gmail_extra"><br>

<br><div class="gmail_quote">On Wed, Oct 9, 2013 at 12:16 PM, Stephanie Tonnesen <span dir="ltr"><<a href="mailto:stonnes@gmail.com" target="_blank">stonnes@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>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...<span><font color="#888888"><br>





<br></font></span></div><span><font color="#888888">Stephanie<br><br></font></span></div><div><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><br>
On Wed, Oct 9, 2013 at 3:02 PM, Stephanie Tonnesen <<a href="mailto:stonnes@gmail.com" target="_blank">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" target="_blank">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" target="_blank">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>
</div></div><br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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></blockquote></div><br></div>
</div></div><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>
<br></blockquote></div><br></div>