mamba-org / gator

Conda environment and package management extension from within Jupyter
Other
260 stars 30 forks source link

Update to JupyterLab 3.0 #89

Closed jtpio closed 11 months ago

jtpio commented 4 years ago

Now that JupyterLab 3.0.0rc4 is available on both PyPI and conda forge, we can start updating both the labextension and the navigator to the 3.0 packages.

We should also look into packaging the labextension and the navigator as part of jupyter_conda.

jtpio commented 4 years ago

as part of jupyter_conda.

Or a different name depending on https://github.com/mamba-org/jupyter_conda/issues/88

fcollonval commented 4 years ago

Thanks for taking care of that. I'm working this weekend on a better integration of the code. I think it will be worthy to wait for that before migrating to JLab 3.

jtpio commented 4 years ago

Ah nice, thanks @fcollonval.

https://github.com/mamba-org/jupyter_conda/pull/90 should have most of the things in place for JupyterLab 3.0 (except the navigator for now). Let me know if you want to pick it up after.