def env_setup_notebook_instance()

in source/env_setup.py [0:0]


def env_setup_notebook_instance() -> None:
    logging.info('Starting environment setup for Notebook Instance.')
    py_exec = get_executable()

    logging.info('Uninstalling Python packages installed with distutils.')
    bash("""