Windows 10终端中图的可视化

发布于 2025-01-29 13:14:22 字数 465 浏览 1 评论 0原文


I have two systems one is ubuntu and another one is windows.
I usually connect my workplace server using "ssh -x [email protected]" from both ubuntu and windows.
In Ubuntu, I can see plots (let's say I use matplotlib, python to plot something) in the terminals but not in windows 10.

我想知道是否有任何可视化软件或工具可以帮助您查看Windows终端中的图。

谢谢

I have two systems one is ubuntu and another one is windows.
I usually connect my workplace server using "ssh -x [email protected]" from both ubuntu and windows.
In Ubuntu, I can see plots (let's say I use matplotlib, python to plot something) in the terminals but not in windows 10.

I like to know if there is any visualization software or tools are there which help to see the plots within the windows terminals.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

昔日梦未散 2025-02-05 13:14:22

您应该考虑使用SSH软件来用于支持X窗口系统(例如Putty)的Windows。以下是一些资源可以让您开始使用Putty:

  • https://www.putty.org/
  • href =“ https://superuser.com/questions/119792/119792/how-to-to-use-use-x11-forwarding-with-putty”> https://superuser.com/questions/questions/119792/119792/how-to-to-use-use-x11--x11--x11--x11--转发putty

另外,您可以将Windows子系统用于Linux,WSL,并使用Windows Machine上的Ubuntu桌面环境。在Ubuntu WSL中,您可以再次使用ssh -x

要开始使用WSL,请在此处查看

You should look into using SSH software for Windows that has support for X windowing system such as putty. Here are some resources to get you started with putty:

Alternatively, You could use windows subsystem for linux, WSL, and use it have Ubuntu desktop environment on windows machine. From the Ubuntu WSL you can again use ssh -x [email protected] like you would on native linux machine.

To get started with WSL, take a look here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文