On 04.05.22 18:32, Xav Blue wrote:
I didn't try JupyText yet but your FriCAS binaries work fine for me.
Some comments :
- I'm on Manjaro(ArchLinux) and libssl.so... are in
*/usr/lib *

Thanks for trying. I have now also added a section on http://hemmecke.org/fricas/dist/1.3.7/ that even removes the need for root permission when there is not libssl.so.1.0.0

The following works for Ubuntu 22.04 other people must probably adapt the "/usr/lib/..." path accordingly.

==============
     If you have no sudo right do the following.

    ln -s /usr/lib/x86_64-linux-gnu/libssl.so.3 $L/lib/libssl.so.1.0.0
sed -i "s|^export FRICAS\$|export FRICAS\nLD_LIBRARY_PATH=\"\$LD_LIBRARY_PATH:$L/lib\"\nexport LD_LIBRARY_PATH|" $L/bin/fricas sed -i "s|^export FRICAS\$|export FRICAS\nLD_LIBRARY_PATH=\"\$LD_LIBRARY_PATH:$L/lib\"\nexport LD_LIBRARY_PATH|" $L/bin/efricas
==============

- I think there's a typo in ยง3 of your instructions for " Install Jupyter
<https://jupyter.org/> and jFriCAS <https://jfricas.readthedocs.io>." :
*cd $FDIR/jfricas    ---->    cd $FDIR/venv/jfricas*

Definitely not.

cd $FDIR/jfricas

goes to the git repository of jfricas. That is where the setup.py lies.

under $FDIR/venv/jfricas are the files that will be installed by pip3.

Jupytext is really cool, because it allows you to put your "notebooks" under git without all the clutter of the .ipynb format. And if you like the .ipynb, no problem, JupyText can synchronize .input and .ipynb files, i.e. you would see both formats on your disk with the "same" content, only that the .input format does not include the output. Jupytext even takes care when you have change the .input file in your text editor while you work in the .ipynb notebook. It will ask you to reload.

Anyway thank you very much for beeing able now to use FriCas with Jupyter !

You are welcome.

BTW, may I ask for what you use FriCAS?

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/99e39851-c42c-c40e-c562-6526beaa5444%40hemmecke.org.

Reply via email to