-
Notifications
You must be signed in to change notification settings - Fork 23
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
jupyterlab markdown and raw cell error #77
Comments
To reproduce this, if you create a markdown cell you have to wait a moment for the error to show. If you create a markdown cell and immediately populate it, the error wont come up |
I just merged a PR that temporarily reverts Kale, new containers should be rdy in an hour. |
I made the change to use The issue with the markdown and raw cells was still there even after these changes were made. |
Looks like the LSP extension is actually throwing the error here which is triggering kale's handler to display the dialog with the error message. An issue was previously created by @sylus on kubeflow-kale's Github page: kubeflow-kale/kale#165 and I have created an issue for this on the jupyterlab-lps Github page as well: https://github.com/krassowski/jupyterlab-lsp/issues/299 For now if we want to use the kale extension, a quick fix would be to just disable LSP when running kale. |
This is now fixed upstream, can we test now? |
When creating a new server with the custom image When a new notebook with Go, Julia, Python 3.7, and R is created, the above error appears as well as a new error: |
Yeah confirmed probably should rename this issue since is slightly different now. |
I think this should fix it: Pushed a test and seems to have fixed when deployed. |
I'm going to close this out please open a new issue if problem persists am doing the building of containers right now |
When a new markdown or raw cell are added to a notebook, an error repeatedly pops up every time you try to interact with the cell:
I've tried this with 3 images:
minimal-notebook-cpu
,machine-learning-notebook-cpu
, andgeomatics-notebook-cpu
and they all had the same problem. This only seems to be a problem with newly created notebook servers as it was tested with a notebook from ~2 weeks ago and amachine-leaning-notebook-cpu
from 43 days ago and no errors came up.The commit SHA for the working
machine-learning-notebook-cpu
is 562fa4aThe text was updated successfully, but these errors were encountered: