-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update notebooks with the upcoming changes in v0.3
- Loading branch information
Showing
4 changed files
with
261 additions
and
106 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 |
---|---|---|
|
@@ -59,7 +59,7 @@ | |
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"! pip install mudata" | ||
"%pip install mudata" | ||
] | ||
}, | ||
{ | ||
|
@@ -127,7 +127,7 @@ | |
"name": "stderr", | ||
"output_type": "stream", | ||
"text": [ | ||
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/mudata/_core/mudata.py:445: UserWarning: Cannot join columns with the same name because var_names are intersecting.\n", | ||
"/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/mudata/src/mudata/_core/mudata.py:869: UserWarning: Cannot join columns with the same name because var_names are intersecting.\n", | ||
" warnings.warn(\n" | ||
] | ||
}, | ||
|
@@ -314,13 +314,13 @@ | |
{ | ||
"data": { | ||
"text/html": [ | ||
"<pre>MuData object with n_obs × n_vars = 600 × 1000\n", | ||
"<pre>MuData object with n_obs × n_vars = 600 × 1000 (shared var) \n", | ||
" 2 modalities\n", | ||
" dat1:\t100 x 1000\n", | ||
" dat2:\t500 x 1000</pre>" | ||
], | ||
"text/plain": [ | ||
"MuData object with n_obs × n_vars = 600 × 1000\n", | ||
"MuData object with n_obs × n_vars = 600 × 1000 (shared var) \n", | ||
" 2 modalities\n", | ||
" dat1:\t100 x 1000\n", | ||
" dat2:\t500 x 1000" | ||
|
@@ -441,13 +441,13 @@ | |
{ | ||
"data": { | ||
"text/html": [ | ||
"<pre>MuData object with n_obs × n_vars = 100 × 900\n", | ||
"<pre>MuData object with n_obs × n_vars = 100 × 900 (shared obs and var) \n", | ||
" 2 modalities\n", | ||
" raw:\t100 x 900\n", | ||
" preproc:\t100 x 300</pre>" | ||
], | ||
"text/plain": [ | ||
"MuData object with n_obs × n_vars = 100 × 900\n", | ||
"MuData object with n_obs × n_vars = 100 × 900 (shared obs and var) \n", | ||
" 2 modalities\n", | ||
" raw:\t100 x 900\n", | ||
" preproc:\t100 x 300" | ||
|
@@ -466,7 +466,7 @@ | |
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
|
@@ -480,7 +480,7 @@ | |
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.8.13" | ||
"version": "3.12.3" | ||
}, | ||
"toc": { | ||
"base_numbering": 1, | ||
|
Oops, something went wrong.