Simple Visualizations: No images displaying
Hi yt users, I am new to yt and working through through the Simple Visualization tutorial ( http://yt-project.org/docs/3.1/quickstart/simple_visualization.html). Within ipython, when I try to display any image, I always only get the text output with no image. For example,
p.show()
<yt.visualization.plot_window.ProjectionPlot at 0x109cd4550> I have tried this on two machines and get the same result. There is no error, but I also do not get an image like I should (on the tutorial there are many multiple variations of display, otherwise I would just use p.save() and display the image outside of ipython). Ideas? Suggestions? Kind regards, Carla Carroll
Hi Carla, Are you running inside the IPython notebook, or inside ipython on the command line? show() as of right now will only work in the notebook. -Matt On Mon, Jun 22, 2015 at 8:16 AM, Carla Carroll <carla.june.carroll@gmail.com> wrote:
Hi yt users,
I am new to yt and working through through the Simple Visualization tutorial (http://yt-project.org/docs/3.1/quickstart/simple_visualization.html). Within ipython, when I try to display any image, I always only get the text output with no image. For example,
p.show()
<yt.visualization.plot_window.ProjectionPlot at 0x109cd4550>
I have tried this on two machines and get the same result. There is no error, but I also do not get an image like I should (on the tutorial there are many multiple variations of display, otherwise I would just use p.save() and display the image outside of ipython).
Ideas? Suggestions?
Kind regards,
Carla Carroll
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
Matt, I am running inside ipython only. That must be the problem. Thanks, Carla Am Montag, 22. Juni 2015 schrieb Matthew Turk :
Hi Carla,
Are you running inside the IPython notebook, or inside ipython on the command line? show() as of right now will only work in the notebook.
-Matt
Hi yt users,
I am new to yt and working through through the Simple Visualization tutorial (http://yt-project.org/docs/3.1/quickstart/simple_visualization.html). Within ipython, when I try to display any image, I always only get the text output with no image. For example,
p.show()
<yt.visualization.plot_window.ProjectionPlot at 0x109cd4550>
I have tried this on two machines and get the same result. There is no error, but I also do not get an image like I should (on the tutorial
are many multiple variations of display, otherwise I would just use
On Mon, Jun 22, 2015 at 8:16 AM, Carla Carroll <carla.june.carroll@gmail.com <javascript:;>> wrote: there p.save()
and display the image outside of ipython).
Ideas? Suggestions?
Kind regards,
Carla Carroll
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org <javascript:;> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org <javascript:;> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
participants (2)
-
Carla Carroll -
Matthew Turk