You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
date = datetime.datetime.now().strftime("%mm_%dd_%Yu_%Hh_%Mmn")
log_info = f"{date}: {username} launched the notebooks via start_jupyter"
with open(LOGGER_FILE, "a") as f:
f.write(log_info + "\n")
print('Starting Jupyter with neutron_imaging conda environment using start_jupyter_notebooks_using_conda_env_neutron_imaging script... (be patient please while we set up your system!)')