Simon Li

Results 655 comments of Simon Li

https://github.com/manics/jupyter-offlinenotebook lets you download an open notebook on any system running jupyter-notebook, it's only the local-storage and binder links that are restricted to BinderHub, though the local storage restriction could...

@consideRatio It's not as polished as the notebook extension... https://mybinder.org/v2/gh/manics/jupyter-offlinenotebook/master?urlpath=lab%2Ftree%2Fexample.ipynb

Following up on yesterday's conversation with @sgaist after https://github.com/jupyterhub/team-compass/issues/554 (please correct me if I've said anything incorrect or missed anything!) - If we use the `podman system service` command to...

What's the current status of this?

If your app is managed separately from jupyter-server-proxy you could try using `/proxy/absolute/3900` instead of `/proxy/3900` to turn off URL rewriting so the app will see the full URL including...

I don't think there's a way to add `/fonts` as a top level prefix, since it's managed by jupyter hub and notebook. If you've got a front-end proxy such as...

I feel like this gets into the bigger question of how to manage BinderHub's long term maintainability and scalability. We've done a bit of work on decoupling some components (e.g....

If you're just getting started it's probably easier to use a configuration file instead of using a Python package which is useful when you've got a working application you want...

The first example should take effect as soon as you restart you notebook. `http://www.tld.com/user/johndoe/test-server` looks like the correct URL, can you restart your notebook with debug logging?

Have you thought about writing your own proxy that subclasses jupyter-server-proxy, or alternatively integrating the browser as a jupyter extension? If you require the notebook token it sounds like you're...