Etn40ff / mathematica

Bits and pieces of my Mathematica setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains various snippets of code and random notes related to Mathematica

  • remote_kernel: configuration files to run a kernel behind a firewall/NAT

  • init.m: my .Mathematica/Kernel/init.m

  • Attach.wl: package to emulate sage's %attach magic

  • to have graphic output when running in a terminal use

<<JavaGraphics`
  • for latex output use the package MaTeX
 Needs["PacletManager`"]
 PacletInstall["/tmp/MaTeX-1.7.4.paclet"]
 <<MaTeX`

This also works well in conjunction with JavaGraphics

  • to have a saner readline interface alias math to something like rlwrap -c -e '' -f ~/.Mathematica/local/commands -H ~/.Mathematica/local/history -pgreen -m /opt/mathematica/bin/math -rawterm

Another (free) way to access mathematica is though Jupyter:

About

Bits and pieces of my Mathematica setup


Languages

Language:Mathematica 46.8%Language:Batchfile 28.9%Language:Shell 24.3%