Steven Silvester
Steven Silvester
I don't have the bandwidth to maintain this library other than bumping the version along. Happy to accept any PRs.
No, we can archive the npm package and the repo
https://jupyterhub.readthedocs.io/en/stable/troubleshooting.html#how-do-i-use-jupyterlab-s-prerelease-version-with-jupyterhub
I'm making this repo read-only now. Any functionality that might have been added here should go in https://github.com/jupyterlab/jupyterlab/tree/master/packages/hub-extension
Hi @NumesSanguis, the `hub_prefix` is a property of the `SingleUserNotebookApp` [1]. You are meant to override it using standard Jupyter config [2]. I'm not sure about the correct value for...
I'm not sure what the right solution is here. Setting the target to `_self` seems like the wrong thing to do because you would lose any JupyterLab application state that...
@tkinz27, yes, that is the ideal scenario. However, even with our core extensions I'm sure there are places where restore doesn't work 100%. Having the hub actions in a panel,...
I tried to come up with a suitable test for this, but we only run into the issue in PyMongoArrow because we are explicitly including binary files by path instead...
We are vendoring the specific arrow binary files by path, copying them into our build directory. We do this because we use them at runtime for the array builders. We...
We are linking Cython code FWIW. I can try to refactor to use `module.libraries` instead of `module.extra_link_args`.