Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade to JupyterLab
3.0.x
as described in #1207 and other upgrades.base-notebook
Changed
: Bump ubuntuChanged
: Bumpjupyterlab
-> Fixes JupyterLab 3.0 #1207 and fixes Problem withRestart kernel and run all cells
for R and Julia kernels indatascience-notebook
? #1167scipy-notebook
Changed
: Bumpdask
Changed
: Bumpipympl
Changed
: Bumppandas
Changed
: Bumpscipy
Removed
: Jupyter Extension management throughnpm
andjupyter labextension
.It is not necessary anymore, and I have checked that both
ipywidgets
andmatplotlib
are working with JupyterLab and Jupyter. It speeds up the build time.Removed
: Skip extension test, see limitations below for detaildatascience-notebook
Changed
: Bumprpy2
tensorflow-notebook
Changed
: Bumptensorflow
Even with the limitations (Bokeh extension is the only regression) listed below, I think it is reasonable to merge it.
Limitations
Bokeh extension not available
Bokeh extension is not ready for JupyterLab
3.0.x
see bokeh/bokeh#10569.Check extension
jupyter labextension check
seems to not work anymore. We should create an issue in the upstream repo.Warning at start
There is a warning at the start that seems related to this configuration
c.ServerApp.open_browser = False
injupyter_server_config.py
, see jupyterlab/jupyterlab#9360# [W 2021-01-22 08:14:06.693 ServerApp] No web browser found: could not locate runnable browser.