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

Jupyturtle #336

Open
FVietri80 opened this issue Sep 2, 2024 · 1 comment
Open

Jupyturtle #336

FVietri80 opened this issue Sep 2, 2024 · 1 comment

Comments

@FVietri80
Copy link

I have an issue to use jupyturtle, the window that show the result of the code it si not enough wide to see the moving of the turtle. Which function should I use to Get a larger window?

@hugomallinson
Copy link

t = jupyturtle.Turtle(drawing=jupyturtle.jupyturtle.Drawing(width=600, height=600))

Or

t.drawing.width = 600
t.drawing.height = 600

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

2 participants