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
When using jupyterlab-search-replace in combination with JupyterLab v4.3.4 an error is reported.
jupyter labextension list --verbose discloses:
"[email protected]" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package
>=0.16.6 <0.17.0 >=0.13.2 <0.14.0 @jupyter/react-components
>=0.16.6 <0.17.0 >=0.13.2 <0.14.0 @jupyter/web-components
is there any reason not to replace in the lines 70-71 in package.json as below?
When using
jupyterlab-search-replace
in combination withJupyterLab v4.3.4
an error is reported.jupyter labextension list --verbose
discloses:is there any reason not to replace in the lines 70-71 in
package.json
as below?The text was updated successfully, but these errors were encountered: