tuncbkose
tuncbkose
For `jupyter_client>=8` and timeout tests, https://github.com/jupyter/nbconvert/issues/1964 is relevant. Edit: oops, I misunderstood what you meant. But the linked issue was going to be a problem anyway. It should be fixed...
Installing only those packages with given versions on a python:3.10 based image, I cannot reproduce the issue. The "preview" button opens the `release` directory in both notebook and lab for...
I can replicate the issue.
> I have tried to edit execute.py and remove the second test and output.ename == reply["content"]["ename"], and now it's working fine.. That was added to prevent duplicating errors when a...
That said, [this](https://github.com/ipython/ipykernel/blob/bed7ee4721c8295d61940aae60f2b78d172d2f33/ipykernel/ipkernel.py#L440-L446) being in `ipykernel` makes me think that kernels should be providing some sort of error names. I don't know if that makes sense in OCaml world, but...
I don't know much about the JupyterHub side of things but it looks weird to me that you are trying to access `exchange/assignment/notebook.ipynb` because usually the format (at least what...
I am not sure what you have in mind. Shouldn't the student servers launched by JupyterHub have `/home/student-x` as the base directory? (I have never configured Hub, so maybe this...
I gave an example in the linked issue. If that is not convincing enough, I don't have a better one
> If the user specifies an absolute path to the image, it does not display correctly in the jupyterap This seems to be intended behavior, https://github.com/jupyterlab/jupyterlab/issues/6835. I agree that the...
I can't reproduce this. Which version of `nbconvert` are you using, and can you share a notebook you have this issue with?