Re: [racket-users] Jupyter Racket Kernel - iracket

2019-06-26 Thread Arie Schlesinger
thanks,
the installation worked ! But there is a kernel error when I open it with
racket cells

On Wed, Jun 26, 2019 at 9:06 PM Thomas Dickerson <
thomas_dicker...@alumni.brown.edu> wrote:

> Sorry - typo. that should be "Racket v7.3"
>
> On Wednesday, June 26, 2019 at 2:05:20 PM UTC-4, Thomas Dickerson wrote:
>>
>> Let's say you have DrRacket 7.3 installed. Then your raco and racket
>> executables are in "/Applications/Racket 7.3/bin". You can either specify
>> the full path manually, or add that to your PATH by editing your .bashrc.
>>
>>
>> On Wednesday, June 26, 2019 at 1:39:10 PM UTC-4, Arie Schlesinger wrote:
>>>
>>> Hi,
>>> I installed iracket on Dr Racket, but still can not run raco pkg
>>> install iracket and not racket -l iracket/install to enable racket on
>>> jupyter .
>>>
>>> thanks
>>>
>>> On Wed, Jun 26, 2019 at 11:09 AM John Clements 
>>> wrote:
>>>
 It may be that ‘raco’ is not in your path. An alternative is to use the
 “Package Manager” that’s built into DrRacket, under “File>Package Manager…”
 to install libraries such as iracket.

 > On Jun 23, 2019, at 09:10, Arie Schlesinger 
 wrote:
 >
 > Hi,
 > I am trying to install racket for jupyter on a mac, and from the
 github it is not clear for me how to do it.
 > I use Dr Racket,  still running "raco pkg install iracket" is not
 recognized in the mac shell.
 >
 > Thanks,
 > Ari
 >
 > On Friday, May 4, 2018 at 9:57:42 AM UTC+3, Graham Dean wrote:
 > Pleasure Ryan. Thanks for developing iracket, it's really useful for
 me to demonstrate on-going work using Racket.
 > Graham
 >
 >
 > --
 > You received this message because you are subscribed to the Google
 Groups "Racket Users" group.
 > To unsubscribe from this group and stop receiving emails from it,
 send an email to racket...@googlegroups.com.
 > To view this discussion on the web visit
 https://groups.google.com/d/msgid/racket-users/e58716f9-f60f-48a7-a2bf-d79d477880a0%40googlegroups.com
 .
 > For more options, visit https://groups.google.com/d/optout.



 --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/38defbd0-3107-4a5a-be3f-fc43960494d0%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAMJd8C5y_evNpxpZg_mms5_7fnU1DvkbqNF60tTabpvEk9fkfw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2019-06-26 Thread Thomas Dickerson
Sorry - typo. that should be "Racket v7.3"

On Wednesday, June 26, 2019 at 2:05:20 PM UTC-4, Thomas Dickerson wrote:
>
> Let's say you have DrRacket 7.3 installed. Then your raco and racket 
> executables are in "/Applications/Racket 7.3/bin". You can either specify 
> the full path manually, or add that to your PATH by editing your .bashrc.
>
>
> On Wednesday, June 26, 2019 at 1:39:10 PM UTC-4, Arie Schlesinger wrote:
>>
>> Hi,
>> I installed iracket on Dr Racket, but still can not run raco pkg install 
>> iracket and not racket -l iracket/install to enable racket on jupyter .
>>
>> thanks
>>
>> On Wed, Jun 26, 2019 at 11:09 AM John Clements  
>> wrote:
>>
>>> It may be that ‘raco’ is not in your path. An alternative is to use the 
>>> “Package Manager” that’s built into DrRacket, under “File>Package Manager…” 
>>> to install libraries such as iracket.
>>>
>>> > On Jun 23, 2019, at 09:10, Arie Schlesinger  
>>> wrote:
>>> > 
>>> > Hi,
>>> > I am trying to install racket for jupyter on a mac, and from the 
>>> github it is not clear for me how to do it.  
>>> > I use Dr Racket,  still running "raco pkg install iracket" is not 
>>> recognized in the mac shell.
>>> > 
>>> > Thanks,
>>> > Ari
>>> > 
>>> > On Friday, May 4, 2018 at 9:57:42 AM UTC+3, Graham Dean wrote:
>>> > Pleasure Ryan. Thanks for developing iracket, it's really useful for 
>>> me to demonstrate on-going work using Racket.
>>> > Graham
>>> > 
>>> > 
>>> > -- 
>>> > You received this message because you are subscribed to the Google 
>>> Groups "Racket Users" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to racket...@googlegroups.com.
>>> > To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/racket-users/e58716f9-f60f-48a7-a2bf-d79d477880a0%40googlegroups.com
>>> .
>>> > For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/38defbd0-3107-4a5a-be3f-fc43960494d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2019-06-26 Thread Thomas Dickerson
Let's say you have DrRacket 7.3 installed. Then your raco and racket 
executables are in "/Applications/Racket 7.3/bin". You can either specify 
the full path manually, or add that to your PATH by editing your .bashrc.


On Wednesday, June 26, 2019 at 1:39:10 PM UTC-4, Arie Schlesinger wrote:
>
> Hi,
> I installed iracket on Dr Racket, but still can not run raco pkg install 
> iracket and not racket -l iracket/install to enable racket on jupyter .
>
> thanks
>
> On Wed, Jun 26, 2019 at 11:09 AM John Clements  > wrote:
>
>> It may be that ‘raco’ is not in your path. An alternative is to use the 
>> “Package Manager” that’s built into DrRacket, under “File>Package Manager…” 
>> to install libraries such as iracket.
>>
>> > On Jun 23, 2019, at 09:10, Arie Schlesinger > > wrote:
>> > 
>> > Hi,
>> > I am trying to install racket for jupyter on a mac, and from the github 
>> it is not clear for me how to do it.  
>> > I use Dr Racket,  still running "raco pkg install iracket" is not 
>> recognized in the mac shell.
>> > 
>> > Thanks,
>> > Ari
>> > 
>> > On Friday, May 4, 2018 at 9:57:42 AM UTC+3, Graham Dean wrote:
>> > Pleasure Ryan. Thanks for developing iracket, it's really useful for me 
>> to demonstrate on-going work using Racket.
>> > Graham
>> > 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups "Racket Users" group.
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to racket...@googlegroups.com .
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/racket-users/e58716f9-f60f-48a7-a2bf-d79d477880a0%40googlegroups.com
>> .
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/421ef4a2-bba9-4f4b-970b-88b7653b33d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2019-06-26 Thread Arie Schlesinger
Hi,
I installed iracket on Dr Racket, but still can not run raco pkg install
iracket and not racket -l iracket/install to enable racket on jupyter .

thanks

On Wed, Jun 26, 2019 at 11:09 AM John Clements 
wrote:

> It may be that ‘raco’ is not in your path. An alternative is to use the
> “Package Manager” that’s built into DrRacket, under “File>Package Manager…”
> to install libraries such as iracket.
>
> > On Jun 23, 2019, at 09:10, Arie Schlesinger 
> wrote:
> >
> > Hi,
> > I am trying to install racket for jupyter on a mac, and from the github
> it is not clear for me how to do it.
> > I use Dr Racket,  still running "raco pkg install iracket" is not
> recognized in the mac shell.
> >
> > Thanks,
> > Ari
> >
> > On Friday, May 4, 2018 at 9:57:42 AM UTC+3, Graham Dean wrote:
> > Pleasure Ryan. Thanks for developing iracket, it's really useful for me
> to demonstrate on-going work using Racket.
> > Graham
> >
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Racket Users" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to racket-users+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/e58716f9-f60f-48a7-a2bf-d79d477880a0%40googlegroups.com
> .
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAMJd8C5AE8XsH%3DE%3DOU5KfRJrjWh9vcyQYp4dVcDcrCU14Ztm4w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2019-06-26 Thread 'John Clements' via Racket Users
It may be that ‘raco’ is not in your path. An alternative is to use the 
“Package Manager” that’s built into DrRacket, under “File>Package Manager…” to 
install libraries such as iracket.

> On Jun 23, 2019, at 09:10, Arie Schlesinger  
> wrote:
> 
> Hi,
> I am trying to install racket for jupyter on a mac, and from the github it is 
> not clear for me how to do it.  
> I use Dr Racket,  still running "raco pkg install iracket" is not recognized 
> in the mac shell.
> 
> Thanks,
> Ari
> 
> On Friday, May 4, 2018 at 9:57:42 AM UTC+3, Graham Dean wrote:
> Pleasure Ryan. Thanks for developing iracket, it's really useful for me to 
> demonstrate on-going work using Racket.
> Graham
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/racket-users/e58716f9-f60f-48a7-a2bf-d79d477880a0%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/cf2c5b2c-3211-45a6-a2d1-a9d3020e08e4%40mtasv.net.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2019-06-23 Thread Arie Schlesinger
Hi,
I am trying to install racket for jupyter on a mac, and from the github it 
is not clear for me how to do it.  
I use Dr Racket,  still running "raco pkg install iracket" is not 
recognized in the mac shell.

Thanks,
Ari

On Friday, May 4, 2018 at 9:57:42 AM UTC+3, Graham Dean wrote:
>
> Pleasure Ryan. Thanks for developing iracket, it's really useful for me to 
> demonstrate on-going work using Racket.
>
> Graham
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/e58716f9-f60f-48a7-a2bf-d79d477880a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2018-05-03 Thread Graham Dean
Pleasure Ryan. Thanks for developing iracket, it's really useful for me to 
demonstrate on-going work using Racket.

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2018-05-03 Thread Ryan Culpepper

On 05/01/2018 09:33 PM, Graham Dean wrote:

PR submitted :)


PR merged. Thanks!

Ryan

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2018-05-01 Thread Graham Dean
PR submitted :)

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Jupyter Racket Kernel - iracket

2018-05-01 Thread 'John Clements' via Racket Users
Yes! You should!

Many thanks for your work,

John Clements

> On Apr 30, 2018, at 12:28 PM, Graham Dean  wrote:
> 
> 
> I’ve been looking to use Racket in a Jupyter notebook and I came across Ryan 
> Culpepper’s iracket (https://github.com/rmculpepper/iracket). 
> 
> Unfortunately, it doesn’t work with the latest Jupyter system due to a new 
> client message (comm_info_request) that isn’t handled.
> 
> I’ve made some very simply changes that get iracket working again in Jupyter 
> and just in case it’s useful for anyone else it can be found at 
> https://github.com/digsci/iracket.
> 
> I should really make a pull request (or at least an issue report to the 
> original I guess.
> 
> Graham 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.