diff --git a/src/webcomponents/commons/analysis/jupyter-notebook.js b/src/webcomponents/commons/analysis/jupyter-notebook.js index e34b2eba0..7f670a31c 100644 --- a/src/webcomponents/commons/analysis/jupyter-notebook.js +++ b/src/webcomponents/commons/analysis/jupyter-notebook.js @@ -69,7 +69,7 @@ export default class JupyterNotebook extends LitElement {
${this._config?.logo ? html`
- +
` : nothing}
@@ -94,12 +94,14 @@ export default class JupyterNotebook extends LitElement { const token = this.opencgaSession.token; return html` -
-
+
+
@@ -122,7 +124,12 @@ export default class JupyterNotebook extends LitElement { getDefaultConfig() { return { display: { + logoClass: "", logoStyle: "width:200px;opacity:0.75;", + frameClass: "", + frameStyle: "border:0", + frameWidth: "100%", + frameHeight: "720px", }, logo: "https://raw.githubusercontent.com/jupyter/design/refs/heads/main/logos/Rectangle%20Logo/rectanglelogo-blacktext-blackbody-blackplanets/rectanglelogo-blacktext-blackbody-blackplanets.svg", };