mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Fix minor typo
This commit is contained in:
parent
2df28f2d9c
commit
f5560e56f6
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ differences between =emacs-jupyter= and =ob-ipython= (biased in favor of
|
||||||
- Better REPL interface
|
- Better REPL interface
|
||||||
|
|
||||||
- =ob-ipython= uses =python-shell-make-comint= to create a REPL connected to
|
- =ob-ipython= uses =python-shell-make-comint= to create a REPL connected to
|
||||||
a kernel. There are to problems with this (1) no syntax highlighting for
|
a kernel. There are two problems with this (1) no syntax highlighting for
|
||||||
kernel languages other than Python (2) =comint= only groks text based
|
kernel languages other than Python (2) =comint= only groks text based
|
||||||
output, but a Jupyter kernel can provide much richer representations of
|
output, but a Jupyter kernel can provide much richer representations of
|
||||||
data, e.g. HTML, markdown, or =png= images to name a few. The REPL frontend
|
data, e.g. HTML, markdown, or =png= images to name a few. The REPL frontend
|
||||||
|
|
Loading…
Add table
Reference in a new issue