We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thank you for this great package! Unfortunately it has stopped working for me:
When I open up any ipynb file emacs drops me in fundamental mode with this error message:
ipynb
File mode specification error: (file-missing Doing vfork No such file or directory)
MacOS 14.6.1 GNU Emacs 29.4 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2024-08-02
Config:
(use-package code-cells :ensure t :after python :hook (python-mode . code-cells-mode-maybe) )
Note: I do use python-ts-mode and eglot, not sure if there's a connection.
python-ts-mode
eglot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thank you for this great package! Unfortunately it has stopped working for me:
Issue Description
When I open up any
ipynb
file emacs drops me in fundamental mode with this error message:Environment:
MacOS 14.6.1
GNU Emacs 29.4 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2024-08-02
Config:
Note: I do use
python-ts-mode
andeglot
, not sure if there's a connection.The text was updated successfully, but these errors were encountered: