1af706e8add8866cea685f680f2da55c1b2d2a1c
App Mode Jupyter Environment and Shortcut
Adds a shortcut for running Jupyter Lab in a Chromium-based browser's "app" mode (i.e. The application takes up the full browser window and has no browser UI e.g. the address bar, as if Jupyter Lab were a native application) for an existing environment with Jupyter Lab installed or creating one for you.
Requirements
- An conda-based installation of Anaconda, Miniconda or Miniforge. Miniforge is recommended.
menuinst>= 2.0.0 must be installed in thebaseenvironment alongsideconda
Setup
- Clone or download this repository
- From a terminal active in your
baseconda environment (or whichever environment conda is installed in), executepython ./setup_jupyter.py your_jupyter_env_name_here
Description
Languages
Python
100%