P.S. Probably noteworthy is that for some reason a second instance of Pharo was opened. Probably by the command jupyter notebook I could close one but after closing the other instance it was opened automatically again. On 8/22/18, H. Hirzel <hannes.hirzel@gmail.com> wrote:
The installation progressed, success seems to be near, but still a problem
The process so far:
1. Ubuntu 18.04.1 (64bit Bionic beaver)
2. Anaconda python distribution which includes the Jupyter notebook https://www.anaconda.com/download/#linux (Version for 3.6)
3. Pharo 6.1 64 bit
4. In a playground evaluate Metacello new baseline: 'JupyterTalk'; repository: 'github://jmari/JupyterTalk:master/repository'; load:'all'
5. Hit proceed for skipping the complaint about missing Roassal classes.
6. Save and quit image --> error message pops up, --> hit proceed.
7. Restart image.
8. Start Jupyter on command line with
jupyter notebook
The result is that a browser window is opened which allows to connect to the pharo kernel (see screen shot)
9. A crash when opening the new notebook [details below].
Suggestions how to proceed are welcome!
--Hannes
---------------------------------------------------------------------------------------------------------------- The Pharo stack from the debugger ----------------------------------------------------------------------------------------------------------------
ExternalLibraryFunction(Object)>>error: ExternalLibraryFunction(Object)>>externalCallFailed ExternalLibraryFunction(ExternalFunction)>>invokeWithArguments: ZmqApi class>>apiZmqVersion:minor:patch: FFICalloutAPI>>function:module: ZmqApi class(Object)>>ffiCall:module: ZmqApi class>>apiZmqVersion:minor:patch: ZmqApi class>>version ZmqApi class>>forCurrentVersion ZmqContext>>initialize ZmqContext class(Behavior)>>new ZmqContext class>>new ZmqContext class>>current IPharoCommandLineHandler>>activate IPharoCommandLineHandler class(CommandLineHandler class)>>activateWith: [ aCommandLinehandler activateWith: commandLine ] in PharoCommandLineHandler(BasicCommandLineHandler)>>activateSubCommand: in Block: [ aCommandLinehandler activateWith: commandLine ] BlockClosure>>on:do: PharoCommandLineHandler(BasicCommandLineHandler)>>activateSubCommand: PharoCommandLineHandler(BasicCommandLineHandler)>>handleSubcommand PharoCommandLineHandler(BasicCommandLineHandler)>>handleArgument: [ self handleArgument: (self arguments ifEmpty: [ '' ] ifNotEmpty: [ :arguments | arguments first ]) ] in PharoCommandLineHandler(BasicCommandLineHandler)>>activate in Block: [ self... BlockClosure>>on:do: PharoCommandLineHandler(BasicCommandLineHandler)>>activate PharoCommandLineHandler>>activate PharoCommandLineHandler class(CommandLineHandler class)>>activateWith: [ super activateWith: aCommandLine ] in PharoCommandLineHandler class>>activateWith: in Block: [ super activateWith: aCommandLine ] WorldState>>runStepMethodsIn: WorldMorph>>runStepMethods WorldState>>doOneCycleNowFor: WorldState>>doOneCycleFor: