-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 2a2adae with MkDocs version: 1.6.0
- Loading branch information
1 parent
dcf3cb3
commit 0bd51ea
Showing
26 changed files
with
4,102 additions
and
954 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
import celldega from './widget.js'; | ||
|
||
document.addEventListener("DOMContentLoaded", async () => { | ||
|
||
console.log("hello hello"); | ||
|
||
console.log('checking celldega using import in index.js') | ||
console.log('celldega', celldega) | ||
|
||
console.log('here!') | ||
|
||
|
||
// Use the imported functions | ||
const token = ''; | ||
const ini_x = 21500; | ||
const ini_y = 14200; | ||
const ini_z = 0; | ||
const ini_zoom = -6; | ||
const base_url = 'http://127.0.0.1:8080/notebooks/data/xenium_landscapes/Xenium_Prime_Human_Skin_FFPE_outs'; | ||
|
||
// // make a DOM element with the id 'landscape' | ||
// document.body.innerHTML = '<div id="landscape"></div>'; | ||
|
||
let el = document.querySelector("#landscape"); | ||
|
||
// const ist_callback = () => { | ||
// console.log('custom callback for ist'); | ||
// } | ||
|
||
const landscape = await celldega.landscape_ist( | ||
el, | ||
{}, | ||
token, | ||
ini_x, | ||
ini_y, | ||
ini_z, | ||
ini_zoom, | ||
base_url, | ||
'', | ||
0.25, | ||
'100%', | ||
'100%', | ||
// ist_callback | ||
); | ||
|
||
|
||
|
||
}); | ||
|
||
|
||
|
||
{/* <script type="module"> | ||
console.log('**************************') | ||
console.log('**************************') | ||
import celldega from './assets/js/widget.js'; | ||
console.log(celldega) | ||
</script> */} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
document.addEventListener("DOMContentLoaded", () => { | ||
|
||
console.log("testing testng"); | ||
|
||
}); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.