Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support legacy notebook launcher #48

Merged
merged 2 commits into from
Apr 20, 2021

Conversation

fcollonval
Copy link
Member

Extracted from #44

@fcollonval fcollonval requested a review from bollwyvl April 19, 2021 07:13
config = PRConfig(config=server_app.config)
setup_handlers(server_app.web_app, config)
setup_handlers(server_app, config)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think this is ready for that yet!


# for legacy launching with notebok (e.g. Binder)
_jupyter_server_extension_paths = _jupyter_server_extension_points
load_jupyter_server_extension = _load_jupyter_server_extension
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good start, there's also the json files that need to be deployed? or maybe we already do that...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON files were already well set. But this backport was missing

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@02e2cbd). Click here to learn what that means.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #48   +/-   ##
=========================================
  Coverage          ?   61.02%           
=========================================
  Files             ?       34           
  Lines             ?     1647           
  Branches          ?       94           
=========================================
  Hits              ?     1005           
  Misses            ?      637           
  Partials          ?        5           
Impacted Files Coverage Δ
jupyterlab_pullrequests/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02e2cbd...75badfc. Read the comment docs.

Copy link
Contributor

@bollwyvl bollwyvl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Member Author

@fcollonval fcollonval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing this one @bollwyvl


# for legacy launching with notebok (e.g. Binder)
_jupyter_server_extension_paths = _jupyter_server_extension_points
load_jupyter_server_extension = _load_jupyter_server_extension
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON files were already well set. But this backport was missing

@fcollonval fcollonval merged commit 412aec6 into jupyterlab:master Apr 20, 2021
@fcollonval fcollonval deleted the fix/legacy-nb branch April 20, 2021 05:04
@bollwyvl
Copy link
Contributor

bollwyvl commented Apr 20, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants