yuvipanda / jupyter-desktop-server

Run a Linux Desktop on a JupyterHub
BSD 3-Clause "New" or "Revised" License
46 stars 36 forks source link

Allow dynamically setting resolution of the display #4

Open yuvipanda opened 5 years ago

yuvipanda commented 5 years ago

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