Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread Stephan Eggermont
H. Hirzel wrote: > P.S. I see that the Metacello script installs a lot in one go. > > I might be easier to identify the problem if the installation can be > done in steps, i.e. several load scripts in sequence. You already have all the information you need. RT classes missing. Is this supposed t

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread H. Hirzel
On 8/15/18, Stephan Eggermont wrote: > H. Hirzel wrote: >> P.S. I see that the Metacello script installs a lot in one go. >> >> I might be easier to identify the problem if the installation can be >> done in steps, i.e. several load scripts in sequence. > > You already have all the information yo

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread H. Hirzel
After loading Roassal2 through the Pharo 6.1 catalog and re-executing the Metacello load script Metacello new baseline: 'JupyterTalk'; repository: 'github://jmari/JupyterTalk:master/repository'; load:'all' All loaded fine. I found 2 tests. (Result attached). One of them

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread H. Hirzel
Attachement shows the result of a successful installation into Pharo 6.1 On 8/15/18, H. Hirzel wrote: > After loading Roassal2 through the Pharo 6.1 catalog and re-executing > the Metacello load script > > Metacello new > baseline: 'JupyterTalk'; > repository: 'github://jmari/

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread H. Hirzel
To clarify my question: I read the tutorial http://htmlpreview.github.io/?https://github.com/jmari/JupyterTalk/blob/master/Tutorial1_BasicStatistics.html My question is: How do I start JupyterTalk and how to I connect then to the Pharo Smalltalk kernelt from an nteract (https://nteract.io/deskto

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread Jesús Marí
First screenshot shows a warning because JupyterTalk script doesn't care about if Roassal or Polymath are installed or not, only tries to add some methods to several of its classes...for sure you will be interested in these frameworks combined with Jupyter, I suggest you to install them before Jupy

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread Jesús Marí
Tutorial files placed on Github are notebooks written on jupyter using JupyterTalk Kernel. They are not an installation procedure. I have just ran it in a new linux machine an now it works also on linux. I have done using pharo-launcher on a 64 bits image. - kernel description file must be placed

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread Stephan Eggermont
Jesús Marí wrote: > First screenshot shows a warning because JupyterTalk script doesn't care > about if Roassal or Polymath are installed or not, only tries to add some > methods to several of its classes...for sure you will be interested in these > frameworks combined with Jupyter, I suggest you

Re: [Pharo-users] XML Writer not pretty printing

2018-08-15 Thread Peter Uhnak
Thanks! #removeAllFormattingNodes did the trick. Perhaps #prettyPrinted / #enablePrettyPrinting should call it by default? WIth regards, Peter On Tue, Aug 14, 2018 at 10:27 PM Carlo wrote: > Hi Peter > > It seems that #preservesIgnorableWhitespace: is only adhered to "...When > validation is e