Skip to content

Commit

Permalink
FIX(deps,PitterPatterPython#9) model unregistered with ipywidgets-8+ >
Browse files Browse the repository at this point in the history
as reported in PitterPatterPython#9.
  • Loading branch information
ankostis committed Mar 21, 2023
1 parent 521b982 commit cdaaffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ At this point, it worked for me with:

- Python 3.9
- JupyterLab 3.2.1
- ipywidgets 7.6.5
- ipywidgets 7.6.5 <8

Note: I did not require Node JS to get this working, just the commands above made it work as I prebuilt the extension.

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
notebook>=4.0.0
pandas>=0.18.0
ipywidgets>=7.0.0
ipywidgets>=7,<8

0 comments on commit cdaaffd

Please sign in to comment.