Skip to content

Commit 5ff3379

Browse files
authored
add nteract to README (#965)
1 parent bfa82b8 commit 5ff3379

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLang.github.io/IJulia.jl/stable)
66
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaLang.github.io/IJulia.jl/dev)
77

8-
98
# IJulia
109

1110
**IJulia** is a [Julia-language](http://julialang.org/) backend
@@ -14,17 +13,20 @@ environment (also used by [IPython](http://ipython.org/)). This
1413
combination allows you to interact with the Julia language using
1514
Jupyter/IPython's powerful [graphical
1615
notebook](http://ipython.org/notebook.html), which combines code,
17-
formatted text, math, and multimedia in a single document. It
16+
formatted text, math, and multimedia in a single document.
17+
IJulia is a Jupyter language kernel and works with a variety of notebook
18+
user interfaces. In addition to the classic Jupyter Notebook, IJulia
1819
also works with [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/), a Jupyter-based
1920
integrated development environment for notebooks and code.
21+
The [nteract notebook desktop](https://nteract.io/) supports IJulia with
22+
detailed instructions for its [installation with nteract](https://nteract.io/kernels/julia).
2023

2124
(IJulia notebooks can also be re-used in other Julia code via
2225
the [NBInclude](https://github.com/stevengj/NBInclude.jl) package.)
2326

24-
2527
## Quick start
2628

27-
Install IJulia from the REPL by pressing `]` to enter pkg mode and entering
29+
Install IJulia from the Julia REPL by pressing `]` to enter pkg mode and entering:
2830

2931
```
3032
add IJulia

0 commit comments

Comments
 (0)