jupyenv icon indicating copy to clipboard operation
jupyenv copied to clipboard

Checkout Jupyter 2.1.0

Open guaraqe opened this issue 4 years ago • 1 comments

The new release has an embedded extension manager, that may or may not improve our life. If the only thing it does is manage extensions on the JupyterLab folder from the frontend, the situation doesn't change. Otherwise, maybe we can make some things simpler.

Link: https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html#v2-1-0

guaraqe avatar May 14 '20 06:05 guaraqe

yes, Jupyter-lab 2.1.0 has embedded extension manager. you can install and rebuild an extension in Jupyterlab manager. But the Haskell syntax will not work in 2.1.0. https://github.com/gibiansky/IHaskell/issues/1159 also, you can do a test to ensure this problem. it's up to you.

  • overlay test: https://github.com/GTrunSec/Jupyter-data-science-environment/blob/d05f6d7e4c6bf62d0256d64481e2ed5f140b4928/overlay/python.nix#L8

GTrunSec avatar May 21 '20 05:05 GTrunSec

In main branch we are using latest jupyterlab and we will always follow latest release.

garbas avatar Aug 17 '22 20:08 garbas