jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

Allow ServerApp.no_browser_open_file option to be set via config

Open devoidfury opened this issue 8 months ago • 0 comments

I was looking to turn off the local filesystem file message in the server output, as it doesn't work in my local dockerized setup, and found this option no_browser_open_file.

The change here allows it to be set via configuration / command line arguments. Also added a test for that.

devoidfury avatar Feb 14 '25 22:02 devoidfury