jupyter-desktop-server
jupyter-desktop-server copied to clipboard
Allow dynamically setting resolution of the display
Currently in jupyter_desktop.py, we hardcode the resolution to 1024x768. We should instead allow this to be dynamic and changeable via configuration.
This could tie into #3 as well