Hacker News new | ask | show | jobs
by CopOnTheRun 2463 days ago
You can do something similar in chromium/chrome by using the `app` flag. I set jupyterlab to launch with

  chromium --disable-extensions --app=%s
which hides the URL bar and tabs, as well as disables any extensions. I'm sure it's possible to create a shortcut on Windows that does the same thing and place it on the desktop or what have you.