trying to use ipyturtle3 in jupyter notebook, however, it doesnt work as expected:
-
wondering if it works in pycharm, because the canvas doesnt display in pycharm

-
when i use the web jupyter, it does draw the picture in the first place, but after reloading the file, the canvas area becomes totally blank(or say white)

-
if i open a ipynb file with vscode after a picture drawed in the web jupyter notebook, the canvas area output as 【Canvas(height=250, width=500)】

so i am confused. i dont know if
- it supports the pycharm jupyter environment?
- it is able to show again after reopening the ipynb file?
- the drawed picture can be displayed normally using different environment? web jupyter/vscode
im using python3.9.12

thanks a lot
trying to use ipyturtle3 in jupyter notebook, however, it doesnt work as expected:
wondering if it works in pycharm, because the canvas doesnt display in pycharm

when i use the web jupyter, it does draw the picture in the first place, but after reloading the file, the canvas area becomes totally blank(or say white)

if i open a ipynb file with vscode after a picture drawed in the web jupyter notebook, the canvas area output as 【Canvas(height=250, width=500)】

so i am confused. i dont know if
im using python3.9.12

thanks a lot