jupyterlab / jupyterlab-demo

Demonstrations of JupyterLab
https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab
Other
186 stars 240 forks source link

Install JupyterLab renderers with conda #103

Closed jtpio closed 1 year ago

jtpio commented 3 years ago

Once https://github.com/conda-forge/staged-recipes/pull/14245 is merged and the packages available on conda, we should be able to remove this task:

https://github.com/jupyterlab/jupyterlab-demo/blob/5a5eb6bb04250b199a1cbb529e744075216a17a5/tasks.py#L44-L57

And add the dependencies to:

https://github.com/jupyterlab/jupyterlab-demo/blob/5a5eb6bb04250b199a1cbb529e744075216a17a5/binder/environment.yml#L3

Which should make the Binder build faster.