Skip to content

Commit

Permalink
docs: sync key features
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jun 18, 2023
1 parent a31f289 commit c2a9d9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/pages/en/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ ecosystem, allowing your widget to run automatically in **Jupyter Notebooks**,

## Key features

- Create widgets **without complicated cookiecutter templates**
- **Build and publish to PyPI** like a pure Python package
- Prototype **within** `.ipynb` or `.py` files
- Run in **Jupyter**, **JupyterLab**, **Google Colab**, **VSCode**, and more
- Develop (optionally) with [Vite](https://vitejs.dev/) for **instant HMR**
- 🛠️ Create widgets **without complicated cookiecutter templates**
- 📚 **Publish to PyPI** like any other Python package
- 🤖 Prototype **within** `.ipynb` or `.py` files
- 🚀 Run in **Jupyter**, **JupyterLab**, **Google Colab**, **VSCode**, and more
- Develop with **instant HMR**, like modern web frameworks

## Example

Expand Down

0 comments on commit c2a9d9b

Please sign in to comment.