Skip to content

Commit

Permalink
Update notebook imports
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Sep 3, 2023
1 parent a103b03 commit 110b749
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"import json\n",
"from os.path import join\n",
"from vitessce import (\n",
" convert_cell_browser_project_to_anndata,\n",
" AnnDataWrapper,\n",
" VitessceConfig,\n",
")\n",
"from vitessce.data_utils import VAR_CHUNK_SIZE"
"from vitessce.data_utils.anndata import VAR_CHUNK_SIZE\n",
"from vitessce.data_utils.ucsc_cellbrowser import convert_cell_browser_project_to_anndata"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/data_export_files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
" CoordinationType as ct,\n",
" AnnDataWrapper,\n",
")\n",
"from vitessce.data_utils import (\n",
"from vitessce.data_utils.anndata import (\n",
" optimize_adata,\n",
" VAR_CHUNK_SIZE,\n",
")"
Expand Down Expand Up @@ -228,7 +228,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.9.0"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/data_export_s3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
" CoordinationType as ct,\n",
" AnnDataWrapper,\n",
")\n",
"from vitessce.data_utils import (\n",
"from vitessce.data_utils.anndata import (\n",
" optimize_adata,\n",
" VAR_CHUNK_SIZE,\n",
")"
Expand Down Expand Up @@ -222,7 +222,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.9.0"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/widget_brain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
" CoordinationType as ct,\n",
" AnnDataWrapper,\n",
")\n",
"from vitessce.data_utils import (\n",
"from vitessce.data_utils.anndata import (\n",
" optimize_adata,\n",
" VAR_CHUNK_SIZE,\n",
")"
Expand Down Expand Up @@ -287,7 +287,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.9.0"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/widget_brain_with_base_dir.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
" AnnDataWrapper,\n",
" BASE_URL_PLACEHOLDER,\n",
")\n",
"from vitessce.data_utils import (\n",
"from vitessce.data_utils.anndata import (\n",
" optimize_adata,\n",
" VAR_CHUNK_SIZE,\n",
")"
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/widget_genomic_profiles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
" AnnDataWrapper,\n",
" MultivecZarrWrapper,\n",
")\n",
"from vitessce.data_utils import (\n",
"from vitessce.data_utils.multivec import (\n",
" adata_to_multivec_zarr,\n",
")\n",
"from os.path import join\n",
Expand Down Expand Up @@ -212,7 +212,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.9.0"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/widget_loom.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
" CoordinationType as ct,\n",
" AnnDataWrapper,\n",
")\n",
"from vitessce.data_utils import (\n",
"from vitessce.data_utils.anndata import (\n",
" optimize_adata,\n",
" to_diamond,\n",
" VAR_CHUNK_SIZE,\n",
Expand Down Expand Up @@ -211,7 +211,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.9.0"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/widget_pbmc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
" CoordinationType as ct,\n",
" AnnDataWrapper,\n",
")\n",
"from vitessce.data_utils import (\n",
"from vitessce.data_utils.anndata import (\n",
" optimize_adata,\n",
" VAR_CHUNK_SIZE,\n",
")"
Expand Down Expand Up @@ -201,7 +201,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.9.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 110b749

Please sign in to comment.