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
iirc Jupyter allows multiple languages in a notebook, making them ore like Markdown, rather than having a way to tell by extension. Is that right?
What we'd need to address include
Should naively handle jupyter like we do for markdown (see also Ratatui #1055)?
If we handle it, should we assume its mostly Python people and just make it a synonym for Python?
If we want to handle these "cross-language" files, how far do we take that? For example, you could have comments in Python code referring to C code that you are using bindings for.
It was fixed for the .py files #565, but it is stilling failing in Jupyter notebooks.
The text was updated successfully, but these errors were encountered: