Eduardo Blancas

Results 296 comments of Eduardo Blancas

does changing the R version fixes the issue? I'm guessing it's an intermittent problem and it'll come back again. the issue is probably the latency of the server hosting R's...

there's nothing we can do here. unless we stop using the action and use another source. but I think let's close this

are there any setup steps involved?

running this: ``` npm i --save-dev @types/codemirror ``` gave this error: ``` npm ERR! code ETARGET npm ERR! notarget No matching version found for @jupyterlab/translation@^3.4.5. npm ERR! notarget In most...

ok `npm cache clean --force` fixed it. great, I was able to test it. a few things: after accepting the suggestion with enter, a newline is created ``` li fe...

no worries. great work! I remember I tried looking at this a while ago and it seemed intimidating 😅 - this is gonna be extremely useful for our users!

>Just an update, but there are still two main issues: I've been trying to find a way to save the content when you press command S. I'm not completely certain...

I see a lot of files coming from the example you used as a starting point (for example an autocomplete_editor/README, and autocomplete_editor/setup.py). We already have those files for the current...

you can work on this @94rain yeah the tests you mentioned are related. in the past, we enforced having a parameters cell (that's why you see we're throwing an error...

you can implement this in NotebookMixin, this way NotebookRunner and ScriptRunner will inherit it