Skip to content

Commit 8f851b4

Browse files
committed
Update install check for ipydatagrid, ipycytoscape
1 parent 9937824 commit 8f851b4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

install_check.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
'ipyleaflet',
1515
'ipyvolume',
1616
'pythreejs',
17-
'ipyevents',
18-
'ipysheet',
1917
'ipytree',
20-
'pywwt',
18+
'ipydatagrid',
19+
'ipycytoscape',
2120
'jupyterlab'
2221
]
2322

@@ -124,10 +123,10 @@ def version_checker(package_name, version, nbextension=None):
124123
'jupyter-threejs',
125124
'jupyter-leaflet',
126125
'ipyvolume',
127-
'ipyevents',
128-
'ipysheet',
129126
'ipytree',
130127
'ipycanvas',
128+
'ipydatagrid',
129+
'jupyter-cytoscape', # for ipycytoscape
131130
'jupyter-matplotlib',
132131
'jupyter-vuetify',
133132
]

0 commit comments

Comments
 (0)