Skip to content

Commit

Permalink
fix(jupyter): Allow extension usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain authored Oct 3, 2023
1 parent acee892 commit fc79895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xaitk_saliency_demo/app/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async def create_app(server=None):

# Create app
app = XaitkSaliency(server)
if os.environ.get("JUPYTERHUB_SERVICE_PREFIX"):
if not os.environ.get("TRAME_IFRAME_BUILDER") and os.environ.get("JUPYTERHUB_SERVICE_PREFIX"):
app.gui.iframe_builder = "jupyter-hub"

# Start server and wait for it to be ready
Expand Down

0 comments on commit fc79895

Please sign in to comment.