Thomas Kluyver

Results 999 comments of Thomas Kluyver

We're using term.js in IPython (with a [Python backend](https://github.com/takluyver/terminado) I maintain), so we could try to co-ordinate the activity around the project and bring people's different fixes together, if that...

@chjj thanks! It's good to know that this is still on your radar.

I was just talking to Varun Ganapathi of terminal.com, he mentioned that @zzmp has been doing a lot of work with term.js, and might be able to help out upstream.

Thanks @tcompa, I'd be interested to see what you come up with. I've been idly thinking about some way of doing multiple tasks per Slurm job, to allow for finer...

Are you running Jupyter locally, or accessing it on a server running elsewhere? If locally, do you have any security software installed? We've had problems with some security software blocking...

If the URL in the browser is something like `localhost:8888` or `127.0.0.1:8888`, then it's local. I'm assuming you mean anti-malware software. If you've got malware, that's bad ;-). Try stopping/disabling...

> It is only when I run certain lines of code. That sounds like a good clue. What lines of code cause it?

That's weird, I don't know why that would make it disconnect. How far does it get? Do you see the input box in the notebook to type in an answer?

Is the issue with something running locally, or with a notebook server hosted on Udemy?

An unfortunate detail with pre-emption: I don't think the code which is pre-empted actually knows whether it's being cancelled (won't run again) or requeued (will run again, so it might...