Dave Hirschfeld
Dave Hirschfeld
Related to https://github.com/voila-dashboards/voila/issues/606#issuecomment-866441290 Ideally voila gridstack would pick up the theme used by JupyterLab but allow it to be overridden by specifying the theme to use in a url param...
Maybe merge #22 (if it's ready to go now) then publish?
VSCode icons might be useful? https://github.com/microsoft/vscode-icons ...maybe not mime-type related though.
Also https://github.com/theia-ide/theia
Excited to see this progress, especially in light of the upcoming release of the Python Language Server: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/18/introducing-the-python-language-server/
I think it would also be useful to allow the user to specify whatever arguments they wanted in the `SHELL` env var and to only append a `-l` to the...
Sorry, I'm completely smashed at the moment. I'll try to get to it in the next couple of weeks so if someone else wants to pick it up before then...
This is mostly a re-hashing of my arguments in the original [hackmd document](https://hackmd.io/axI1tQdwQB2pTJKt5XdY5w#Dave-Hirschfeld-Optional-Dependencies) as a GitHub issue may provide a better forum for feedback and discussion.
...and having just written this I now see https://github.com/conda/ceps/pull/9
Example from [`dask`](https://github.com/dask/dask/blob/bd8e8dc3f1329e7f9ef24072479729d9effeb6ad/setup.py#L14-L41): ```python extras_require: dict[str, list[str]] = { "array": ["numpy >= 1.18"], "bag": [], # keeping for backwards compatibility "dataframe": ["numpy >= 1.18", "pandas >= 1.0"], "distributed": ["distributed ==...