icon
	
		
			
	
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
					Details
				
			
		
	
				
					
				
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									38bac7ccf0
								
							
						
					
					
						commit
						3a671e3ff9
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "jupyterlab-data-pool",
 | 
					  "name": "jupyterlab-data-pool",
 | 
				
			||||||
  "version": "0.1.1",
 | 
					  "version": "0.1.2",
 | 
				
			||||||
  "description": "Data Sharing",
 | 
					  "description": "Data Sharing",
 | 
				
			||||||
  "keywords": [
 | 
					  "keywords": [
 | 
				
			||||||
    "jupyter",
 | 
					    "jupyter",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -6,7 +6,7 @@ import {
 | 
				
			||||||
  ICommandPalette,
 | 
					  ICommandPalette,
 | 
				
			||||||
  MainAreaWidget
 | 
					  MainAreaWidget
 | 
				
			||||||
} from '@jupyterlab/apputils';
 | 
					} from '@jupyterlab/apputils';
 | 
				
			||||||
import { Icon } from './images'; 
 | 
					import { dataIcon } from './images'; 
 | 
				
			||||||
import { ISettingRegistry } from '@jupyterlab/settingregistry';
 | 
					import { ISettingRegistry } from '@jupyterlab/settingregistry';
 | 
				
			||||||
import { LabIcon  } from '@jupyterlab/ui-components';
 | 
					import { LabIcon  } from '@jupyterlab/ui-components';
 | 
				
			||||||
//import { requestAPI } from './handler';
 | 
					//import { requestAPI } from './handler';
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
 | 
				
			||||||
    //       `The jupyterlab-data-pool server extension appears to be missing.\n${reason}`
 | 
					    //       `The jupyterlab-data-pool server extension appears to be missing.\n${reason}`
 | 
				
			||||||
    //     );
 | 
					    //     );
 | 
				
			||||||
    //   });
 | 
					    //   });
 | 
				
			||||||
      const webDavIcon = new LabIcon({ name: 'ui-components:data-pool-icon', svgstr: Icon});
 | 
					      const webDavIcon = new LabIcon({ name: 'ui-components:data-pool-icon', svgstr: dataIcon});
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
      const label = "Data Pool"
 | 
					      const label = "Data Pool"
 | 
				
			||||||
      const content = new DataPoolWidget(label);
 | 
					      const content = new DataPoolWidget(label);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue