-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.8.3 is JupyterLab 4.x only #135
Comments
Yes, 0.8.x requires JupyterLab 4 or Notebook 7. I am not sure how to specify dependency in that case; I do not want to add |
Ah, I see 🤔 . That is tricky. |
Actually we can just pin jupyterlab since notebook 7 depends on jupyterlab. #138 does that. |
@jhgoebbert a new release (v0.8.4) with a pin is up on PyPI, can you confirm whether installation resolves correctly for you (or whether we need to yank the older versions)? |
Hi @krassowski |
You might want to set the requirement for 0.8.3 to JupyterLab>=4 as
@codemirror/language
doesn't in JupyterLab 3.xAt lease I see this error in the WebConsole:
Error: Shared module @codemirror/language doesn't exist in shared scope default
https://github.com/jupyterlab-contrib/spellchecker/blob/master/src/index.ts#L5
The text was updated successfully, but these errors were encountered: