-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
One must add a custom/custom.js
file to $JUPYTER_CONFIG_DIR
:
define(['base/js/namespace'], function (Jupyter) {
Jupyter._target = '_self';
});
Based on my initial experiments, it doesn't seem like this file is being included by Jupyverse into the served frontend. Is the expected? Intended?
The core thing I'm trying to do is use my jupyverse instance from within an iframe. Trying to use the above approach may be a dead-end. I'd be just as happy to do something else, like set a proper "url prefix" to use when opening links/new tabs from places like /retro/tree.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working