-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
missing kernel #1139
Comments
After posting, I realized that maybe the wd = pwd()
jupyterlab(; dir = wd) PPPS: Better yet: jupyterlab(dir=".")
One more question, if I may - why do I not see my IJulia kernel when I just start Could it be because I have another Julia installed globally from Manjaro repos? (This one is visible in jupyter, but some packages cannot be installed there, because again - unofficial. So I'd like to see the official one from julia-forge instead.) PPS: I removed the globally installed Julia and now jupyterlab says I have no kernel, even when I start it with IJulia as above 😕 I'm lost.. |
Okay, I fixed everything by rebuilding IJulia, which was added to the environment toml by some previous installation. Still new to all of this, sorry for the spam. |
I thought I finally set up a working Julia environment - I finally have working IJulia installation that can successfully connect to a kernel and open notebooks. The problem is, the notebooks are always starting in my home directory, instead of my working directory in terminal / Julia REPL, from which I start IJulia. This is kind of useless for any workflow.
I installed Julia as follows:
Then, in Julia REPL, I added IJulia:
which worked fine (no more ZMQ compilation errors as when I used unofficial packages, great).
But when I try to start
notebook()
orjupyterlab()
, it opens the interface in a browser tab, but shows my home directory instead of my current working directory, where I want to have the notebook files. The REPL says the following:The
Process(setenv(
/home/jena/miniforge3/envs/julia/bin/jupyter notebook; dir="/home/jena"), ProcessExited(0))
lines appear after I shut down the notebook / jupyterlab, i.e. only theInfo:
lines are visible while the notebook is running.Any idea why IJulia is switching my directories, and how do I stop it / stay in current dir?
The text was updated successfully, but these errors were encountered: