You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jupyterlab_table/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@ Single Python package for lab and notebook extensions
5
5
## Structure
6
6
7
7
*`static`: Built Javascript from `../labextension/` and `../nbextension/`
8
-
*`__init__.py`: Exports paths for lab and notebook extensions and optional display method
8
+
*`__init__.py`: Exports paths and metadata of lab and notebook extensions and exports an optional `display` method that can be imported into a notebook and used to easily display data using this renderer
0 commit comments