donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
292 stars 56 forks source link

Issue with laptop #432

Closed sghazi1 closed 2 years ago

sghazi1 commented 2 years ago

What I did

Describe the steps you took, probably including your Python code, like this: Computer stopped working - had the blue screen on 'your pc ran into a problem' I tried pressing the home button for 60 seconds and it turned back on.

print(42)

What happened

Describe what you saw, probably including the live coding display, like this:

print('42') 

What I wanted to happen

Describe what you wanted, probably including changes to the live coding display, like this:

print('What do you get when you multiply six by nine?') 

My environment

Describe the versions of everything you were using:

Other feedback

While you're here, we'd love to know how you learned about the project, what you use it for, or anything else you'd like to tell us.

donkirkby commented 2 years ago

It's very unlikely that Python code would crash your computer. However, if you can reproduce the problem, please fill in the information we asked for above.

donkirkby commented 2 years ago

Without more information, I can't reproduce the problem. I'm going to close this issue, but I'm happy to reopen it if you add more details.