Skip to content

Commit

Permalink
wc: Minor code style fixes in jupyther notebook iframe #TASK-7216 #TA…
Browse files Browse the repository at this point in the history
…SK-7100
  • Loading branch information
jmjuanes committed Dec 16, 2024
1 parent 1482426 commit bfa73b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/webcomponents/commons/analysis/jupyter-notebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ export default class JupyterNotebook extends LitElement {
<div class="p-2">
<h2>Jupyter Notebook</h2>
<div class="m-3">
<iframe src="${jupyterLoginUrl}?userId=${userId}&organizationId=${organizationId}&opencgaUrl=${serverUrl}&logoutUrl=https:%2F%2Fwww.google.com&token=${token}"
width="1600" height="720">
<iframe
src="${jupyterLoginUrl}?userId=${userId}&organizationId=${organizationId}&opencgaUrl=${serverUrl}&logoutUrl=https:%2F%2Fwww.google.com&token=${token}"
width="1600"
height="720">
</iframe>
</div>
</div>
Expand Down

0 comments on commit bfa73b2

Please sign in to comment.