notebook icon indicating copy to clipboard operation
notebook copied to clipboard

feature request: add run buttons like ipynb extension for vscode

Open cailiang9 opened this issue 3 years ago • 4 comments
trafficstars

image

cailiang9 avatar Jul 23 '22 02:07 cailiang9

This will be available in Notebook 7.

JasonWeill avatar Aug 04 '22 17:08 JasonWeill

This was added in https://github.com/jupyter/notebook/pull/6418.

@cailiang9 if you want to try it out you can install the latest pre-release of Notebook 7 with pip install --pre notebook. We recommend creating a new environment first so it's not too disruptive to your existing Jupyter installation if you have one already.

jtpio avatar Aug 05 '22 06:08 jtpio

For reference new buttons can be added to the cell toolbar via the settings editor. For example to add the run cell button:

image

image

It would be nice to add this to the documentation so it's more visible.

jtpio avatar May 30 '23 09:05 jtpio

@jtpio The mentioned Cell Toolbar setting is not available on my end:

Screenshot 2023-11-14 at 17 19 46

$ conda list | grep notebook
notebook                  7.0.6              pyhd8ed1ab_0    conda-forge
notebook-shim             0.2.3              pyhd8ed1ab_0    conda-forge

on MacOS, if it matters

cipri-tom avatar Nov 14 '23 16:11 cipri-tom