File tree Expand file tree Collapse file tree 10 files changed +19
-16
lines changed
Expand file tree Collapse file tree 10 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 22_commit : v4.3.5
33_src_path : https://github.com/jupyterlab/extension-template
44author_email : ' '
5- author_name : QuantStack
5+ author_name : JupyterLab Contrib Team
66has_binder : false
77has_settings : false
88kind : frontend
99labextension_name : jupyter-suggestions
1010project_short_description : A JupyterLab extension for suggesting changes.
1111python_name : jupyterlab_suggestions
12- repository : https://github.com/QuantStack /jupyter-suggestions
12+ repository : https://github.com/jupyterlab-contrib /jupyter-suggestions
1313test : false
1414
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The `jlpm` command is JupyterLab's pinned version of
1010
1111``` bash
1212# Clone the repo to your local environment
13- git clone https://github.com/QuantStack /jupyter-suggestions.git
13+ git clone https://github.com/jupyterlab-contrib /jupyter-suggestions.git
1414# Change directory to the jupytercad directory
1515cd jupyter-suggestions
1616# Install JupyterLab for jlpm
Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
33Copyright (c) 2024, QuantStack
4+ Copyright (c) 2024, JupyterLab Contrib Team
45All rights reserved.
56
67Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 11# jupyterlab_suggestions
22
3- [ ![ Github Actions Status] ( https://github.com/QuantStack /jupyter-suggestions/workflows/Build/badge.svg )] ( https://github.com/QuantStack /jupyter-suggestions/actions/workflows/build.yml )
3+ [ ![ Github Actions Status] ( https://github.com/jupyterlab-contrib /jupyter-suggestions/workflows/Build/badge.svg )] ( https://github.com/jupyterlab-contrib /jupyter-suggestions/actions/workflows/build.yml )
44
55A JupyterLab extension for suggesting changes.
66
Original file line number Diff line number Diff line change 88 " jupyterlab" ,
99 " jupyterlab-extension"
1010 ],
11- "homepage" : " https://github.com/QuantStack /jupyter-suggestions" ,
11+ "homepage" : " https://github.com/jupyterlab-contrib /jupyter-suggestions" ,
1212 "bugs" : {
13- "url" : " https://github.com/QuantStack /jupyter-suggestions/issues"
13+ "url" : " https://github.com/jupyterlab-contrib /jupyter-suggestions/issues"
1414 },
1515 "license" : " BSD-3-Clause" ,
1616 "author" : " QuantStack" ,
2121 ],
2222 "repository" : {
2323 "type" : " git" ,
24- "url" : " https://github.com/QuantStack /jupyter-suggestions.git"
24+ "url" : " https://github.com/jupyterlab-contrib /jupyter-suggestions.git"
2525 },
2626 "workspaces" : [
2727 " packages/*" ,
Original file line number Diff line number Diff line change 77 " jupyterlab" ,
88 " jupyterlab-extension"
99 ],
10- "homepage" : " https://github.com/QuantStack /jupyter-suggestions" ,
10+ "homepage" : " https://github.com/jupyterlab-contrib /jupyter-suggestions" ,
1111 "bugs" : {
12- "url" : " https://github.com/QuantStack /jupyter-suggestions/issues"
12+ "url" : " https://github.com/jupyterlab-contrib /jupyter-suggestions/issues"
1313 },
1414 "license" : " BSD-3-Clause" ,
1515 "author" : " QuantStack" ,
2323 "style" : " style/index.css" ,
2424 "repository" : {
2525 "type" : " git" ,
26- "url" : " https://github.com/QuantStack /jupyter-suggestions.git"
26+ "url" : " https://github.com/jupyterlab-contrib /jupyter-suggestions.git"
2727 },
2828 "scripts" : {
2929 "build" : " tsc -b" ,
Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
33Copyright (c) 2024, QuantStack
4+ Copyright (c) 2024, JupyterLab Contrib Team
45All rights reserved.
56
67Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 77 " jupyterlab" ,
88 " jupyterlab-extension"
99 ],
10- "homepage" : " https://github.com/QuantStack /jupyter-suggestions" ,
10+ "homepage" : " https://github.com/jupyterlab-contrib /jupyter-suggestions" ,
1111 "bugs" : {
12- "url" : " https://github.com/QuantStack /jupyter-suggestions/issues"
12+ "url" : " https://github.com/jupyterlab-contrib /jupyter-suggestions/issues"
1313 },
1414 "license" : " BSD-3-Clause" ,
1515 "author" : " QuantStack" ,
2424 "style" : " style/index.css" ,
2525 "repository" : {
2626 "type" : " git" ,
27- "url" : " https://github.com/QuantStack /jupyter-suggestions.git"
27+ "url" : " https://github.com/jupyterlab-contrib /jupyter-suggestions.git"
2828 },
2929 "scripts" : {
3030 "build" : " jlpm build:lib && jlpm build:labextension:dev" ,
Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
33Copyright (c) 2024, QuantStack
4+ Copyright (c) 2024, JupyterLab Contrib Team
45All rights reserved.
56
67Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 77 " jupyterlab" ,
88 " jupyterlab-extension"
99 ],
10- "homepage" : " https://github.com/QuantStack /jupyter-suggestions" ,
10+ "homepage" : " https://github.com/jupyterlab-contrib /jupyter-suggestions" ,
1111 "bugs" : {
12- "url" : " https://github.com/QuantStack /jupyter-suggestions/issues"
12+ "url" : " https://github.com/jupyterlab-contrib /jupyter-suggestions/issues"
1313 },
1414 "license" : " BSD-3-Clause" ,
1515 "author" : " QuantStack" ,
2424 "style" : " style/index.css" ,
2525 "repository" : {
2626 "type" : " git" ,
27- "url" : " https://github.com/QuantStack /jupyter-suggestions.git"
27+ "url" : " https://github.com/jupyterlab-contrib /jupyter-suggestions.git"
2828 },
2929 "scripts" : {
3030 "build" : " jlpm build:lib && jlpm build:labextension:dev" ,
You can’t perform that action at this time.
0 commit comments