Skip to content

Instantly share code, notes, and snippets.

@tibovanheule
Created April 16, 2025 07:42
Show Gist options
  • Select an option

  • Save tibovanheule/cdab14cc64122e077309738c92e5996f to your computer and use it in GitHub Desktop.

Select an option

Save tibovanheule/cdab14cc64122e077309738c92e5996f to your computer and use it in GitHub Desktop.
Bokeh debugger setup in pycharm
  • In run configurattion, chose a python configuration.
  • Then select module instead of script
  • As module use bokeh
  • Add your arguments, like "serve app"
  • correctly set your working directory.

Then debug!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment