Dylan Gregersen

Results 4 comments of Dylan Gregersen

I was getting this same error on Docker for Mac. I went into the docker preferences, increased the memory allocated to the VM, then restarted docker and started back up...

There's a better solution. ``` def eval(self, expr): """ evaluate an expresssion, using the operators, functions and names previously set up. """ if isinstance(expr, str): self.expr = expr node =...

@Yura52 thank you for writing this feedback! It captures many of the things I was thinking. I'm a long time Jupyter notebook user and am now trying out VS Code....

Thanks @greazer for making the tickets to tackle these issues. I had some time and started coding up a solution for the cell edits and navigation. I'll have a branch...