Steven Silvester
Steven Silvester
Well, you could constrain on magnitude and/or phase...
Thanks @agoose77!
Colab offers a limited API for interacting between JS and Python: https://colab.research.google.com/notebooks/snippets/advanced_outputs.ipynb. It seems like an appropriate scope for what could be offered in "Notebook 7".
We're are going to remove the use of `nest-asyncio` entirely in `client 8`: https://github.com/jupyter/jupyter_client/issues/833. There is already a PR merged that does this: https://github.com/jupyter/jupyter_client/pull/835, and an alpha release.
HI @xsway, is your code producing a lot of text or visual output in the Notebook?
Are you logging in to a remote server, or did you launch it from your machine?
Using the built in Python kernel?
Can you share any example code or which libraries you are importing from?
It could be that the code "finishes" but is still processing in a thread, but presumably you'd see that in the IPython interpreter as well. There is some overhead to...
It looks like [SingleUserLabApp](https://github.com/jupyterlab/jupyterlab/blob/886b2ab9999dd281d47e9970f60e7d3398e7020f/jupyterlab/labhubapp.py#L27) needs to add handling of [`disable_user_config`](https://github.com/jupyterhub/jupyterhub/blob/3ed345f4960f083b2d35c72b330254aa3cf31fe9/jupyterhub/singleuser/mixins.py#L370). cc @fcollonval @jtpio