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
Since i am in an farm box i am using poetry to create python virtual environment.
I am using doom emacs as my emacs configuration.
org-babel-python-command is a variable defined in config.el.
Value
"python3"
org-babel-load-languages is a customizable variable defined in org.el.
Value
((emacs-lisp . t))
so i have created ~/bin/jupyter~/bin/python and ~/bin/python3
which have something like this
#!/bin/bash
set -e
source ~/bin/scripts/emacs_python/.venv/bin/activate
~/bin/scripts/emacs_python/.venv/bin/jupyter $@
but when i am trying to run M-x jupyter-run-repl it is picking up some other python is getting picked up, i get
Launching python3 kernel...
jupyter--start-kernel-process: Kernel process exited:
/home/utils/meld-3.16.3/bin/python: No module named ipykernel_launcher
Process jupyter-kernel-python3 exited abnormally with code 1
org-babel-load-languages is a customizable variable defined in org.el.
Value
((jupyter-python . t)
(emacs-lisp . t)
(python . t)
(jupyter . t))
Original Value
((emacs-lisp . t))
when i try to run M-x jupyter-run-repl i get
Launching python3 kernel...
Starting python3 kernel process...done
Launching python3 kernel...done
Requesting kernel info...
Loading /home/scratch.rmondal_mobile/home/doom_emacs/.local/straight/build-29.1/zmq/emacs-zmq (module)...
apply: Module could not be opened: "/home/scratch.rmondal_mobile/home/doom_emacs/.local/straight/build-29.1/zmq/emacs-zmq.so", "/lib64/libc.so.6: version `GLIBC_2.33' not found (required by /home/scratch.rmondal_mobile/home/doom_emacs/.local/straight/build-29.1/zmq/emacs-zmq.so)"
Hi
I am trying to set up jupyter for my emacs
Since i am in an farm box i am using poetry to create python virtual environment.
I am using doom emacs as my emacs configuration.
so i have created
~/bin/jupyter
~/bin/python
and~/bin/python3
which have something like this
but when i am trying to run
M-x jupyter-run-repl
it is picking up some other python is getting picked up, i getThis python is not what i want.
I have verified the following in my emacs
Result:
And
Result:
Result
Please advice. TIA.
The text was updated successfully, but these errors were encountered: