ipython-turtle-widget icon indicating copy to clipboard operation
ipython-turtle-widget copied to clipboard

Turtle window properties - draggable, status display

Open psychemedia opened this issue 9 years ago • 3 comments

Great start to this widget:-)

I can see it being used as a way of not only introducing novices to simple programming, but also helping them get to grips with how the notebook works in terms of displayed state in the notebook compared to the actual state of the turtle "in the kernel" at any one time.

To this extent, the ability to display the location and heading in a cell are good, but this could also be framed as part of the display window in a status panel area? With a bit of care, being able to see the current state in the widget and the state after a particular step in the cell notebook could be contrasted, helping learners understand the separation of the notebook and the underlying python process?

It might also be useful for usability if the turtle window had various modes; for example, providing the option of it being resized, or draggable to a particular part of the browser viewport?

psychemedia avatar Nov 27 '16 18:11 psychemedia

Hi, you suggested to

  • move window
  • change size of window
  • see the state of turtle

great ideas. I will try to implement that. Best Regards Gerhard

gkvoelkl avatar Dec 04 '16 16:12 gkvoelkl

Hi

In order to try to implement making the window draggable or resizable, where would I need to look in the code?

psychemedia avatar Oct 30 '19 16:10 psychemedia

I would suggest example.js Methode render

gkvoelkl avatar Nov 03 '19 16:11 gkvoelkl