Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fra-pcmgf committed May 5, 2024
1 parent bf8447f commit 4452e4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ The development version of the package can be installed as
pip install gene-trajectory
```

If you are planning to run the tool in [Jupyter Notebook](https://jupyter.org/), the additional dependencies can be
installed as
```
pip install 'gene-trajectory[widgets]'
```

The development version of the package can be installed as
```
pip install git+https://github.com/Klugerlab/GeneTrajectory-python.git
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/tutorial_human_myeloid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"- n: the number of trajectories to extract;\n",
"- t_list: the time step of random walk to extract each trajectory. Increasing each t extracts a longer trajectory.\n",
"\n",
"Here we use optimized parameters. To see how to optimize parameters with a Jupyter Widget, run the Jupyter notebook in [notebooks/tutorial_human_myeloid.ipynb](https://github.com/KlugerLab/GeneTrajectory-python/notebooks/tutorial_human_myeloid.ipynb). \n"
"Here we use optimized parameters. To see how to optimize parameters with a Jupyter Widget, run the Jupyter notebook in [notebooks/tutorial_human_myeloid.ipynb](https://github.com/KlugerLab/GeneTrajectory-python/blob/main/notebooks/tutorial_human_myeloid.ipynb). \n"
]
},
{
Expand Down

0 comments on commit 4452e4b

Please sign in to comment.