Add todo note
This commit is contained in:
parent
52c40791a9
commit
1c8ebfce32
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ export default {
|
||||||
"https://imjoy-team.github.io/jupyter-engine-manager/Jupyter-Engine-Manager.imjoy.html"
|
"https://imjoy-team.github.io/jupyter-engine-manager/Jupyter-Engine-Manager.imjoy.html"
|
||||||
})
|
})
|
||||||
.then(enginePlugin => {
|
.then(enginePlugin => {
|
||||||
|
// TODO: currently the url query are not preserved for ImJoy
|
||||||
const queryString = window.location.search;
|
const queryString = window.location.search;
|
||||||
const urlParams = new URLSearchParams(queryString);
|
const urlParams = new URLSearchParams(queryString);
|
||||||
const engine = urlParams.get("engine");
|
const engine = urlParams.get("engine");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue