A
4 TopicsPWA fullscreen like IE11 kiosk mode
Hi, we are using IE11 kiosk mode to deploy to lots of organisations. It is a very lightweight way to have a fullscreen experience. We want to add offline capabilities as well, so PWA with fullscreen for desktop would be a natural way to go in our opinion. Right now, if I run PWA desktop in fullscreen it still shows the Title bar. Will there be a PWA "kiosk" like mode where I can start the app fullscreen? Best regards, Rogier4.8KViews0likes5CommentsRunning JupyterHub on and off campus Architectural Scenarios
First published on MSDN on Aug 10, 2017 Dedicated Hardware Environments for hosting JupyterHubOn premise – Own Maintain, secure and Operate the servicesInstallationJupyterHub can be installed with pip (and the proxy with npm) or conda:pip, npm:python3 -m pip install jupyterhubnpm install -g configurable-http-proxypython3 -m pip install notebook # needed if running the notebook servers locallyconda (one command installs jupyterhub and proxy):conda install -c conda-forge jupyterhub # installs jupyterhub and proxyconda install notebook # needed if running the notebook servers locallyTest your installation.1.2KViews0likes0Comments