Unverified Commit aecf2ad1 authored by JP Ungaretti's avatar JP Ungaretti Committed by GitHub

Remove lingering TODO from Python feature (#87)

parent b479c7e4
......@@ -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}'"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment