jupyterlab-link-share
jupyterlab-link-share copied to clipboard
JupyterLab Extension to easily share a link to a running server on Binder
## Is your feature request related to a problem? Please describe. I'd like to be able to launch a notebook on my laptop, and give a labmate or student sitting...
I think this may not be an issue with this extension, but it may influence people using it. Anyhow, I figure I can write down notes while debugging this here....
## Is your feature request related to a problem? Please describe. Using JupyterLab link share does not work behind a proxy. In this case this is Google Cloud AI Vertex...
Starting from https://gist.github.com/jtpio/4a6a34da66b32249e28df718ec30e4d7 I've added a `jupyter_config.json` file to my binder folder in order to run JupyterLab with the collaborative mode, but it is not recognized/found/applied. Only when I put...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...
## Is your feature request related to a problem? Please describe. JupyterHub 5.0 [will introduce](https://github.com/jupyterhub/jupyterhub/pull/4594) the concept of sharing, so users can grant each other access to their server. That...
## Description Currently when trying to use with JupyterLab 4, errors out with ``` The following packages are incompatible ├─ jupyterlab-link-share 0.3** is installable and it requires │ └─ jupyterlab...
We should update the repo so it's compatible with the Jupyter Releaser v2: - Add the releaser workflows to the repo - Set up bot account: https://github.com/jupyterlab-contrib/jupyterlab-contrib.github.io/issues/42 - Clean up...
## Is your feature request related to a problem? Please describe. jupyterlab-link-share currently extracts the current user's access token and appends it to the URL. In a single jupyterlab instance...