Skip to content

Commit efb4807

Browse files
committed
Rename the package name to qgridnext
1 parent a5a4c58 commit efb4807

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you haven't already install jupyterlab and enabled ipywidgets, do that first
8686

8787
Install the qgrid-jupyterlab extension and enable::
8888

89-
jupyter labextension install qgridjs
89+
jupyter labextension install qgridnext
9090

9191
At this point if you run jupyter lab normally with the 'jupyter lab' command, you should be
9292
able to use qgrid in notebooks as you normally would.

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
Qgrid API Documentation
1313
=======================
1414

15-
Qgrid is a Jupyter notebook widget which uses `SlickGrid <https://github.com/mleibman/SlickGrid>`_ to render pandas
16-
DataFrames within a Jupyter notebook. This allows you to explore your DataFrames with intuitive scrolling, sorting, and
15+
Qgrid is a Jupyter widget which uses `SlickGrid <https://github.com/mleibman/SlickGrid>`_ to render pandas
16+
DataFrames within a Jupyter. This allows you to explore your DataFrames with intuitive scrolling, sorting, and
1717
filtering controls, as well as edit your DataFrames by double clicking cells.
1818

1919
Qgrid was developed for use in `Quantopian's hosted research environment

js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "qgridjs",
2+
"name": "qgridnext",
33
"version": "2.0.0",
44
"description": "An Interactive Grid for Sorting and Filtering DataFrames in Jupyter",
55
"author": "Quantopian Inc.",
66
"main": "src/index.js",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/zhihanyue/qgrid2"
9+
"url": "https://github.com/zhihanyue/qgridnext"
1010
},
1111
"keywords": [
1212
"jupyter",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def package_files(directory):
130130
return paths
131131

132132
setup_args = {
133-
'name': 'qgrid2',
133+
'name': 'qgridnext',
134134
'version': version_ns['__version__'],
135135
'description': 'An Interactive Grid for Sorting and Filtering DataFrames in Jupyter',
136136
'long_description': LONG_DESCRIPTION,

0 commit comments

Comments
 (0)