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
@@ -21,7 +21,7 @@ To help maintain this project ❤️
21
21
## Highlights
22
22
23
23
24
-
### Not a typical Jupyter-like notebook environment
24
+
### Not a typical Jupyter-like notebook environment 🧨
25
25
26
26
It supports dynamics, GUI building blocks, and powerful Mathematica syntax out of the box.
27
27
@@ -31,36 +31,36 @@ It supports dynamics, GUI building blocks, and powerful Mathematica syntax out o
31
31
32
32
No more static graphics! Each primitive of `Graphics`/`Graphics3D` was recreated from scratch using `d3.js` and `THREE.js` libraries. Most native plotting functions of Mathematica are supported.
33
33
34
-
#### AI Assistant
34
+
#### AI Assistant 🤖
35
35
We deeply integrated ChatGPT, so that AI can have a read/write acccess to your notebook
36
36
37
37

38
38
39
-
### Command Palette and GUI-in-Code Emulation
39
+
### Command Palette and GUI-in-Code Emulation 🎨
40
40
#### Inline Dynamic Tool for Tuning 2D/3D Positions
An entire notebook can be exported to a standalone `.html` file keeping all data inside. __No internet dependency, no additional software__ is required for viewing a notebook
@@ -83,14 +83,17 @@ __There is no aim to fully copy Mathematica__ (it will never be possible), howev
83
83
84
84
-__Stability__ and speed
85
85
- Independence from WRI
86
-
- Portability (not PDF) - easy to share your work with someone outside the ecosystem __keeping your graphics interactive__ or embedded on a website
86
+
- Portability (not PDF) - easy to share your work with someone outside the ecosystem __keeping your graphics interactive__ or embedded to a website
87
87
- Event-based approach to dynamics - allow users to __build complex dynamic notebooks__ and to have clear control over all moving parts
88
88
- Natural bridge between other languages - HTML as markup, WL for computations, and JS for stunning visuals
89
89
90
-
# Installation
91
-
[The freeware Wolfram Engine](https://www.wolfram.com/engine/) is required (Version 13.3 is preferable).
90
+
# Installation 🛠️
91
+
[The freeware Wolfram Engine](https://www.wolfram.com/engine/) is required (Version 13.3 is preferable). Activation can be done later using WLJS Notebook App.
92
92
93
-
## Desktop App
93
+
*a side note for Linux users*
94
+
If you face any issues, try to install avahi daemon.
95
+
96
+
## Desktop App ✨
94
97
Download from the __[releases](https://github.com/JerryI/wolfram-js-frontend/releases)__ section.
0 commit comments