Skip to content

Commit

Permalink
➕ Install findrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 8, 2024
1 parent 90021b8 commit 6bd8f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/vitessce.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
"import lamindb as ln\n",
"\n",
"# [optional] track the current notebook or script\n",
"ln.context.uid = \"BZhZQ6uIbkWv0000\"\n",
"ln.context.track()"
"ln.track(\"BZhZQ6uIbkWv0000\")"
]
},
{
Expand Down Expand Up @@ -228,7 +227,7 @@
"outputs": [],
"source": [
"# [optional] finish run context and auto-save the notebook\n",
"# ln.context.finish()"
"# ln.finish()"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
wetlab@git+https://github.com/laminlabs/wetlab
findrefs@git+https://github.com/laminlabs/findrefs
nbproject
s3fs
gcsfs
Expand Down

0 comments on commit 6bd8f50

Please sign in to comment.