jupyter
jupyter copied to clipboard
An interface to communicate with Jupyter kernels.
We can introduce a user-configurable threshold (in seconds). Only cells that take longer than this threshold to execute would display their execution time.
I have successfully built the widgets support but when testing widget by a simple `IntSlider`, the result was a plain `IntSlider(value=0)` and there was no browser opening. The **Messages** buffer...
https://github.com/JuliaEditorSupport/julia-emacs/pull/100 changes LaTeX completion in julia-mode to work by a combination of completion-at-point-function and abbrev-mode. This is the necessary change to give full-featured LaTeX completion with emacs-jupyter julia buffers with...
I have an installation of emacs-jupyter and I can export simple code as jupyter notebooks. The problems is that on my system jupyter-python is nowhere to be found, and therefore...
I switched from legacy emacs to emacs-doom and in the process couldn't get my old jupyter setup running due to some `zmq` related errors (see https://github.com/emacs-jupyter/jupyter/issues/375#issuecomment-1611439318). I tested the `next`...
Hi, First, thanks a lot for this very nice package which I had working out of the box with my previous anaconda distribution. I recently decided to switch from conda...
How do I know when `org-babel-execute-src-block` fails due to an exception? Currently, it seems to always return `nil`. My use case is that I want execution of subsequent cells to...
Running on Windows, Emacs gets these paths from `jupyter --paths` (the `jupyter` for that is from `C:\Users\user\myenv\.venv\Scripts\jupyter.exe`): ``` config: C:\Users\user\.jupyter C:\Users\user\myenv\.venv\etc\jupyter C:\ProgramData\jupyter data: C:\Users\user\AppData\Roaming\jupyter C:\Users\user\myenv\.venv\share\jupyter C:\ProgramData\jupyter runtime: C:\Users\user\AppData\Roaming\jupyter\runtime ``` in...
Using the latest version: ```emacs-lisp jupyter-version is a variable defined in ‘jupyter-base.el’. Its value is "0.8.2-dev" Current version of Jupyter. ``` `jupyter-run-repl` fails with the following trace: ```emacs-lisp Debugger entered--Lisp...
In https://github.com/emacs-jupyter/jupyter/commit/32376a22b57f5b1709aec9662543ab9a9d1a602a, the signature of `jupyter-eval-region` was changed in a way that can break other packages and user configurations (cf. https://github.com/astoff/code-cells.el/issues/22). The new signature is also inconvenient when the user...