Skip to content

Commit 61f72c4

Browse files
authored
docs: example notebook (#944)
* docs: example notebook * update colab link * docs: update dashboard config * doc: update colab link to master
1 parent 2e2ce93 commit 61f72c4

2 files changed

Lines changed: 595 additions & 0 deletions

File tree

examples/notebooks/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# How to run the jupyter notebooks
2+
3+
This repository contains several Jupyter notebooks that demonstrate various functionalities. To run these notebooks, follow the steps below:
4+
5+
1. **Install Jupyter Notebook**: If you haven't already, you'll need to install Jupyter Notebook. You can do this using pip:
6+
```bash
7+
pip install notebook
8+
```
9+
2. **Clone the Repository**: If you haven't already, clone this repository to your local machine using:
10+
```bash
11+
git clone <repository_url>
12+
```
13+
3. **Navigate to the Directory**: Change your current directory to the location where you cloned the repository:
14+
```bash
15+
cd <repository_directory>
16+
```
17+
4. **Start Jupyter Notebook**: Launch Jupyter Notebook by running the following command:
18+
```bash
19+
jupyter notebook
20+
```

0 commit comments

Comments
 (0)