Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Feb 5, 2024
1 parent db46d7f commit 09b9898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Welcome to Panel!

The getting started guides are for those who would like to **quickly try out Panel** and **explore the features and strengths of Panel**.

As the next step after this Getting Started guide, we recommend learning the basics of Panel systematically via the *in depth* [*Basic Tutorial](../tutorials/basic/index.md).

---

::::{grid} 1 2 2 3
Expand Down Expand Up @@ -43,6 +41,8 @@ Introduces you to some of the core concepts behind Panel, how to develop Panel a

::::

As the next step after this Getting Started guide, we recommend learning the basics of Panel systematically via the *in depth* [Basic Tutorials](../tutorials/basic/index.md).

## Additional Resources

- The [original announcement of Panel from 2019](https://blog.holoviz.org/panel_announcement.html).
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/basic/build_streaming_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In this tutorial, we come together to create a simple streaming dashboard to mon
- We will use `pn.state.add_periodic_callback` to trigger a task to run on a schedule.

:::{note}
When we encourage everyone to *run the code* in the sections below, you may either execute the code directly in the Panel docs via the green *run* button, in a cell in a notebook, or in a file `app.py` that is served with `panel serve app.py --autoreload`.
When we ask to *run the code* in the sections below, you may either execute the code directly in the Panel docs via the green *run* button, in a cell in a notebook, or in a file `app.py` that is served with `panel serve app.py --autoreload`.
:::

## Install the Dependencies
Expand Down

0 comments on commit 09b9898

Please sign in to comment.