We don’t really have a Jupyter document inside of TeXmacs with the plugin. You are probably thinking of the Jupyter Notebook. This is separate from the kernels that do the actual computation, but don’t store the document. The TeXmacs plugin is a replacement for the Notebook, it talks with the Jupyter kernels, sending it commands and receiving the results to render.
Julia programming language
I wouldn’t have thought about it without your suggestions, either
An inspector UI would be aweseome! I’m never sure about which variables are set where.
Here’s a screenshot just for fun!
Four times the Lorenz attractor: in Python, Julia, SageMath and Octave
EDIT: centered now
Can you center better the document? I would like to post it on the twitter account.
Thanks! I posted the landscape picture.
Very nice ! Thanks for sharing.
I still have to see a nice way to do help and documentation which integrates with TeXmacs. I think if we find a nice solution then it would not be difficult to integrate it in our various plugins. Somehow all of them share the same problems in this respect.
Hi @mgubi, I’m also interesting to use Julia in Texmacs. I see that you are working in that and thak’s a lot for that. I would like to know if there is any progress of the plugin that I can install.
You can either use the Jupyter plugin here
or the julia plugin here
there are both working and essentially functional, just maybe looking for some enhancements and maybe bug reports. You are welcome to try them and let us know. Read the README.md for installation. It should be quite easy.
The Jupyter plugin seems not be able to communicate with the server anymore. It would need to look deeper into the problem. The glue code is written in Python, so if you know enough python you could be able to solve it, or at least help to debug. If you are just interested in running Julia, you can just use the Julia plugin. But unfortunately I’m not using either of these programs so I didn’t had time to keep the plugins working. Maybe @darcy or @jeroen have some ideas? Can we fix easily these problems?
I’m planning to improve the Python plugin in Mogan in the near feature.
And making Julia plugin built-in is scheduled within 6 months.
And now, I’m busy integrating LLM services to the commercial version of Mogan and try to sell the software or the tokens.
Just created a HTTP client in Goldfish Scheme for connecting to LLM APIs.
I don’t know exactly what is going on here, it seems like the ZMQ library has changed.
In order to avoid having to maintain the plugin code for such changes, I at one point started to write a minimal plugin that depends on the jupyter-client
module instead: https://codeberg.org/woutersj/tm-jupyter-client
I think it should still work, but I haven’t tested it much, so there are probably bugs.
Let me give it a try