File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
1413combination allows you to interact with the Julia language using
1514Jupyter/IPython's powerful [ graphical
1615notebook] ( 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
1819also works with [ JupyterLab] ( https://jupyterlab.readthedocs.io/en/stable/ ) , a Jupyter-based
1920integrated 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
2225the [ 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```
3032add IJulia
You can’t perform that action at this time.
0 commit comments