To summarize this thread: Make sure Jupyter (http://jupyter.org/) is installed properly. Then ZeroMQ will work with the Pharo Smalltalk kernel ( https://github.com/jmari/JupyterTalk)
HH. On 8/24/18, H. Hirzel <hannes.hir...@gmail.com> wrote: > user25@Latitude2:~$ find . -name libzmq* > ./anaconda3/lib/pkgconfig/libzmq.pc > ./anaconda3/lib/libzmq.so.5 > ./anaconda3/lib/python3.6/site-packages/zmq/backend/cython/libzmq.pxd > ./anaconda3/lib/libzmq.so > ./anaconda3/lib/libzmq.so.5.1.5 > ./anaconda3/lib/libzmq.la > ./anaconda3/lib/libzmq.a > ./anaconda3/pkgs/zeromq-4.2.5-h439df22_0/lib/pkgconfig/libzmq.pc > ./anaconda3/pkgs/zeromq-4.2.5-h439df22_0/lib/libzmq.so.5 > ./anaconda3/pkgs/zeromq-4.2.5-h439df22_0/lib/libzmq.so > ./anaconda3/pkgs/zeromq-4.2.5-h439df22_0/lib/libzmq.so.5.1.5 > ./anaconda3/pkgs/zeromq-4.2.5-h439df22_0/lib/libzmq.la > ./anaconda3/pkgs/zeromq-4.2.5-h439df22_0/lib/libzmq.a > ./anaconda3/pkgs/pyzmq-17.0.0-py36h14c3975_0/lib/python3.6/site-packages/zmq/backend/cython/libzmq.pxd > user25@Latitude2:~$ > > > On 8/24/18, H. Hirzel <hannes.hir...@gmail.com> wrote: >> Yes, I re-evaluated in the playground >> >> Metacello new >> baseline: 'JupyterTalk'; >> repository: 'github://jmari/JupyterTalk:master/repository'; >> load:'all' >> >> Then save and quit. >> I hope that this was sufficient. >> >> >> jupyter notebook >> >> create new Pharo Smalltalk notebook >> >> --> the notebook was created. >> >> Evaluate an expression >> >> --> the attached error comes up. The library is still not found. It is >> looking for version 3 wheras the anaconda installation has 5. >> >> >> At the moment for me anaconda support (600MB download) is nice to have >> but not necessary. >> >> The other ways of installing jupyter notebooks (pip3 and nteract, 50MB >> download) need less space and start giving good results. >> >> I suggest to put this as an issue at >> https://github.com/jmari/JupyterTalk for the moment. >> >> 'Retest anaconda support and fix if necessary' >> >> --Hannes >> >> On 8/24/18, Jesús Marí <jmariagui...@gmail.com> wrote: >>> it's done. >>> please try again >>> Thanks >>> >>> >>> >>> -- >>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >>> >>> >> >