Ian Rose
Ian Rose
Oh, whoops, my mistake, I misunderstood the linked issue :/ I'll reopen this for further discussion, then.
Hi @dmitriy-serdyuk, you are right that the opened image does not automatically re-read its contents from disk. However, when I close it and reopen it, the image is correctly updated....
According to [this](https://github.com/Microsoft/TypeScript/issues/6751) issue, ES6 module imports are immutable, and so you can't change the access token (even though it is declared using `let` in the typings). The fix they...
There are some limited options that can be passed in if you are creating GeoJSON from a kernel display message, examples of which are in [this](https://github.com/jupyterlab/jupyter-renderers/blob/master/notebooks/geojson-extension.ipynb) notebook. For more advanced...
Yes, I have worked on a client-side approach to this in JupyterLab, which dispatches requests to different storage backends, each of which implements the Contents API. This is currently used...
Thanks for the update!
The core themes in jupyterlab master are no longer pre-webpacked after a recent refactor (jupyterlab/jupyterlab#5505). I think the problem of how to minify themes will go away by itself with...
That being said, it may be that people will still want to webpack their themes themselves. I confess I don't really know what best-practices should be here.
@dchudz, yes, I am still interested in this (though have limited time right now). I had a branch with a proof-of-concept for this lying around somewhere, though cannot find it...
@dharhas I haven't tried it recently myself, but the configuration that @consideRatio posted above looks like the correct approach to me (though it could also be configured using a yml...