- 
                Notifications
    
You must be signed in to change notification settings  - Fork 527
 
0.4.x: Lazy loading of widgets packages, for ipywidgets 7 and 8 support #1482
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
          
     Merged
      
      
    
  
     Merged
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            15 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      3cf9e12
              
                Support for widgets 7
              
              
                martinRenou 3a2fb6e
              
                Bring back try/catch but make it verbose
              
              
                martinRenou cbcbbad
              
                Lazy load CSS
              
              
                martinRenou 76de527
              
                Custom widgets working
              
              
                martinRenou 7238f4b
              
                Add comments
              
              
                martinRenou 1d91342
              
                Gitignore entry for yarn cache
              
              
                martinRenou 901e810
              
                Linter
              
              
                martinRenou e05418a
              
                Linter
              
              
                martinRenou 34b8deb
              
                CI: Update node
              
              
                martinRenou 60ed48b
              
                Remove ipyvolume from testing env
              
              
                martinRenou 7ed2736
              
                Pin jupyter-client in ui-tests
              
              
                martinRenou e91acea
              
                Remove interactive test
              
              
                martinRenou c13f269
              
                Drop unused async keyword
              
              
                martinRenou 37afacf
              
                UI tests for ipywidgets 7
              
              
                martinRenou 1a782a6
              
                Oups
              
              
                martinRenou 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 hidden or 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 hidden or 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 hidden or 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 | 
|---|---|---|
| 
          
            
          
           | 
    @@ -9,7 +9,9 @@ | |
| "browserslist": ">0.8%, not ie 11, not op_mini all, not dead", | ||
| "dependencies": { | ||
| "@jupyter-widgets/base": "^6.0.5", | ||
| "@jupyter-widgets/base7": "npm:@jupyter-widgets/[email protected]", | ||
| "@jupyter-widgets/controls": "^5.0.6", | ||
| "@jupyter-widgets/controls7": "npm:@jupyter-widgets/[email protected]", | ||
| "@jupyter-widgets/jupyterlab-manager": "^5.0.8", | ||
| "@jupyterlab/application": "^3 || ^4", | ||
| "@jupyterlab/apputils": "^3 || ^4", | ||
| 
        
          
        
         | 
    @@ -27,18 +29,20 @@ | |
| "@lumino/signaling": "^1.4.3 || ^2", | ||
| "@lumino/virtualdom": "^1.8.0 || ^2", | ||
| "@lumino/widgets": "^1.18.0 || ^2", | ||
| "jquery": "^3.7.0", | ||
| "mathjax-full": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.2.2", | ||
| "@babel/preset-env": "^7.3.1", | ||
| "@types/node": "^20.14.10", | ||
| "babel-loader": "^8.0.5", | ||
| "css-loader": "^5.0.0", | ||
| "file-loader": "^4.0.0", | ||
| "npm-run-all": "^4.1.5", | ||
| "p-limit": "^2.2.2", | ||
| "style-loader": "^2.0.0", | ||
| "typescript": "~4.1.3", | ||
| "typescript": "^5", | ||
| "url-loader": "^1.0.0", | ||
| "webpack": "^5", | ||
| "webpack-cli": "^3.2.3" | ||
| 
          
            
          
           | 
    ||
  
    
      This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 | 
|---|---|---|
| 
          
            
          
           | 
    @@ -17,6 +17,6 @@ | |
| "skipLibCheck": true, | ||
| "strictNullChecks": true, | ||
| "target": "es2017", | ||
| "types": [] | ||
| "types": ["node"] | ||
| } | ||
| } | ||
  
    
      This file contains hidden or 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 hidden or 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
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  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.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.