You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/comparisons/utility/notebooks.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@ title = "Notebooks"
6
6
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.
7
7
They are particularly useful for sharing and showing computations.
8
8
9
-
## Star History
10
-
{{star_history IJulia Pluto Neptune BonitoBook}}
11
-
12
9
13
10
## Jupyter (IJulia)
14
11
{{badge IJulia}}
@@ -42,6 +39,8 @@ An other difference is that cells in Pluto only contain a single line of code.
42
39
43
40
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.
44
41
42
+
You can test Pluto in the browser without installing it at <https://binder.plutojl.org/>.
43
+
45
44
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.
46
45
47
46
@@ -69,8 +68,6 @@ BonitoBook is a Julia-native interactive notebook system built on [Bonito.jl](ht
69
68
### License
70
69
Note that BonitoBook is not under a free license, but the [PolyForm Noncommercial License](https://github.com/SimonDanisch/BonitoBook.jl/blob/main/LICENSE).
0 commit comments