Hi Hannes,
I did not find a nice way to solve the problem but you will be able to load
jupytertalk following these simple steps:
- Try to load it executing 
Metacello new 
        baseline: 'JupyterTalk';
        repository: 'github://jmari/JupyterTalk';
        load:'all'
- It will fail...open Iceberg, there must be a new repository "JupyterTalk"
in.
- Edit the repository (cmd+E) and add "repository" to the code subdirectory
field.
- Try to execute this again,
Metacello new 
        baseline: 'JupyterTalk';
        repository: 'github://jmari/JupyterTalk';
        load:'all'
------
Befor installing Jupytertalk, you need ZeroMQ and Jupyter installed in your
system and you must create a the folder
'/usr/local/share/jupyter/kernels/pharo'.  and a file   'kernel.json' with the
contents like that...

'{
  "argv": [
    "/Applications/Pharo6.1-64_ZeroMQ.app/Contents/MacOS/Pharo",
   
"/Applications/Pharo6.1-64_ZeroMQ.app/Contents/Resources/Pharo6.1-64.image",
    "ipharo",
    "{connection_file}"
  ],
  "display_name": "Pharo Smalltalk",
  "language": "smalltalk"
}' 
 
feel free to ask more questions, I'll be glad to help!



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply via email to