File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 33
44* Fix `` Settings`$ShowFullForm `` now that we use Mathics supports Booleans better
55* Show mathicsscript version on startup
6- * Add ``Settings` MathicsScriptVersion `
6+ * Add `` Settings`MathicsScriptVersion ``
77
881.1.1
99-----
Original file line number Diff line number Diff line change @@ -39,12 +39,17 @@ Why not IPython via Jupyter?
3939
4040There will always be a need for simple terminal-like
4141interaction. Although there is IPython support via Jupyter all of this
42- is pretty heavy-weight. To code to this a developer needs to code
43- write a kernel, and use a wire protocol and this adds complexity not
42+ is pretty heavy-weight. To code to this protocol, a developer needs to
43+ write a kernel, and use a wire protocol. This adds complexity not
4444only for the person developing this package, but also for the user who
4545needs to load the extra layers that aren't used. And when something
4646goes wrong, it is harder to track down problems.
4747
48+ At the other end of the spectrum, if the dependencies of this package
49+ are too onerous and you want even simpler, lighter-weight terminal interaction _without_
50+ and of the features mentioend above, use ``mathics `` which is distributed as part of
51+ the core Mathic3 ackage.
52+
4853
4954.. |screenshot | image :: https://github.com/Mathics3/mathicsscript/blob/master/screenshots/mathicsscript1.gif
5055.. |Latest Version | image :: https://badge.fury.io/py/mathicsscript.svg
You can’t perform that action at this time.
0 commit comments