Angus Griffith
Angus Griffith
The ability to launch external commands, would be a nice addition For example: ``` In[1]:= !python -c "print(1+1)" 2 ``` This requires implementing the `Run` command [1] and adding some...
Came across this example when trying to load the `KnotTheory`` package http://katlas.org/ ``` In[1]:= BR[TorusKnot[m_, n_]] /; m > 0 && n > 0 := BR[n, Flatten[Table[Range[n - 1], {m}]]]...
The `Show` function has not yet been implemented. Issue raised on the Mathics-Users google groups page [here](https://groups.google.com/forum/?fromgroups=#!topic/mathics-users/xKAadvpXxj4).
This issue was raised by @bnjones in #341. The mathics docs for the documentation markup spec: ``` $identifier$ a variable identifier in Mathics code or in text. ``` It would...
Rather than crashing silently it would be useful to get the traceback if the kernel crashes (even it it's only in the jupyter notebook log somewhere). We could wrap evaluation...
The gradient mesh for `DensityPlot` provides some special challenges. Ideally we want to use an SVG gradient mesh but SVG2.0 isn't out yet. We have to make do with linear...
Support for graphics is not currently implemented.
Code introspection currently returns `text/plain` results. Since we already know how to format the docs as html we should add that to the notebook interface. Possibly with some modification for...
The django web interface has a button next to each example that adds it in a new cell. This is quite a useful feature and should be possible for the...
Support for graphics is not currently implemented.