File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# jlab-enhanced-cell-toolbar
22
3- ![ Github Actions Status] ( https://github.com/fcollonval /jlab-enhanced-cell-toolbar/workflows/Build/badge.svg ) [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/fcollonval /jlab-enhanced-cell-toolbar/main?urlpath=lab ) [ ![ npm] ( https://img.shields.io/npm/v/@jlab-enhanced/cell-toolbar )] ( https://www.npmjs.com/package/@jlab-enhanced/cell-toolbar ) [ ![ PyPI] ( https://img.shields.io/pypi/v/jlab-enhanced-cell-toolbar )] ( https://pypi.org/project/jlab-enhanced-cell-toolbar )
3+ ![ Github Actions Status] ( https://github.com/jupyterlab-contrib /jlab-enhanced-cell-toolbar/workflows/Build/badge.svg ) [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyterlab-contrib /jlab-enhanced-cell-toolbar/main?urlpath=lab ) [ ![ npm] ( https://img.shields.io/npm/v/@jlab-enhanced/cell-toolbar )] ( https://www.npmjs.com/package/@jlab-enhanced/cell-toolbar ) [ ![ PyPI] ( https://img.shields.io/pypi/v/jlab-enhanced-cell-toolbar )] ( https://pypi.org/project/jlab-enhanced-cell-toolbar )
44
55A cell toolbar for JupyterLab.
66
7- ![ Demonstration] ( https://raw.githubusercontent.com/fcollonval /jlab-enhanced-cell-toolbar/main/demo_cell_toolbar.gif )
7+ ![ Demonstration] ( https://raw.githubusercontent.com/jupyterlab-contrib /jlab-enhanced-cell-toolbar/main/demo_cell_toolbar.gif )
88
99## Requirements
1010
11- - JupyterLab >= 3.0
11+ - JupyterLab >= 3.0
1212
1313## Install
1414
Original file line number Diff line number Diff line change 77 " jupyterlab" ,
88 " jupyterlab-extension"
99 ],
10- "homepage" : " https://github.com/fcollonval /jlab-enhanced-cell-toolbar" ,
10+ "homepage" : " https://github.com/jupyterlab-contrib /jlab-enhanced-cell-toolbar" ,
1111 "bugs" : {
12- "url" : " https://github.com/fcollonval /jlab-enhanced-cell-toolbar/issues"
12+ "url" : " https://github.com/jupyterlab-contrib /jlab-enhanced-cell-toolbar/issues"
1313 },
1414 "license" : " BSD-3-Clause" ,
1515 "author" : " Frederic COLLONVAL" ,
2424 "style" : " style/index.css" ,
2525 "repository" : {
2626 "type" : " git" ,
27- "url" : " https://github.com/fcollonval /jlab-enhanced-cell-toolbar.git"
27+ "url" : " https://github.com/jupyterlab-contrib /jlab-enhanced-cell-toolbar.git"
2828 },
2929 "scripts" : {
3030 "build" : " jlpm run build:lib && jlpm run build:labextension:dev" ,
Original file line number Diff line number Diff line change 6161setup_args = dict (
6262 name = name .replace ("_" , "-" ),
6363 version = str (parse (version )),
64- url = "https://github.com/fcollonval /jlab-enhanced-cell-toolbar.git" ,
64+ url = "https://github.com/jupyterlab-contrib /jlab-enhanced-cell-toolbar.git" ,
6565 author = "Frederic COLLONVAL" ,
6666 description = "A cell toolbar for JupyterLab." ,
6767 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments