aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Ungaretti <19893438+jungaretti@users.noreply.github.com>2022-08-10 21:38:57 +0300
committerGitHub <noreply@github.com>2022-08-10 21:38:57 +0300
commitaecf2ad152a75663211a2ac0926e6122c2b0b07f (patch)
tree72a4e0371311dc081e49bc66f5fb8e4f218d4fe5
parentb479c7e46b68997f1b2f597b5f9f2b5ed0ca9f19 (diff)
Remove lingering TODO from Python feature (#87)
-rwxr-xr-xsrc/python/install.sh1
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}'"