-
Notifications
You must be signed in to change notification settings - Fork 164
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
A collection of minor updates for 2022 #179
Merged
+82
−72
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
0c1a992
Update for change in setting titles on tab/accordion
mwcraig db4976e
Fix a typo
mwcraig 9d9ce60
Move import cells to be more visible
mwcraig c945082
Update environment file for 2022, ipywidgets=7
mwcraig eaafa81
Update requirements and install check script
mwcraig ad6ecd5
Update README
mwcraig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
name: widgets-tutorial-2021 | ||
name: widgets-tutorial-2022 | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- bqplot=0.12.29 | ||
- ipycanvas=0.8.2 | ||
- ipycytoscape=1.2.2 | ||
- ipydatagrid=1.0.7 | ||
- bqplot=0.12.33 | ||
- branca=0.5.0 | ||
- ipycanvas=0.12.0 | ||
- ipycytoscape=1.3.3 | ||
- ipydatagrid=1.1.12 | ||
- ipyevents=2.0.1 | ||
- ipygany=0.5.0 | ||
- ipyleaflet=0.14.0 | ||
- ipympl=0.7.0 | ||
- ipyleaflet=0.16.0 | ||
- ipympl=0.9.1 | ||
- ipytree=0.2.1 | ||
- ipyvolume=0.6.0a8 | ||
- ipyvuetify=1.7.0 | ||
- ipywidgets=7.6 | ||
- jupyterlab=3 | ||
- ipyvuetify=1.8.2 | ||
- ipywidgets=7.7.0 | ||
- jupyterlab=3.4 | ||
- numpy | ||
- pandas | ||
- pip | ||
- python=3.8 | ||
- python=3.9 | ||
- pythreejs=2.3.0 | ||
- pyvista=0.31.3 | ||
- pyvista=0.34.0 | ||
- requests | ||
- scikit-image | ||
- scipy | ||
- sidecar=0.5.1 | ||
- voila=0.2.10 | ||
- voila-vuetify=0.5.2 | ||
- voila-material=0.4.0 | ||
- vtk=8.2.0 | ||
- voila=0.3.5 | ||
- vtk=9.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
notebooks/02.Interact/02.01-OPTIONAL-More-About-Interact.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will need to make a new release of ipympl if we switch to ipywidgets 8. The current release has a gate on
ipywidgets<8
.I started work on that here: matplotlib/ipympl#461 but stalled out bc I couldn't get the tests all passing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of these will need new releases for ipywidgets 8 -- the pins should make sure that no one gets an 8-only package.
One reason for setting the goal of presenting in 8 is to help work through the remaining issue.