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.
7.0, released today, seems to have a version conflict
on nest-asyncio with jupyter-server-proxy:
[W 2021-08-20 11:22:41.520 SingleUserNotebookApp notebookapp:2034] Error loading server extension jupyter_server_proxy
Traceback (most recent call last):
File "/opt/conda/lib/python3.9/site-packages/notebook/notebookapp.py", line 2030, in init_server_extensions
func(self)
File "/opt/conda/lib/python3.9/site-packages/jupyter_server_proxy/init.py", line 27, in _load_jupyter_server_extension
server_processes += get_entrypoint_server_processes()
File "/opt/conda/lib/python3.9/site-packages/jupyter_server_proxy/config.py", line 81, in get_entrypoint_server_processes
make_server_process(entry_point.name, entry_point.load()())
File "/opt/conda/lib/python3.9/site-packages/pkg_resources/init.py", line 2471, in load
self.require(*args, **kwargs)
File "/opt/conda/lib/python3.9/site-packages/pkg_resources/init.py", line 2494, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "/opt/conda/lib/python3.9/site-packages/pkg_resources/init.py", line 790, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (nest-asyncio 1.2.0 (/opt/conda/lib/python3.9/site-packages), Requirement.parse('nest-asyncio>=1.5'), {'jupyter-client'})
This pin should help contain the damage while we investigate