Skip to content

Commit bcce057

Browse files
committed
updates to notebooks section
1 parent 93a2aeb commit bcce057

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/comparisons/utility/notebooks.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ title = "Notebooks"
66
Notebooks are a type of [Integrated Development Environment (IDE)](https://en.wikipedia.org/wiki/Integrated_development_environment) accessed through the web-browser, where code at text are interleaved.
77
They are particularly useful for sharing and showing computations.
88

9-
## Star History
10-
{{star_history IJulia Pluto Neptune BonitoBook}}
11-
129

1310
## Jupyter (IJulia)
1411
{{badge IJulia}}
@@ -42,6 +39,8 @@ An other difference is that cells in Pluto only contain a single line of code.
4239

4340
Many people are very happy with the Pluto model, where the state is always consistent (as in a spreadsheet), where others prefer the linar execution model of Jupyter notebooks where you often need to restart the kernel and run from the top to make sure all is consistent.
4441

42+
You can test Pluto in the browser without installing it at <https://binder.plutojl.org/>.
43+
4544
The author of Pluto.jl gave a talk ([YouTube link](https://youtu.be/Rg3r3gG4nQo?feature=shared)) at JupyterCon 2023, which is a good demonstration of how to use Pluto.jl.
4645

4746

@@ -69,8 +68,6 @@ BonitoBook is a Julia-native interactive notebook system built on [Bonito.jl](ht
6968
### License
7069
Note that BonitoBook is not under a free license, but the [PolyForm Noncommercial License](https://github.com/SimonDanisch/BonitoBook.jl/blob/main/LICENSE).
7170

72-
Relevant packages: [Pluto.jl](https://github.com/fonsp/Pluto.jl), [IJulia.jl](https://github.com/JuliaLang/IJulia.jl), [Neptune.jl](https://github.com/compleathorseplayer/Neptune.jl)
73-
7471
## Quarto
7572
> Open-source scientific and technical publishing system built on Pandoc.
7673
@@ -119,6 +116,10 @@ What is [Positron](https://positron.posit.co/)?
119116
- An extensible, polyglot tool for writing code and exploring data
120117
- A familiar environment for reproducible authoring and publishing
121118

119+
# Star History
120+
{{star_history IJulia Pluto Neptune BonitoBook}}
121+
122+
122123

123-
[^1]: https://en.wikipedia.org/wiki/Project_Jupyter
124+
[^1]: <https://en.wikipedia.org/wiki/Project_Jupyter>
124125
[^2]: [Julia in Colab](https://discourse.julialang.org/t/julia-in-colab/126600).

0 commit comments

Comments
 (0)