aws-samples / amazon-sagemaker-codeserver

Hosting code-server on Amazon SageMaker
MIT No Attribution
47 stars 17 forks source link

will be python plot shown as can be done by usning X11 #23

Closed Sandy4321 closed 10 months ago

Sandy4321 commented 1 year ago

will be python plot shown as can be done by usning X11

for example import matplotlib.pyplot as plt

generate data

x = [1, 2, 3, 4, 5] y = [2, 4, 6, 8, 10]

plot data

plt.plot(x, y) plt.title('Simple Plot') plt.xlabel('X Axis') plt.ylabel('Y Axis')

show plot

plt.show()

giuseppeporcelli commented 10 months ago

Hi, I believe this feature request is more appropriate for the code-server project: https://github.com/coder/code-server

Thanks!