Codes on https://jupyter.org/try-jupyter/lab/ not working properly anymore

We recently switched some of the try repos to use JupyterLite to reduce the load on mybinder: Https://jupyter.org/try so slow... Why? - #15 by krassowski

JupyterLite has the big advantage that it runs entirely in the browser so won’t run into problems if there are too many users. There are some differences from normal Python though, and using input is a known issue- currently using await is the workaround:

If you want to use the original Python kernel you can try one of Binder Examples · GitHub

1 Like