raymond shpeley

Results 4 comments of raymond shpeley

Ok. I missed this earlier. The assert operator would need its error text changed as well. `assert operator in ['--add', '--subtract', '--multiply', '--divide'], \ 'Operator is not one of --add,...

@ledsun here's a bit of code based on the scope problem to show `global` and `block` scoping: ``` javascript let [a, b, c] = [1, 2, 3] console.log(`a: ${a}, b:...

Hey Carreau. I noticed on the google forum you said the code would need a significant refactor, and MinRK said it involved storing outputs on the server. In my case...

Still looking into this. This is currently just a problem for me on Jupyter, but I'm more interested in getting it solved for JupyterHub. I'm planning to use it to...