This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head><meta charset="utf-8"/> | |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"/> | |
| <title>leap-demo</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script><script> | |
| (function() { | |
| function addWidgetsRenderer() { | |
| var mimeElement = document.querySelector('script[type="application/vnd.jupyter.widget-view+json"]'); | |
| var scriptElement = document.createElement('script'); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| {"traceEvents":[ | |
| {"args":{"name":"swapper"},"cat":"__metadata","name":"thread_name","ph":"M","pid":0,"tid":0,"ts":0}, | |
| {"args":{"name":"CrBrowserMain"},"cat":"__metadata","name":"thread_name","ph":"M","pid":66355,"tid":259,"ts":0}, | |
| {"args":{"name":"Compositor"},"cat":"__metadata","name":"thread_name","ph":"M","pid":66365,"tid":19203,"ts":0}, | |
| {"args":{"name":"ThreadPoolForegroundWorker"},"cat":"__metadata","name":"thread_name","ph":"M","pid":66355,"tid":26883,"ts":0}, | |
| {"args":{"name":"CrRendererMain"},"cat":"__metadata","name":"thread_name","ph":"M","pid":66365,"tid":259,"ts":0}, | |
| {"args":{"name":"ThreadPoolForegroundWorker"},"cat":"__metadata","name":"thread_name","ph":"M","pid":66365,"tid":14595,"ts":0}, | |
| {"args":{"name":"ThreadPoolForegroundWorker"},"cat":"__metadata","name":"thread_name","ph":"M","pid":66356,"tid":24323,"ts":0}, | |
| {"args":{"name":"CrGpuMain"},"cat":"__metadata","name":"thread_name","ph":"M","pid":66356,"tid":259,"ts":0}, | |
| {"args":{"name":"VizCompositorThread"},"cat":"__metadata","name":"thread_n |
This file contains hidden or 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
| ArticleId | Category | |
|---|---|---|
| 1018 | sport | |
| 1319 | tech | |
| 1138 | business | |
| 459 | entertainment | |
| 1020 | politics | |
| 51 | sport | |
| 2025 | tech | |
| 1479 | business | |
| 27 | entertainment |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| name: demo | |
| channels: | |
| - conda-forge | |
| - nodefaults | |
| dependencies: | |
| - python=3.9 | |
| - sgkit | |
| - zarr | |
| - xarray | |
| - distributed |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| conda config --add channels conda-forge | |
| conda config --add channels nodefaults | |
| conda config --set channel_priority flexible | |
| conda config --set show_channel_urls true | |
| # Install pip any time Python is installed. | |
| conda config --set add_pip_as_python_dependency true |