Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat talks about the entire notebook when asked a question about a cell output #244611

Closed
joaomoreno opened this issue Mar 25, 2025 · 2 comments
Closed
Assignees

Comments

@joaomoreno
Copy link
Member

joaomoreno commented Mar 25, 2025

Testing #244512

2429d77c.copilotmd.txt

Image

It would be great if chat would just take the output, not not much the fact that it comes from a cell.

@raja2576
Copy link

The code generates a sine wave plot:

Data Generation:

np.linspace(0, 10, 100) creates 100 evenly spaced points between 0 and 10.

np.sin(x) calculates the sine of each point.

Plotting:

plt.plot(x, y) draws a line graph of the sine wave.

Axis labels and a title are added using plt.title(), plt.xlabel(), and plt.ylabel().

plt.show() displays the plot.

@eleanorjboyd
Copy link
Member

eleanorjboyd commented Mar 31, 2025

fixed as the agent and edit modes are now supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants