-
Notifications
You must be signed in to change notification settings - Fork 0
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
Failed to find Base.active_repl_backend.ast_transforms
in jupyter notebooks
#9
Comments
I have been unable to launch a jupyter notebook successfully and cannot reproduce this with Pluto. I'll continue investigating. |
I've now successfully launched a jupyter notebook with the startup file from the README here. I still can't reproduce this warning. Would you provide more detailed reproduction instructions? e.g. how are IJulia/jupyter installed? How are you launching the notebook? |
I tried to do everything again as a few days ago, but write them down step by step, and suddenly the error vanished. Then I went back to work and have it again. Steps to reproduce:
|
I followed those steps and successfully reproduced the warning. Thanks! |
IJulia sets even through there is no REPL. Consequently the startup file thinks that there is a REPL and launches BasicAutoloads which fails to hook into the REPL because there is not REPL. BasicAutoloads prints a warning because Another, much harder, fix would be to create a package extension for BasicAutoloads & IJulia. |
With the exact startup file as the example in the README.md, I get the following output every time I execute the first cell (after kernel restart) in a jupyter notebook.
or without formatting:
This happens both on a julia 1.10.5 and a julia 1.11.1 kernel.
To skip loading of BasicAutoloads for jupyter notebooks, I changed the first line of my startup file to
but this does not change anything about the above issue.
Do you have an idea how to make BasicAutoloads either work with jupyter notebooks or skip loading it at all?
The text was updated successfully, but these errors were encountered: