Conversation
|
CI failing? |
|
I think the latest |
| "source": [ | ||
| "url1 = 'https://s3-us-west-1.amazonaws.com/graphistry.demo.data/BIOGRID-ALL-3.3.123.tab2.txt.gz'\n", | ||
| "rawdata = pandas.read_table(url1, na_values=['-'], engine='c', compression='gzip')\n", | ||
| "url1 = 'http://thebiogrid.org/downloads/archives/Release%20Archive/BIOGRID-3.3.123/BIOGRID-ALL-3.3.123.tab2.zip'\n", |
demos/demos_by_use_case/bio/cpu/chemical_mappings_before_gpu.ipynb
Outdated
Show resolved
Hide resolved
demos/demos_by_use_case/bio/cpu/chemical_mappings_before_gpu.ipynb
Outdated
Show resolved
Hide resolved
|
Can you switch the gist to https://gist.github.com/lmeyerov/61a6a7d5fa0dbe51e786ed52408ac360 |
| "id": "6lK_VrzZT1n7" | ||
| }, | ||
| "source": [ | ||
| "#### get a free api-key at https://www.graphistry.com/" |
There was a problem hiding this comment.
- For raw data, get a free Kaggle account...
- For the GPU-cloud-accelerated visualization step, get a free API key at https://hub.graphistry.com
There was a problem hiding this comment.
put the kaggle account step next to the graphistry account step so clear during setup
There was a problem hiding this comment.
remove collab dependency for kaggle
lmeyerov
left a comment
There was a problem hiding this comment.
See requests for removing unncessary (?) umap post-processing + some cleaner intros
| "name": "stdout", | ||
| "output_type": "stream", | ||
| "text": [ | ||
| "--2024-07-09 07:23:29-- https://raw.githubusercontent.com/dcolinmorgan/grph/main/PRJNA544527-meta_inf.txt\n", |
There was a problem hiding this comment.
looks like still need to update this one
can now use: https://gist.github.com/lmeyerov/b650f1ef9e56c3f1888ebb009bc5ed46
| "source": [ | ||
| "from google.colab import userdata\n", | ||
| "g_user=userdata.get('g_user')\n", | ||
| "g_pass=userdata.get('g_pass')" |
There was a problem hiding this comment.
in all notebooks, remove colab runtime dependency
There was a problem hiding this comment.
See new comments and unresolved old ones
@dcolinmorgan Can we also add a link to something like nb, or nb1+nb2, to the readme.md gallery area with a biogrid link? please keep short / test render to ensure layout doesn't blow out
No description provided.