Skip to content

Commit

Permalink
fix markdown rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzer committed Nov 25, 2022
1 parent ec49a68 commit 353ae23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions notebooks/setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"\n",
"This tutorials shows how to set up CAMPA and download an example dataset.\n",
"To follow along with this and the following tutorials, please execute the following steps first:\n",
"\n",
"- install CAMPA (``pip install campa``) \n",
"- download the [tutorials](https://github.com/theislab/campa/tree/main/notebooks) to a new folder, referred to as ``CAMPA_DIR`` in the following\n",
"- navigate to ``CAMPA_DIR`` in the terminal and start this notebook with ``jupyter notebook setup.py`\n",
"- navigate to ``CAMPA_DIR`` in the terminal and start this notebook with `jupyter notebook setup.py`\n",
"\n",
"Note that the following notebooks assume that you will run them from the same folder that you run this notebook in (``CAMPA_DIR``). If this is not the case, adjust ``CAMPA_DIR`` at the top of each notebook to point to the folder that you run this notebook in. "
]
Expand Down Expand Up @@ -310,7 +311,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.9.0"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 353ae23

Please sign in to comment.