-
Notifications
You must be signed in to change notification settings - Fork 85
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
docs: Update Binder to launch into JupyterLab environment #2252
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This reverts commit cc46c29.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2252 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 69 69
Lines 4534 4534
Branches 802 802
=======================================
Hits 4457 4457
Misses 45 45
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I'm going to approve and merge this myself. As always, PRs approved by a single core dev can be reverted as needed by the rest of the dev team. |
* Install ipywidgets and ipympl to have interactive IPython widgets in modern JupyterLab. * Use from IPython.display import display to avoid using deprecated APIs. * Use %matplotlib widget to get interactive matplotlib in JupyterLab. * Use 'labpath' to open up file paths in JupyterLab.
Description
Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: