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

2018-08-04 Thread H. Hirzel
Thank you Serge,

good to see that there is progress with Tensorflow and PolyMath.

I have problems installing Jupytertalk into a pristine 6.1 (I follow
the instructions)



Metacello new
baseline: 'JupyterTalk';
repository: 'github://jmari/JupyterTalk';
load:'all'

gives an error message

'Could not resolve: BaselineOfJupyterTalk'

Is there something else which needs to be installed first?

--Hannes



On 7/28/18, Serge Stinckwich  wrote:
> On Sat, Jul 28, 2018 at 11:21 AM H. Hirzel  wrote:
>
>> Hello
>>
>> What is the status of this project?
>>
>>
>>  https://github.com/jmari/JupyterTalk
>>
>>
> ​You can ask the author of the software, Jesus Mari Aguirre. He is quite
> active.
> W
> ​e talk together about be able to use Jupytalk with Tensorflow and
> PolyMath.
>
> He was able to reproduce part of my talk about Tensorflow:
> https://htmlpreview.github.io/?https://github.com/jmari/JupyterTalk/blob/master/tensorflow.html
>
>
> --
> Serge Stinckwich
> UMI UMMISCO 209 (SU/IRD/UY1)
> "Programs must be written for people to read, and only incidentally for
> machines to execute."http://www.doesnotunderstand.org/
>



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

2018-08-04 Thread Evan Donahue
Try:

Metacello new
githubUser: 'jmari' project: 'JupyterTalk' commitish: 'master' path:
'repository';
baseline: 'JupyterTalk';
load



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



[Pharo-users] Pharo Launcher & Stored Settings

2018-08-04 Thread Evan Donahue
Is there a way to handle settings that should be different for every image
when using Pharo Launcher?

In particular, Settings > Software Configuraiton > Monticello > Default
Local Repository & Local Cache Directory should be specific to the new
image, but if I ever store settings for any reason, they get saved and
incorrectly propagate to fresh images. Also, they are initialized wrong in
the first place.

How can I avoid this issue without manually adjusting these paths every
time I make a new image?

Thanks,
Evan


Re: [Pharo-users] Pharo Launcher & Stored Settings

2018-08-04 Thread Sean P. DeNigris
Evan Donahue wrote
> Is there a way to handle settings that should be different for every
> image…

Startup script?



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