Ian Rose
Ian Rose
I came across [this](https://gitlab.com/ENKI-portal/jupyterlab_gitlab) the other day, which appears to be based on this extension. I don't know how functional it is, but it may be worth investigating.
Awesome, thanks for sharing @beenje!
Hi @ruixinxu, it looks like MS Edge doesn't support the `TextEncoder` API, which is used by this extension: https://caniuse.com/#feat=textencoder . We could try to incorporate a polyfill, but it would...
For security and rate-limiting reasons, it is probably best for users to set up their own personal access tokens and add it to their local config files. I don't manage...
Coming back to this after some work on deploying this extension in a JupyterHub environment. It is possible to pass an access token from a JupyterHub spawner to an individual...
Thanks @fm75, I would welcome PRs to make this less confusing! Note that I am not using GHE, so my ability to test on such setups is pretty limited.
Sorry for the slow response @beenje. Copy/Paste of files between different filebrowsers should be possible to implement, but it has not been yet (I would love to see someone take...
Hi @NicolaiRiis. I'm not sure whether `jupyter-drive` should work with Notebook 5.0 (@Carreau would have a better idea), but efforts on Google Drive integration have shifted to a plugin for...
Hi @cloutiertyler , work on this project is continuing at https://github.com/jupyterlab/jupyterlab-google-drive. It is still a work in progress, but there are some instructions there for setting up your own client...
I believe this is a result of drift between the individual plots names and the defaults in `dask-labextension`. When there is a mismatch, we currently bail. This is fixable by...