diff options
author | JP Ungaretti <19893438+jungaretti@users.noreply.github.com> | 2022-08-10 21:38:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 21:38:57 +0300 |
commit | aecf2ad152a75663211a2ac0926e6122c2b0b07f (patch) | |
tree | 72a4e0371311dc081e49bc66f5fb8e4f218d4fe5 | |
parent | b479c7e46b68997f1b2f597b5f9f2b5ed0ca9f19 (diff) |
Remove lingering TODO from Python feature (#87)
-rwxr-xr-x | src/python/install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/install.sh b/src/python/install.sh index 996b0e4..6c57b34 100755 --- a/src/python/install.sh +++ b/src/python/install.sh @@ -445,7 +445,6 @@ if [ "${INSTALL_JUPYTERLAB}" = "true" ]; then install_user_package jupyterlab # Configure JupyterLab if needed - # TODO: True if it's not empty if [ -n "${CONFIGURE_JUPYTERLAB_ALLOW_ORIGIN}" ]; then add_user_jupyter_config "c.ServerApp.allow_origin = '${CONFIGURE_JUPYTERLAB_ALLOW_ORIGIN}'" add_user_jupyter_config "c.NotebookApp.allow_origin = '${CONFIGURE_JUPYTERLAB_ALLOW_ORIGIN}'" |