Ines Montani
Ines Montani
> this is awesome, and we're looking into using this to revamp our intro material for allennlp. Oh, cool! > One issue that would be great to solve is that...
> The one issue is that they reset the URL to the chapter after opening the exercise, and so the history gets messed up and you can't use the back...
Thanks for opening this as a separate issue – I missed that other comment! Are your code cells spread out across multiple exercises? And does it make a difference if...
> When I test with 2 code cells in the same exercise, my variables and packages still don't recognized. Ahhhhh, so I think I came to a wrong conclusion here,...
I have no idea, sorry – I never really used mathjax before, and the Reveal.js setup is a little hacky to make it work in this chapter-style environment. I think...
Thanks! Launching the Docker container should only have to happen once – after that, the existing kernel connection should be used. You could probably add the feature you want by...
Yes, this is the `isolateCells` setting here, which is `true` by default (new session for each cell, i.e. code block): https://github.com/ines/course-starter-python/blob/57d8b1ac80caddcdb921e6794b4f6666344cc48e/src/components/juniper.js#L23 Out-of-the-box, this is a global setting, though, so you...
Hi! So what exactly are you running locally on port `8989`? And does it allow connections from a different host/port? If you set `useBinder: false`, the `serverSettings` will be passed...
My code itself is just basic JavaScript, but the JupyterLab source is typed and the error is telling you that my code example was bad and `type: kernelType` shouldn't actually...
@vnijs If you don't mind, I'd be happy to keep this open – maybe someone else who comes across it has an idea. I also did some digging to try...