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
290 stars 57 forks source link

PyCharm run current file #528

Closed donkirkby closed 1 year ago

donkirkby commented 1 year ago

What I did

Create a simple script.

print('Hello, World!')

Choose the "Current File" run configuration, and run it. The "Hello, World!" message prints in the console.

Now, choose "Start Live Coding" from the Run menu.

What happened

Nothing.

What I wanted to happen

The live coding display should appear on the right half of the window.

My environment

Describe the versions of everything you were using:

Workaround

Add an explicit run configuration, and don't use the "Current File" run configuration.