Skip to content

Commit dbf1b7e

Browse files
add details section for interactive tutorials in installation guide
1 parent 37684f9 commit dbf1b7e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/getting-started/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ Then activate the virtual environment using the command displayed by the previou
5959

6060
You can run the Quickstart demo and other interactive tutorials fron the documentation locally.
6161
The examples are all Jupyter notebooks and can be run in your favoured method, such as JupyterLab, Jupyter Notebook, or VS Code.
62+
63+
<details>
64+
<summary>
6265
These steps will guide you in the simplest way to set up a virtual environment, install the package from PyPI and run the notebooks with JupyterLab.
66+
</summary>
6367

6468
1. Clone the AutoEmulate repository:
6569

@@ -112,4 +116,6 @@ These steps will guide you in the simplest way to set up a virtual environment,
112116
```
113117
9. Open the `docs/getting-started/quickstart.ipynb` notebook in JupyterLab.
114118
10. Set the kernel to use the `Python (autoemulate)` kernel you created earlier. You can do this by clicking on the kernel name in the top right corner of the JupyterLab interface and selecting `Python (autoemulate)` from the dropdown menu.
115-
11. Find other interactive tutorials in the `docs/tutorials` directory, which you can open and run in JupyterLab.
119+
11. Find other interactive tutorials in the `docs/tutorials` directory, which you can open and run in JupyterLab.
120+
121+
</details>

0 commit comments

Comments
 (0)