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 Dick

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 ad

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: > > H

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

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

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: > > Pleasu

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

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...@g

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/op

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

[racket-users] Jupyter Racket Kernel - iracket

2018-04-30 Thread Graham Dean
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 simp