-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Autocomplete problem in output cell. #1099
Comments
It sounds like Jupyter might sending IJulia an invalid completion request message on your machine. You could verify this by setting
|
On main menu: I install Jupyter notebook via Ijulia instructions: |
Autocompletion works well, but errors inside output cell occured every time.
versioninfo()
:Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 8 × 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, tigerlake)
Threads: 1 on 8 virtual cores
using Pkg; Pkg.add("IJulia"); using IJulia; notebook()
Settings -> Settings Editor -> Code Completion -> Enable autocompletion -> true
In first evaluation (Shift + Enter) everything works fine, but after second evaluation of the same code occurs error message:
If autocompletion is disabled, then everything works normal.
The text was updated successfully, but these errors were encountered: