jupyterlab / extension-examples

JupyterLab Extensions by Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add a cell toolbar example

MRYingLEE opened this issue ยท comments

There is a well-known example, https://github.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar. It is cool, but it seems too complicated.
Can you provide a simple example, which may use '@jupyterlab/cell-toolbar'?

  1. Some buttons may be available for Code cell only.
  2. Some buttons may be available for Markdown cell only.
  3. Some buttons may be enabled for some kind of content.

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! ๐Ÿค—

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! ๐Ÿ‘‹

Welcome to the Jupyter community! ๐ŸŽ‰

Thanks @MRYingLEE for the suggestion ๐Ÿ‘

Yes having such example would be great.