mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-18 16:02:30 +00:00
added final project notebook and virtual environment files
This commit is contained in:
parent
a2daa16a47
commit
8dd392b20d
586 changed files with 112839 additions and 0 deletions
|
|
@ -0,0 +1,109 @@
|
|||
{
|
||||
"name": "@jupyter-notebook/lab-extension",
|
||||
"version": "7.5.0",
|
||||
"description": "Jupyter Notebook - Lab Extension",
|
||||
"homepage": "https://github.com/jupyter/notebook",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jupyter/notebook/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jupyter/notebook.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
"sideEffects": [
|
||||
"style/**/*.css",
|
||||
"style/index.js"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"style": "style/index.css",
|
||||
"directories": {
|
||||
"lib": "lib/"
|
||||
},
|
||||
"files": [
|
||||
"lib/*.d.ts",
|
||||
"lib/*.js.map",
|
||||
"lib/*.js",
|
||||
"schema/*.json",
|
||||
"style/index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "jlpm run build:labextension:dev",
|
||||
"build:labextension": "jupyter labextension build .",
|
||||
"build:labextension:dev": "jupyter labextension build --development True .",
|
||||
"build:lib": "tsc -b",
|
||||
"build:prod": "jlpm run build:labextension",
|
||||
"clean": "jlpm run clean:lib && jlpm run clean:labextension",
|
||||
"clean:labextension": "rimraf ../../notebook/labextension",
|
||||
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
|
||||
"watch": "run-p watch:src watch:labextension",
|
||||
"watch:labextension": "jupyter labextension watch .",
|
||||
"watch:src": "tsc -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.5.0",
|
||||
"@jupyterlab/application": "~4.5.0",
|
||||
"@jupyterlab/apputils": "~4.6.0",
|
||||
"@jupyterlab/coreutils": "~6.5.0",
|
||||
"@jupyterlab/docregistry": "~4.5.0",
|
||||
"@jupyterlab/notebook": "~4.5.0",
|
||||
"@jupyterlab/translation": "~4.5.0",
|
||||
"@jupyterlab/ui-components": "~4.5.0",
|
||||
"@lumino/commands": "^2.3.3",
|
||||
"@lumino/disposable": "^2.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "~4.5.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "~5.5.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"jupyterlab": {
|
||||
"extension": true,
|
||||
"outputDir": "../../notebook/labextension",
|
||||
"schemaDir": "schema",
|
||||
"_build": {
|
||||
"load": "static/remoteEntry.7a71a85038a02ea552e8.js",
|
||||
"extension": "./extension",
|
||||
"style": "./style"
|
||||
}
|
||||
},
|
||||
"nx": {
|
||||
"targets": {
|
||||
"build:labextension:dev": {
|
||||
"dependsOn": [
|
||||
"^build:lib",
|
||||
"build:lib"
|
||||
],
|
||||
"outputs": [
|
||||
"{workspaceRoot}/notebook/labextension",
|
||||
"{workspaceRoot}/notebook/labextension/build_log.json"
|
||||
]
|
||||
},
|
||||
"build:labextension": {
|
||||
"dependsOn": [
|
||||
"^build:lib",
|
||||
"build:lib"
|
||||
],
|
||||
"outputs": [
|
||||
"{workspaceRoot}/notebook/labextension"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
"build:labextension:dev"
|
||||
]
|
||||
},
|
||||
"build:prod": {
|
||||
"dependsOn": [
|
||||
"build:labextension"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"styleModule": "style/index.js"
|
||||
}
|
||||
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"title": "Interface Switcher",
|
||||
"description": "Interface Switcher settings.",
|
||||
"jupyter.lab.toolbars": {
|
||||
"Notebook": [{ "name": "interfaceSwitcher", "rank": 990 }]
|
||||
},
|
||||
"jupyter.lab.menus": {
|
||||
"main": [
|
||||
{
|
||||
"id": "jp-mainmenu-view",
|
||||
"items": [
|
||||
{
|
||||
"command": "jupyter-notebook:open-notebook",
|
||||
"rank": 10,
|
||||
"args": {
|
||||
"isMenu": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "jupyter-notebook:open-lab",
|
||||
"rank": 10,
|
||||
"args": {
|
||||
"isMenu": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "jupyter-notebook:open-nbclassic",
|
||||
"rank": 10,
|
||||
"args": {
|
||||
"isMenu": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"title": "Launch Shortcuts",
|
||||
"description": "Launch Shortcuts.",
|
||||
"jupyter.lab.menus": {
|
||||
"main": [
|
||||
{
|
||||
"id": "jp-mainmenu-help",
|
||||
"items": [
|
||||
{
|
||||
"command": "jupyter-notebook:launch-tree",
|
||||
"rank": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
|
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"name": "@jupyter-notebook/lab-extension",
|
||||
"version": "7.5.0",
|
||||
"description": "Jupyter Notebook - Lab Extension",
|
||||
"homepage": "https://github.com/jupyter/notebook",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jupyter/notebook/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jupyter/notebook.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
"sideEffects": [
|
||||
"style/**/*.css",
|
||||
"style/index.js"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"style": "style/index.css",
|
||||
"directories": {
|
||||
"lib": "lib/"
|
||||
},
|
||||
"files": [
|
||||
"lib/*.d.ts",
|
||||
"lib/*.js.map",
|
||||
"lib/*.js",
|
||||
"schema/*.json",
|
||||
"style/index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "jlpm run build:labextension:dev",
|
||||
"build:labextension": "jupyter labextension build .",
|
||||
"build:labextension:dev": "jupyter labextension build --development True .",
|
||||
"build:lib": "tsc -b",
|
||||
"build:prod": "jlpm run build:labextension",
|
||||
"clean": "jlpm run clean:lib && jlpm run clean:labextension",
|
||||
"clean:labextension": "rimraf ../../notebook/labextension",
|
||||
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
|
||||
"watch": "run-p watch:src watch:labextension",
|
||||
"watch:labextension": "jupyter labextension watch .",
|
||||
"watch:src": "tsc -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.5.0",
|
||||
"@jupyterlab/application": "~4.5.0",
|
||||
"@jupyterlab/apputils": "~4.6.0",
|
||||
"@jupyterlab/coreutils": "~6.5.0",
|
||||
"@jupyterlab/docregistry": "~4.5.0",
|
||||
"@jupyterlab/notebook": "~4.5.0",
|
||||
"@jupyterlab/translation": "~4.5.0",
|
||||
"@jupyterlab/ui-components": "~4.5.0",
|
||||
"@lumino/commands": "^2.3.3",
|
||||
"@lumino/disposable": "^2.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "~4.5.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "~5.5.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"jupyterlab": {
|
||||
"extension": true,
|
||||
"outputDir": "../../notebook/labextension",
|
||||
"schemaDir": "schema"
|
||||
},
|
||||
"nx": {
|
||||
"targets": {
|
||||
"build:labextension:dev": {
|
||||
"dependsOn": [
|
||||
"^build:lib",
|
||||
"build:lib"
|
||||
],
|
||||
"outputs": [
|
||||
"{workspaceRoot}/notebook/labextension",
|
||||
"{workspaceRoot}/notebook/labextension/build_log.json"
|
||||
]
|
||||
},
|
||||
"build:labextension": {
|
||||
"dependsOn": [
|
||||
"^build:lib",
|
||||
"build:lib"
|
||||
],
|
||||
"outputs": [
|
||||
"{workspaceRoot}/notebook/labextension"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
"build:labextension:dev"
|
||||
]
|
||||
},
|
||||
"build:prod": {
|
||||
"dependsOn": [
|
||||
"build:labextension"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"styleModule": "style/index.js"
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
"use strict";(self.webpackChunk_jupyter_notebook_lab_extension=self.webpackChunk_jupyter_notebook_lab_extension||[]).push([[568],{568:(e,o,t)=>{t.r(o),t.d(o,{default:()=>m});var n,a=t(943),r=t(914),c=t(164),l=t(363),i=t(80),s=t(966),b=t(900),d=t(516);!function(e){e.launchNotebookTree="jupyter-notebook:launch-tree",e.openNotebook="jupyter-notebook:open-notebook",e.openLab="jupyter-notebook:open-lab",e.openNbClassic="jupyter-notebook:open-nbclassic"}(n||(n={}));const u={id:"@jupyter-notebook/lab-extension:interface-switcher",description:"A plugin to add custom toolbar items to the notebook page.",autoStart:!0,requires:[i.ITranslator],optional:[l.INotebookTracker,r.ICommandPalette,b.INotebookPathOpener,b.INotebookShell,a.ILabShell,r.IToolbarWidgetRegistry],activate:(e,o,t,a,r,l,i,u)=>{if(!t)return;const{commands:m,shell:p}=e,k=c.PageConfig.getBaseUrl(),h=o.load("notebook"),_="true"===c.PageConfig.getOption("nbclassic_enabled"),g=new s.Menu({commands:m}),f=[],N=null!=r?r:b.defaultNotebookPathOpener;l||f.push({command:n.openNotebook,commandLabel:h.__("Notebook"),commandDescription:h.__("Open in %1","Jupyter Notebook"),buttonLabel:"openNotebook",urlPrefix:`${k}tree`}),i||f.push({command:n.openLab,commandLabel:h.__("JupyterLab"),commandDescription:h.__("Open in %1","JupyterLab"),buttonLabel:"openLab",urlPrefix:`${k}doc/tree`}),_&&f.push({command:n.openNbClassic,commandLabel:h.__("NbClassic"),commandDescription:h.__("Open in %1","NbClassic"),buttonLabel:"openNbClassic",urlPrefix:`${k}nbclassic/notebooks`});const y=()=>null!==t.currentWidget&&t.currentWidget===p.currentWidget;let C;if(f.forEach((e=>{const{command:o}=e;(e=>{const{command:o,commandLabel:n,commandDescription:r,urlPrefix:c}=e;m.addCommand(o,{label:e=>(e.noLabel,e.isMenu||e.isPalette?r:n),caption:n,execute:()=>{const e=t.currentWidget;e&&N.open({prefix:c,path:e.context.path})},isEnabled:y}),a&&a.addItem({command:o,category:"Other",args:{isPalette:!0}})})(e),g.addItem({command:o})})),1===f.length)C=e=>{const o=new d.CommandToolbarButton({commands:m,id:f[0].command,label:f[0].commandLabel,icon:d.launchIcon});return o.addClass("jp-nb-interface-switcher-button"),o};else{const e={overflowMenuOptions:{isVisible:!1}},o=new s.MenuBar(e);g.title.label=h.__("Open in..."),g.title.icon=d.caretDownIcon,o.addMenu(g),C=o=>{const t=new s.MenuBar(e);return t.addMenu(g),t.addClass("jp-InterfaceSwitcher"),t}}u&&u.addFactory("Notebook","interfaceSwitcher",C)}},m=[{id:"@jupyter-notebook/lab-extension:launch-tree",description:"A plugin to add a command to open the Jupyter Notebook Tree.",autoStart:!0,requires:[i.ITranslator],optional:[r.ICommandPalette],activate:(e,o,t)=>{const{commands:a}=e,r=o.load("notebook"),l=r.__("Help");a.addCommand(n.launchNotebookTree,{label:r.__("Launch Jupyter Notebook File Browser"),execute:()=>{const e=c.URLExt.join(c.PageConfig.getBaseUrl(),"tree");window.open(e)}}),t&&t.addItem({command:n.launchNotebookTree,category:l})}},u]}}]);
|
||||
|
|
@ -0,0 +1 @@
|
|||
"use strict";(self.webpackChunk_jupyter_notebook_lab_extension=self.webpackChunk_jupyter_notebook_lab_extension||[]).push([[928],{950:(t,e,r)=>{r.d(e,{as:()=>p});var n=r(914),i=r(934),a=r(231),o=r(80),s=r(516),c=r(930),d=r(4);const u=new c.Token("@jupyterlab/application:ILayoutRestorer","A service providing application layout restoration functionality. Use this to have your activities restored across page loads.");var y;!function(t){function e(r){return r&&r.type?"tab-area"===r.type?{type:"tab-area",currentIndex:r.currentIndex,widgets:r.widgets.map((e=>t.nameProperty.get(e))).filter((t=>!!t))}:{type:"split-area",orientation:r.orientation,sizes:r.sizes,children:r.children.map(e).filter((t=>!!t))}:null}function r(t,e){if(!t)return null;const n=t.type||"unknown";if("unknown"===n||"tab-area"!==n&&"split-area"!==n)return console.warn(`Attempted to deserialize unknown type: ${n}`),null;if("tab-area"===n){const{currentIndex:r,widgets:n}=t,i={type:"tab-area",currentIndex:r||0,widgets:n&&n.map((t=>e.get(t))).filter((t=>!!t))||[]};return i.currentIndex>i.widgets.length-1&&(i.currentIndex=0),i}const{orientation:i,sizes:a,children:o}=t;return{type:"split-area",orientation:i,sizes:a||[],children:o&&o.map((t=>r(t,e))).filter((t=>!!t))||[]}}t.nameProperty=new d.AttachedProperty({name:"name",create:t=>""}),t.serializeMain=function(r){const n={dock:r&&r.dock&&e(r.dock.main)||null};if(r&&r.currentWidget){const e=t.nameProperty.get(r.currentWidget);e&&(n.current=e)}return n},t.deserializeMain=function(t,e){if(!t)return null;const n=t.current||null,i=t.dock||null;return{currentWidget:n&&e.has(n)&&e.get(n)||null,dock:i?{main:r(i,e)}:null}}}(y||(y={}));const l=new c.Token("@jupyterlab/application:IMimeDocumentTracker","A widget tracker for documents rendered using a mime renderer extension. Use this if you want to list and interact with documents rendered by such extensions.");function p(t){const e=[],r=new n.WidgetTracker({namespace:"application-mimedocuments"});return t.forEach((t=>{let n=t.default;t.hasOwnProperty("__esModule")||(n=t),Array.isArray(n)||(n=[n]),n.forEach((t=>{e.push(function(t,e){return{id:e.id,description:e.description,requires:[a.IRenderMimeRegistry,o.ITranslator],autoStart:!0,activate:(r,n,a)=>{if(void 0!==e.rank?n.addFactory(e.rendererFactory,e.rank):n.addFactory(e.rendererFactory),!e.documentWidgetFactoryOptions)return;const o=r.docRegistry;let c=[];c=Array.isArray(e.documentWidgetFactoryOptions)?e.documentWidgetFactoryOptions:[e.documentWidgetFactoryOptions],e.fileTypes&&e.fileTypes.forEach((t=>{t.icon&&(t={...t,icon:s.LabIcon.resolve({icon:t.icon})}),r.docRegistry.addFileType(t)})),c.forEach((r=>{const s=r.toolbarFactory?t=>r.toolbarFactory(t.content.renderer):void 0,c=new i.MimeDocumentFactory({renderTimeout:e.renderTimeout,dataType:e.dataType,rendermime:n,modelName:r.modelName,name:r.name,primaryFileType:o.getFileType(r.primaryFileType),fileTypes:r.fileTypes,defaultFor:r.defaultFor,defaultRendered:r.defaultRendered,toolbarFactory:s,translator:a,factory:e.rendererFactory});o.addWidgetFactory(c),c.widgetCreated.connect(((e,r)=>{m.factoryNameProperty.set(r,c.name),r.context.pathChanged.connect((()=>{t.save(r)})),t.add(r)}))}))}}}(r,t))}))})),e.push({id:"@jupyterlab/application-extension:mimedocument",description:"Provides a mime document widget tracker.",optional:[u],provides:l,autoStart:!0,activate:(t,e)=>(e&&e.restore(r,{command:"docmanager:open",args:t=>({path:t.context.path,factory:m.factoryNameProperty.get(t)}),name:t=>`${t.context.path}:${m.factoryNameProperty.get(t)}`}),r)}),e}var m;!function(t){t.factoryNameProperty=new d.AttachedProperty({name:"factoryName",create:()=>{}})}(m||(m={}))},448:(t,e,r)=>{r.d(e,{J:()=>a});var n=r(717),i=r(901);class a{constructor(t){this._busyCount=0,this._dirtyCount=0,this._busySignal=new i.Signal(t),this._dirtySignal=new i.Signal(t)}get busySignal(){return this._busySignal}get dirtySignal(){return this._dirtySignal}get isBusy(){return this._busyCount>0}get isDirty(){return this._dirtyCount>0}setDirty(){const t=this.isDirty;return this._dirtyCount++,this.isDirty!==t&&this._dirtySignal.emit(this.isDirty),new n.DisposableDelegate((()=>{const t=this.isDirty;this._dirtyCount=Math.max(0,this._dirtyCount-1),this.isDirty!==t&&this._dirtySignal.emit(this.isDirty)}))}setBusy(){const t=this.isBusy;return this._busyCount++,this.isBusy!==t&&this._busySignal.emit(this.isBusy),new n.DisposableDelegate((()=>{const t=this.isBusy;this._busyCount--,this.isBusy!==t&&this._busySignal.emit(this.isBusy)}))}}}}]);
|
||||
|
|
@ -0,0 +1 @@
|
|||
"use strict";(self.webpackChunk_jupyter_notebook_lab_extension=self.webpackChunk_jupyter_notebook_lab_extension||[]).push([[93],{122:(e,n,t)=>{t.d(n,{Z:()=>c});var r=t(961),o=t.n(r),a=t(242),i=t.n(a)()(o());i.push([e.id,"/*-----------------------------------------------------------------------------\n| Copyright (c) Jupyter Development Team.\n| Distributed under the terms of the Modified BSD License.\n|----------------------------------------------------------------------------*/\n\n.jp-InterfaceSwitcher {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.jp-InterfaceSwitcher .lm-MenuBar-itemIcon svg {\n vertical-align: sub;\n}\n\n.jp-nb-interface-switcher-button > .jp-ToolbarButtonComponent::part(content) {\n flex-direction: row-reverse;\n}\n\n.jp-nb-interface-switcher-button > .jp-ToolbarButtonComponent > svg {\n padding-left: 3px;\n}\n",""]);const c=i},242:e=>{e.exports=function(e){var n=[];return n.toString=function(){return this.map((function(n){var t="",r=void 0!==n[5];return n[4]&&(t+="@supports (".concat(n[4],") {")),n[2]&&(t+="@media ".concat(n[2]," {")),r&&(t+="@layer".concat(n[5].length>0?" ".concat(n[5]):""," {")),t+=e(n),r&&(t+="}"),n[2]&&(t+="}"),n[4]&&(t+="}"),t})).join("")},n.i=function(e,t,r,o,a){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(r)for(var c=0;c<this.length;c++){var s=this[c][0];null!=s&&(i[s]=!0)}for(var u=0;u<e.length;u++){var p=[].concat(e[u]);r&&i[p[0]]||(void 0!==a&&(void 0===p[5]||(p[1]="@layer".concat(p[5].length>0?" ".concat(p[5]):""," {").concat(p[1],"}")),p[5]=a),t&&(p[2]?(p[1]="@media ".concat(p[2]," {").concat(p[1],"}"),p[2]=t):p[2]=t),o&&(p[4]?(p[1]="@supports (".concat(p[4],") {").concat(p[1],"}"),p[4]=o):p[4]="".concat(o)),n.push(p))}},n}},961:e=>{e.exports=function(e){return e[1]}},398:e=>{var n=[];function t(e){for(var t=-1,r=0;r<n.length;r++)if(n[r].identifier===e){t=r;break}return t}function r(e,r){for(var a={},i=[],c=0;c<e.length;c++){var s=e[c],u=r.base?s[0]+r.base:s[0],p=a[u]||0,l="".concat(u," ").concat(p);a[u]=p+1;var f=t(l),d={css:s[1],media:s[2],sourceMap:s[3],supports:s[4],layer:s[5]};if(-1!==f)n[f].references++,n[f].updater(d);else{var v=o(d,r);r.byIndex=c,n.splice(c,0,{identifier:l,updater:v,references:1})}i.push(l)}return i}function o(e,n){var t=n.domAPI(n);return t.update(e),function(n){if(n){if(n.css===e.css&&n.media===e.media&&n.sourceMap===e.sourceMap&&n.supports===e.supports&&n.layer===e.layer)return;t.update(e=n)}else t.remove()}}e.exports=function(e,o){var a=r(e=e||[],o=o||{});return function(e){e=e||[];for(var i=0;i<a.length;i++){var c=t(a[i]);n[c].references--}for(var s=r(e,o),u=0;u<a.length;u++){var p=t(a[u]);0===n[p].references&&(n[p].updater(),n.splice(p,1))}a=s}}},955:e=>{var n={};e.exports=function(e,t){var r=function(e){if(void 0===n[e]){var t=document.querySelector(e);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(e){t=null}n[e]=t}return n[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(t)}},133:e=>{e.exports=function(e){var n=document.createElement("style");return e.setAttributes(n,e.attributes),e.insert(n,e.options),n}},826:(e,n,t)=>{e.exports=function(e){var n=t.nc;n&&e.setAttribute("nonce",n)}},608:e=>{e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var n=e.insertStyleElement(e);return{update:function(t){!function(e,n,t){var r="";t.supports&&(r+="@supports (".concat(t.supports,") {")),t.media&&(r+="@media ".concat(t.media," {"));var o=void 0!==t.layer;o&&(r+="@layer".concat(t.layer.length>0?" ".concat(t.layer):""," {")),r+=t.css,o&&(r+="}"),t.media&&(r+="}"),t.supports&&(r+="}");var a=t.sourceMap;a&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),n.styleTagTransform(r,e,n.options)}(n,e,t)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)}}}},51:e=>{e.exports=function(e,n){if(n.styleSheet)n.styleSheet.cssText=e;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(e))}}},93:(e,n,t)=>{t.r(n);var r=t(398),o=t.n(r),a=t(608),i=t.n(a),c=t(955),s=t.n(c),u=t(826),p=t.n(u),l=t(133),f=t.n(l),d=t(51),v=t.n(d),m=t(122),h={};h.styleTagTransform=v(),h.setAttributes=p(),h.insert=s().bind(null,"head"),h.domAPI=i(),h.insertStyleElement=f(),o()(m.Z,h),m.Z&&m.Z.locals&&m.Z.locals}}]);
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,4 @@
|
|||
/* This is a generated file of CSS imports */
|
||||
/* It was generated by @jupyterlab/builder in Build.ensureAssets() */
|
||||
|
||||
import '@jupyter-notebook/lab-extension/style/index.js';
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "@jupyter-notebook/application",
|
||||
"versionInfo": "7.5.0",
|
||||
"licenseId": "BSD-3-Clause",
|
||||
"extractedText": ""
|
||||
},
|
||||
{
|
||||
"name": "@jupyterlab/application",
|
||||
"versionInfo": "4.5.0",
|
||||
"licenseId": "BSD-3-Clause",
|
||||
"extractedText": ""
|
||||
},
|
||||
{
|
||||
"name": "css-loader",
|
||||
"versionInfo": "6.8.1",
|
||||
"licenseId": "MIT",
|
||||
"extractedText": "Copyright JS Foundation and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
|
||||
},
|
||||
{
|
||||
"name": "style-loader",
|
||||
"versionInfo": "3.3.3",
|
||||
"licenseId": "MIT",
|
||||
"extractedText": "Copyright JS Foundation and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,726 @@
|
|||
[
|
||||
{
|
||||
"bail": true,
|
||||
"module": {
|
||||
"rules": [
|
||||
{
|
||||
"test": "/\\.raw\\.css$/",
|
||||
"type": "asset/source"
|
||||
},
|
||||
{
|
||||
"test": "/(?<!\\.raw)\\.css$/",
|
||||
"use": [
|
||||
"/Users/jason/projects/release/ipywidgets/node_modules/@jupyterlab/builder/node_modules/style-loader/dist/cjs.js",
|
||||
"/Users/jason/projects/release/ipywidgets/node_modules/@jupyterlab/builder/node_modules/css-loader/dist/cjs.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"test": "/\\.txt$/",
|
||||
"type": "asset/source"
|
||||
},
|
||||
{
|
||||
"test": "/\\.md$/",
|
||||
"type": "asset/source"
|
||||
},
|
||||
{
|
||||
"test": "/\\.(jpg|png|gif)$/",
|
||||
"type": "asset/resource"
|
||||
},
|
||||
{
|
||||
"test": "/\\.js.map$/",
|
||||
"type": "asset/resource"
|
||||
},
|
||||
{
|
||||
"test": "/\\.woff2(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
||||
"type": "asset/resource"
|
||||
},
|
||||
{
|
||||
"test": "/\\.woff(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
||||
"type": "asset/resource"
|
||||
},
|
||||
{
|
||||
"test": "/\\.ttf(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
||||
"type": "asset/resource"
|
||||
},
|
||||
{
|
||||
"test": "/\\.eot(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
||||
"type": "asset/resource"
|
||||
},
|
||||
{
|
||||
"test": "/\\.svg(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
||||
"issuer": "/\\.css$/",
|
||||
"type": "asset",
|
||||
"generator": {}
|
||||
},
|
||||
{
|
||||
"test": "/\\.svg(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
||||
"issuer": "/\\.js$/",
|
||||
"type": "asset/source"
|
||||
},
|
||||
{
|
||||
"test": "/\\.m?js$/",
|
||||
"type": "javascript/auto"
|
||||
},
|
||||
{
|
||||
"test": "/\\.m?js/",
|
||||
"resolve": {
|
||||
"fullySpecified": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": "/\\.c?js/",
|
||||
"resolve": {
|
||||
"fullySpecified": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": "/\\.html$/",
|
||||
"type": "asset/resource"
|
||||
},
|
||||
{
|
||||
"test": "/\\.js$/",
|
||||
"enforce": "pre",
|
||||
"use": [
|
||||
"/Users/jason/projects/release/ipywidgets/node_modules/@jupyterlab/builder/node_modules/source-map-loader/dist/cjs.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"resolve": {
|
||||
"fallback": {
|
||||
"url": false,
|
||||
"buffer": false,
|
||||
"crypto": false,
|
||||
"path": "/Users/jason/projects/release/ipywidgets/node_modules/path-browserify/index.js",
|
||||
"process": "/Users/jason/projects/release/ipywidgets/node_modules/process/browser.js"
|
||||
}
|
||||
},
|
||||
"watchOptions": {
|
||||
"poll": 500,
|
||||
"aggregateTimeout": 1000
|
||||
},
|
||||
"output": {
|
||||
"hashFunction": "sha256",
|
||||
"filename": "[name].[contenthash].js",
|
||||
"path": "/Users/jason/projects/release/ipywidgets/python/jupyterlab_widgets/labextension/static",
|
||||
"publicPath": "auto"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"definitions": {
|
||||
"process": "process/browser"
|
||||
}
|
||||
},
|
||||
{
|
||||
"_options": {
|
||||
"name": "@jupyter-widgets/jupyterlab-manager",
|
||||
"library": {
|
||||
"type": "var",
|
||||
"name": [
|
||||
"_JUPYTERLAB",
|
||||
"@jupyter-widgets/jupyterlab-manager"
|
||||
]
|
||||
},
|
||||
"filename": "remoteEntry.[contenthash].js",
|
||||
"exposes": {
|
||||
"./index": "/Users/jason/projects/release/ipywidgets/python/jupyterlab_widgets/lib/index.js",
|
||||
"./extension": "/Users/jason/projects/release/ipywidgets/python/jupyterlab_widgets/lib/index.js"
|
||||
},
|
||||
"shared": {
|
||||
"@jupyterlab/application": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/application-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/apputils-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/cell-toolbar-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/celltags-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/codemirror-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/completer-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/console-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/coreutils": {
|
||||
"requiredVersion": "^6.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/csvviewer-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/debugger-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/docmanager-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/documentsearch-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/extensionmanager-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/filebrowser-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/fileeditor-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/help-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/htmlviewer-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/hub-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/imageviewer-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/inspector-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/javascript-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/json-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/launcher-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/logconsole-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/lsp-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/mainmenu-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/markdownviewer-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/markedparser-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/mathjax-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/mermaid-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/metadataform-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/notebook-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/pdf-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/pluginmanager-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/rendermime-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/running-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/services-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/settingeditor-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/shortcuts-extension": {
|
||||
"requiredVersion": "^5.2.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/statusbar-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/terminal-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/theme-dark-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/theme-dark-high-contrast-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/theme-light-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/toc-extension": {
|
||||
"requiredVersion": "^6.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/tooltip-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/translation-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/ui-components-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/vega5-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/workspaces-extension": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@codemirror/language": {
|
||||
"requiredVersion": "^6.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@codemirror/state": {
|
||||
"requiredVersion": "^6.2.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@codemirror/view": {
|
||||
"requiredVersion": "^6.9.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyter/react-components": {
|
||||
"requiredVersion": "^0.16.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyter/web-components": {
|
||||
"requiredVersion": "^0.16.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyter/ydoc": {
|
||||
"requiredVersion": "^3.0.0-a3",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/apputils": {
|
||||
"requiredVersion": "^4.5.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/attachments": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/cell-toolbar": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/cells": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/codeeditor": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/codemirror": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/completer": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/console": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/csvviewer": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/debugger": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/docmanager": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/docregistry": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/documentsearch": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/extensionmanager": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/filebrowser": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/fileeditor": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/htmlviewer": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/imageviewer": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/inspector": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/launcher": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/logconsole": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/lsp": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/mainmenu": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/markdownviewer": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/mermaid": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/metadataform": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/metapackage": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/nbconvert-css": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/nbformat": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/notebook": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/observables": {
|
||||
"requiredVersion": "^5.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/outputarea": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/pluginmanager": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/property-inspector": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/rendermime": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/rendermime-interfaces": {
|
||||
"requiredVersion": "^3.12.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/running": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false
|
||||
},
|
||||
"@jupyterlab/services": {
|
||||
"requiredVersion": "^7.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/settingeditor": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/settingregistry": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/statedb": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/statusbar": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/terminal": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/toc": {
|
||||
"requiredVersion": "^6.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/tooltip": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/translation": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/ui-components": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyterlab/workspaces": {
|
||||
"requiredVersion": "^4.4.6",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lezer/common": {
|
||||
"requiredVersion": "^1.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lezer/highlight": {
|
||||
"requiredVersion": "^1.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/algorithm": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/application": {
|
||||
"requiredVersion": "^2.3.0-alpha.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/commands": {
|
||||
"requiredVersion": "^2.0.1",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/coreutils": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/datagrid": {
|
||||
"requiredVersion": "^2.3.0-alpha.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/disposable": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/domutils": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/dragdrop": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/keyboard": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/messaging": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/polling": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/properties": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/signaling": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/virtualdom": {
|
||||
"requiredVersion": "^2.0.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@lumino/widgets": {
|
||||
"requiredVersion": "^2.3.1-alpha.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@microsoft/fast-element": {
|
||||
"requiredVersion": "^1.12.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@microsoft/fast-foundation": {
|
||||
"requiredVersion": "^2.49.2",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"react": {
|
||||
"requiredVersion": "^18.2.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"react-dom": {
|
||||
"requiredVersion": "^18.2.0",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"yjs": {
|
||||
"requiredVersion": "^13.5.40",
|
||||
"import": false,
|
||||
"singleton": true
|
||||
},
|
||||
"@jupyter-widgets/base": {},
|
||||
"@jupyter-widgets/base-manager": {},
|
||||
"@jupyter-widgets/controls": {},
|
||||
"@jupyter-widgets/output": {},
|
||||
"@types/backbone": {},
|
||||
"jquery": {},
|
||||
"semver": {},
|
||||
"@jupyter-widgets/jupyterlab-manager": {
|
||||
"version": "5.0.15",
|
||||
"singleton": true,
|
||||
"import": "/Users/jason/projects/release/ipywidgets/python/jupyterlab_widgets/lib/index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{}
|
||||
],
|
||||
"mode": "development",
|
||||
"devtool": "source-map",
|
||||
"entry": {}
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"packageManager": "python",
|
||||
"packageName": "jupyterlab_widgets",
|
||||
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab_widgets"
|
||||
}
|
||||
|
|
@ -0,0 +1,101 @@
|
|||
{
|
||||
"name": "@jupyter-widgets/jupyterlab-manager",
|
||||
"version": "5.0.15",
|
||||
"description": "The JupyterLab extension providing Jupyter widgets.",
|
||||
"keywords": [
|
||||
"jupyter",
|
||||
"jupyterlab",
|
||||
"jupyterlab notebook",
|
||||
"jupyterlab-extension"
|
||||
],
|
||||
"homepage": "https://github.com/jupyter-widgets/ipywidgets",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jupyter-widgets/ipywidgets/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jupyter-widgets/ipywidgets"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
"sideEffects": [
|
||||
"style/*.css"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"files": [
|
||||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
||||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
|
||||
"dist/*.js",
|
||||
"schema/*.json"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "jlpm build:lib && jlpm build:labextension:dev",
|
||||
"build:labextension": "jupyter labextension build .",
|
||||
"build:labextension:dev": "jupyter labextension build --development True .",
|
||||
"build:lib": "tsc -b",
|
||||
"build:prod": "jlpm build:lib && jlpm build:labextension",
|
||||
"clean": "jlpm clean:lib",
|
||||
"clean:all": "jlpm clean:lib && jlpm clean:labextension",
|
||||
"clean:labextension": "rimraf labextension",
|
||||
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
|
||||
"eslint": "eslint . --ext .ts,.tsx --fix",
|
||||
"eslint:check": "eslint . --ext .ts,.tsx",
|
||||
"install:extension": "jlpm build",
|
||||
"prepare": "jlpm clean && jlpm build:prod",
|
||||
"watch": "jupyter labextension watch ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-widgets/base": "^6.0.11",
|
||||
"@jupyter-widgets/base-manager": "^1.0.12",
|
||||
"@jupyter-widgets/controls": "^5.0.12",
|
||||
"@jupyter-widgets/output": "^6.0.11",
|
||||
"@jupyterlab/application": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/apputils": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/console": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/docregistry": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/logconsole": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/mainmenu": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/nbformat": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/notebook": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/outputarea": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/rendermime": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/rendermime-interfaces": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
|
||||
"@jupyterlab/settingregistry": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/translation": "^3.0.0 || ^4.0.0",
|
||||
"@lumino/algorithm": "^1 || ^2",
|
||||
"@lumino/coreutils": "^1 || ^2",
|
||||
"@lumino/disposable": "^1 || ^2",
|
||||
"@lumino/signaling": "^1 || ^2",
|
||||
"@lumino/widgets": "^1 || ^2",
|
||||
"@types/backbone": "1.4.14",
|
||||
"jquery": "^3.1.1",
|
||||
"semver": "^7.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/cells": "^3.0.0 || ^4.0.0",
|
||||
"@types/jquery": "^3.5.16",
|
||||
"@types/semver": "^7.3.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
||||
"@typescript-eslint/parser": "^5.8.0",
|
||||
"eslint": "^8.5.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.3.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"source-map-loader": "^4.0.1",
|
||||
"typescript": "~4.9.4"
|
||||
},
|
||||
"jupyterlab": {
|
||||
"extension": true,
|
||||
"outputDir": "labextension",
|
||||
"schemaDir": "./schema",
|
||||
"_build": {
|
||||
"load": "static/remoteEntry.9077b3d2deaffb329dfc.js",
|
||||
"extension": "./extension"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"name": "@jupyter-widgets/jupyterlab-manager",
|
||||
"version": "5.0.15",
|
||||
"description": "The JupyterLab extension providing Jupyter widgets.",
|
||||
"keywords": [
|
||||
"jupyter",
|
||||
"jupyterlab",
|
||||
"jupyterlab notebook",
|
||||
"jupyterlab-extension"
|
||||
],
|
||||
"homepage": "https://github.com/jupyter-widgets/ipywidgets",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jupyter-widgets/ipywidgets/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jupyter-widgets/ipywidgets"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
"sideEffects": [
|
||||
"style/*.css"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"files": [
|
||||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
||||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
|
||||
"dist/*.js",
|
||||
"schema/*.json"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "jlpm build:lib && jlpm build:labextension:dev",
|
||||
"build:labextension": "jupyter labextension build .",
|
||||
"build:labextension:dev": "jupyter labextension build --development True .",
|
||||
"build:lib": "tsc -b",
|
||||
"build:prod": "jlpm build:lib && jlpm build:labextension",
|
||||
"clean": "jlpm clean:lib",
|
||||
"clean:all": "jlpm clean:lib && jlpm clean:labextension",
|
||||
"clean:labextension": "rimraf labextension",
|
||||
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
|
||||
"eslint": "eslint . --ext .ts,.tsx --fix",
|
||||
"eslint:check": "eslint . --ext .ts,.tsx",
|
||||
"install:extension": "jlpm build",
|
||||
"prepare": "jlpm clean && jlpm build:prod",
|
||||
"watch": "jupyter labextension watch ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-widgets/base": "^6.0.11",
|
||||
"@jupyter-widgets/base-manager": "^1.0.12",
|
||||
"@jupyter-widgets/controls": "^5.0.12",
|
||||
"@jupyter-widgets/output": "^6.0.11",
|
||||
"@jupyterlab/application": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/apputils": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/console": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/docregistry": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/logconsole": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/mainmenu": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/nbformat": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/notebook": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/outputarea": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/rendermime": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/rendermime-interfaces": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
|
||||
"@jupyterlab/settingregistry": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/translation": "^3.0.0 || ^4.0.0",
|
||||
"@lumino/algorithm": "^1 || ^2",
|
||||
"@lumino/coreutils": "^1 || ^2",
|
||||
"@lumino/disposable": "^1 || ^2",
|
||||
"@lumino/signaling": "^1 || ^2",
|
||||
"@lumino/widgets": "^1 || ^2",
|
||||
"@types/backbone": "1.4.14",
|
||||
"jquery": "^3.1.1",
|
||||
"semver": "^7.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^3.0.0 || ^4.0.0",
|
||||
"@jupyterlab/cells": "^3.0.0 || ^4.0.0",
|
||||
"@types/jquery": "^3.5.16",
|
||||
"@types/semver": "^7.3.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
||||
"@typescript-eslint/parser": "^5.8.0",
|
||||
"eslint": "^8.5.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.3.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"source-map-loader": "^4.0.1",
|
||||
"typescript": "~4.9.4"
|
||||
},
|
||||
"jupyterlab": {
|
||||
"extension": true,
|
||||
"outputDir": "labextension",
|
||||
"schemaDir": "./schema"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"title": "Jupyter Widgets",
|
||||
"description": "Jupyter widgets settings.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"saveState": {
|
||||
"type": "boolean",
|
||||
"title": "Save Jupyter widget state in notebooks",
|
||||
"description": "Automatically save Jupyter widget state when a notebook is saved.",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,26 @@
|
|||
"use strict";
|
||||
(self["webpackChunk_jupyter_widgets_jupyterlab_manager"] = self["webpackChunk_jupyter_widgets_jupyterlab_manager"] || []).push([["packages_controls_lib_version_js"],{
|
||||
|
||||
/***/ "../../packages/controls/lib/version.js":
|
||||
/*!**********************************************!*\
|
||||
!*** ../../packages/controls/lib/version.js ***!
|
||||
\**********************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ JUPYTER_CONTROLS_VERSION: () => (/* binding */ JUPYTER_CONTROLS_VERSION)
|
||||
/* harmony export */ });
|
||||
// Copyright (c) Jupyter Development Team.
|
||||
// Distributed under the terms of the Modified BSD License.
|
||||
/**
|
||||
* The version of the Jupyter controls widget attribute spec that this package
|
||||
* implements.
|
||||
*/
|
||||
const JUPYTER_CONTROLS_VERSION = '2.0.0';
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
//# sourceMappingURL=packages_controls_lib_version_js.105c0edf5e497d01e132.js.map
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"packages_controls_lib_version_js.105c0edf5e497d01e132.js","mappings":";;;;;;;;;;;;;AAAA,0CAA0C;AAC1C,2DAA2D;AAE3D;;;GAGG;AACI,MAAM,wBAAwB,GAAG,OAAO,CAAC","sources":["webpack://@jupyter-widgets/jupyterlab-manager/../../packages/controls/src/version.ts"],"sourcesContent":["// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\n/**\n * The version of the Jupyter controls widget attribute spec that this package\n * implements.\n */\nexport const JUPYTER_CONTROLS_VERSION = '2.0.0';\n"],"names":[],"sourceRoot":""}
|
||||
|
|
@ -0,0 +1,50 @@
|
|||
"use strict";
|
||||
(self["webpackChunk_jupyter_widgets_jupyterlab_manager"] = self["webpackChunk_jupyter_widgets_jupyterlab_manager"] || []).push([["packages_output_lib_index_js"],{
|
||||
|
||||
/***/ "../../packages/output/lib/index.js":
|
||||
/*!******************************************!*\
|
||||
!*** ../../packages/output/lib/index.js ***!
|
||||
\******************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ OUTPUT_WIDGET_VERSION: () => (/* reexport safe */ _output__WEBPACK_IMPORTED_MODULE_0__.OUTPUT_WIDGET_VERSION),
|
||||
/* harmony export */ OutputModel: () => (/* reexport safe */ _output__WEBPACK_IMPORTED_MODULE_0__.OutputModel),
|
||||
/* harmony export */ OutputView: () => (/* reexport safe */ _output__WEBPACK_IMPORTED_MODULE_0__.OutputView)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _output__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./output */ "../../packages/output/lib/output.js");
|
||||
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "../../packages/output/lib/output.js":
|
||||
/*!*******************************************!*\
|
||||
!*** ../../packages/output/lib/output.js ***!
|
||||
\*******************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ OUTPUT_WIDGET_VERSION: () => (/* binding */ OUTPUT_WIDGET_VERSION),
|
||||
/* harmony export */ OutputModel: () => (/* binding */ OutputModel),
|
||||
/* harmony export */ OutputView: () => (/* binding */ OutputView)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _jupyter_widgets_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @jupyter-widgets/base */ "webpack/sharing/consume/default/@jupyter-widgets/base/@jupyter-widgets/base");
|
||||
/* harmony import */ var _jupyter_widgets_base__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jupyter_widgets_base__WEBPACK_IMPORTED_MODULE_0__);
|
||||
|
||||
const OUTPUT_WIDGET_VERSION = '1.0.0';
|
||||
class OutputModel extends _jupyter_widgets_base__WEBPACK_IMPORTED_MODULE_0__.DOMWidgetModel {
|
||||
defaults() {
|
||||
return Object.assign(Object.assign({}, super.defaults()), { _model_name: 'OutputModel', _view_name: 'OutputView', _model_module: '@jupyter-widgets/output', _view_module: '@jupyter-widgets/output', _model_module_version: OUTPUT_WIDGET_VERSION, _view_module_version: OUTPUT_WIDGET_VERSION });
|
||||
}
|
||||
}
|
||||
class OutputView extends _jupyter_widgets_base__WEBPACK_IMPORTED_MODULE_0__.DOMWidgetView {
|
||||
}
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
//# sourceMappingURL=packages_output_lib_index_js.49c9e4037a3b9e9e3b18.js.map
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"packages_output_lib_index_js.49c9e4037a3b9e9e3b18.js","mappings":";;;;;;;;;;;;;;;;AAAyB;;;;;;;;;;;;;;;;;;;ACA6C;AAE/D,MAAM,qBAAqB,GAAG,OAAO,CAAC;AAEtC,MAAM,WAAY,SAAQ,iEAAc;IAC7C,QAAQ;QACN,uCACK,KAAK,CAAC,QAAQ,EAAE,KACnB,WAAW,EAAE,aAAa,EAC1B,UAAU,EAAE,YAAY,EACxB,aAAa,EAAE,yBAAyB,EACxC,YAAY,EAAE,yBAAyB,EACvC,qBAAqB,EAAE,qBAAqB,EAC5C,oBAAoB,EAAE,qBAAqB,IAC3C;IACJ,CAAC;CACF;AAEM,MAAM,UAAW,SAAQ,gEAAa;CAAG","sources":["webpack://@jupyter-widgets/jupyterlab-manager/../../packages/output/src/index.ts","webpack://@jupyter-widgets/jupyterlab-manager/../../packages/output/src/output.ts"],"sourcesContent":["export * from './output';\n","import { DOMWidgetModel, DOMWidgetView } from '@jupyter-widgets/base';\n\nexport const OUTPUT_WIDGET_VERSION = '1.0.0';\n\nexport class OutputModel extends DOMWidgetModel {\n defaults(): Backbone.ObjectHash {\n return {\n ...super.defaults(),\n _model_name: 'OutputModel',\n _view_name: 'OutputView',\n _model_module: '@jupyter-widgets/output',\n _view_module: '@jupyter-widgets/output',\n _model_module_version: OUTPUT_WIDGET_VERSION,\n _view_module_version: OUTPUT_WIDGET_VERSION,\n };\n }\n}\n\nexport class OutputView extends DOMWidgetView {}\n"],"names":[],"sourceRoot":""}
|
||||
|
|
@ -0,0 +1,624 @@
|
|||
var _JUPYTERLAB;
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ "use strict";
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "webpack/container/entry/@jupyter-widgets/jupyterlab-manager":
|
||||
/*!***********************!*\
|
||||
!*** container entry ***!
|
||||
\***********************/
|
||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||
|
||||
var moduleMap = {
|
||||
"./index": () => {
|
||||
return Promise.all([__webpack_require__.e("webpack_sharing_consume_default_lumino_widgets-webpack_sharing_consume_default_jquery_jquery"), __webpack_require__.e("webpack_sharing_consume_default_lumino_coreutils"), __webpack_require__.e("webpack_sharing_consume_default_jupyter-widgets_base_jupyter-widgets_base"), __webpack_require__.e("webpack_sharing_consume_default_lumino_algorithm-webpack_sharing_consume_default_lumino_signaling"), __webpack_require__.e("lib_index_js")]).then(() => (() => ((__webpack_require__(/*! ./lib/index.js */ "./lib/index.js")))));
|
||||
},
|
||||
"./extension": () => {
|
||||
return Promise.all([__webpack_require__.e("webpack_sharing_consume_default_lumino_widgets-webpack_sharing_consume_default_jquery_jquery"), __webpack_require__.e("webpack_sharing_consume_default_lumino_coreutils"), __webpack_require__.e("webpack_sharing_consume_default_jupyter-widgets_base_jupyter-widgets_base"), __webpack_require__.e("webpack_sharing_consume_default_lumino_algorithm-webpack_sharing_consume_default_lumino_signaling"), __webpack_require__.e("lib_index_js")]).then(() => (() => ((__webpack_require__(/*! ./lib/index.js */ "./lib/index.js")))));
|
||||
}
|
||||
};
|
||||
var get = (module, getScope) => {
|
||||
__webpack_require__.R = getScope;
|
||||
getScope = (
|
||||
__webpack_require__.o(moduleMap, module)
|
||||
? moduleMap[module]()
|
||||
: Promise.resolve().then(() => {
|
||||
throw new Error('Module "' + module + '" does not exist in container.');
|
||||
})
|
||||
);
|
||||
__webpack_require__.R = undefined;
|
||||
return getScope;
|
||||
};
|
||||
var init = (shareScope, initScope) => {
|
||||
if (!__webpack_require__.S) return;
|
||||
var name = "default"
|
||||
var oldScope = __webpack_require__.S[name];
|
||||
if(oldScope && oldScope !== shareScope) throw new Error("Container initialization failed as it has already been initialized with a different share scope");
|
||||
__webpack_require__.S[name] = shareScope;
|
||||
return __webpack_require__.I(name, initScope);
|
||||
};
|
||||
|
||||
// This exports getters to disallow modifications
|
||||
__webpack_require__.d(exports, {
|
||||
get: () => (get),
|
||||
init: () => (init)
|
||||
});
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
/************************************************************************/
|
||||
/******/ // The module cache
|
||||
/******/ var __webpack_module_cache__ = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/ // Check if module is in cache
|
||||
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
||||
/******/ if (cachedModule !== undefined) {
|
||||
/******/ return cachedModule.exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = __webpack_module_cache__[moduleId] = {
|
||||
/******/ id: moduleId,
|
||||
/******/ loaded: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.loaded = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = __webpack_modules__;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = __webpack_module_cache__;
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/ensure chunk */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.f = {};
|
||||
/******/ // This file contains only the entry chunk.
|
||||
/******/ // The chunk loading function for additional chunks
|
||||
/******/ __webpack_require__.e = (chunkId) => {
|
||||
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
||||
/******/ __webpack_require__.f[key](chunkId, promises);
|
||||
/******/ return promises;
|
||||
/******/ }, []));
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/get javascript chunk filename */
|
||||
/******/ (() => {
|
||||
/******/ // This function allow to reference async chunks
|
||||
/******/ __webpack_require__.u = (chunkId) => {
|
||||
/******/ // return url for filenames based on template
|
||||
/******/ return "" + chunkId + "." + {"webpack_sharing_consume_default_lumino_widgets-webpack_sharing_consume_default_jquery_jquery":"65fdeedf445afbd3c750","webpack_sharing_consume_default_lumino_coreutils":"3cdb0a7dfa5b1685ad03","webpack_sharing_consume_default_jupyter-widgets_base_jupyter-widgets_base":"14f8904ad66e5de4794a","webpack_sharing_consume_default_lumino_algorithm-webpack_sharing_consume_default_lumino_signaling":"121fc1d57584a4cad646","lib_index_js":"56f37fb50492d0d63a45","vendors-node_modules_base64-js_index_js-node_modules_sanitize-html_index_js":"c79fc2bcc3f69676beda","packages_base-manager_lib_index_js":"13941b475e5b5a1ab133","vendors-node_modules_backbone_backbone_js-node_modules_lodash_isEqual_js":"ab532abfb6832a50f59e","webpack_sharing_consume_default_lumino_messaging":"5d5527fdcb258b5816a0","packages_base_lib_index_js-webpack_sharing_consume_default_jquery_jquery":"5dd13f8e980fa3c50bfe","vendors-node_modules_d3-color_src_color_js-node_modules_d3-format_src_defaultLocale_js-node_m-09b215":"2643c43f22ad111f4f82","packages_controls_lib_index_js":"6d5d05e0ec5e0c9f8185","packages_controls_lib_version_js":"105c0edf5e497d01e132","packages_output_lib_index_js":"49c9e4037a3b9e9e3b18","vendors-node_modules_jquery_dist_jquery_js":"3afdf979a9caffdf15a7","vendors-node_modules_semver_index_js":"7a90c08b9ce3dac425c6","@jupyter-widgets/controls":"9535f14e043c94385218"}[chunkId] + ".js";
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/global */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.g = (function() {
|
||||
/******/ if (typeof globalThis === 'object') return globalThis;
|
||||
/******/ try {
|
||||
/******/ return this || new Function('return this')();
|
||||
/******/ } catch (e) {
|
||||
/******/ if (typeof window === 'object') return window;
|
||||
/******/ }
|
||||
/******/ })();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/load script */
|
||||
/******/ (() => {
|
||||
/******/ var inProgress = {};
|
||||
/******/ var dataWebpackPrefix = "@jupyter-widgets/jupyterlab-manager:";
|
||||
/******/ // loadScript function to load a script via script tag
|
||||
/******/ __webpack_require__.l = (url, done, key, chunkId) => {
|
||||
/******/ if(inProgress[url]) { inProgress[url].push(done); return; }
|
||||
/******/ var script, needAttach;
|
||||
/******/ if(key !== undefined) {
|
||||
/******/ var scripts = document.getElementsByTagName("script");
|
||||
/******/ for(var i = 0; i < scripts.length; i++) {
|
||||
/******/ var s = scripts[i];
|
||||
/******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ if(!script) {
|
||||
/******/ needAttach = true;
|
||||
/******/ script = document.createElement('script');
|
||||
/******/
|
||||
/******/ script.charset = 'utf-8';
|
||||
/******/ script.timeout = 120;
|
||||
/******/ if (__webpack_require__.nc) {
|
||||
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
||||
/******/ }
|
||||
/******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
|
||||
/******/
|
||||
/******/ script.src = url;
|
||||
/******/ }
|
||||
/******/ inProgress[url] = [done];
|
||||
/******/ var onScriptComplete = (prev, event) => {
|
||||
/******/ // avoid mem leaks in IE.
|
||||
/******/ script.onerror = script.onload = null;
|
||||
/******/ clearTimeout(timeout);
|
||||
/******/ var doneFns = inProgress[url];
|
||||
/******/ delete inProgress[url];
|
||||
/******/ script.parentNode && script.parentNode.removeChild(script);
|
||||
/******/ doneFns && doneFns.forEach((fn) => (fn(event)));
|
||||
/******/ if(prev) return prev(event);
|
||||
/******/ }
|
||||
/******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
|
||||
/******/ script.onerror = onScriptComplete.bind(null, script.onerror);
|
||||
/******/ script.onload = onScriptComplete.bind(null, script.onload);
|
||||
/******/ needAttach && document.head.appendChild(script);
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/node module decorator */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.nmd = (module) => {
|
||||
/******/ module.paths = [];
|
||||
/******/ if (!module.children) module.children = [];
|
||||
/******/ return module;
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/sharing */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.S = {};
|
||||
/******/ var initPromises = {};
|
||||
/******/ var initTokens = {};
|
||||
/******/ __webpack_require__.I = (name, initScope) => {
|
||||
/******/ if(!initScope) initScope = [];
|
||||
/******/ // handling circular init calls
|
||||
/******/ var initToken = initTokens[name];
|
||||
/******/ if(!initToken) initToken = initTokens[name] = {};
|
||||
/******/ if(initScope.indexOf(initToken) >= 0) return;
|
||||
/******/ initScope.push(initToken);
|
||||
/******/ // only runs once
|
||||
/******/ if(initPromises[name]) return initPromises[name];
|
||||
/******/ // creates a new share scope if needed
|
||||
/******/ if(!__webpack_require__.o(__webpack_require__.S, name)) __webpack_require__.S[name] = {};
|
||||
/******/ // runs all init snippets from all modules reachable
|
||||
/******/ var scope = __webpack_require__.S[name];
|
||||
/******/ var warn = (msg) => {
|
||||
/******/ if (typeof console !== "undefined" && console.warn) console.warn(msg);
|
||||
/******/ };
|
||||
/******/ var uniqueName = "@jupyter-widgets/jupyterlab-manager";
|
||||
/******/ var register = (name, version, factory, eager) => {
|
||||
/******/ var versions = scope[name] = scope[name] || {};
|
||||
/******/ var activeVersion = versions[version];
|
||||
/******/ if(!activeVersion || (!activeVersion.loaded && (!eager != !activeVersion.eager ? eager : uniqueName > activeVersion.from))) versions[version] = { get: factory, from: uniqueName, eager: !!eager };
|
||||
/******/ };
|
||||
/******/ var initExternal = (id) => {
|
||||
/******/ var handleError = (err) => (warn("Initialization of sharing external failed: " + err));
|
||||
/******/ try {
|
||||
/******/ var module = __webpack_require__(id);
|
||||
/******/ if(!module) return;
|
||||
/******/ var initFn = (module) => (module && module.init && module.init(__webpack_require__.S[name], initScope))
|
||||
/******/ if(module.then) return promises.push(module.then(initFn, handleError));
|
||||
/******/ var initResult = initFn(module);
|
||||
/******/ if(initResult && initResult.then) return promises.push(initResult['catch'](handleError));
|
||||
/******/ } catch(err) { handleError(err); }
|
||||
/******/ }
|
||||
/******/ var promises = [];
|
||||
/******/ switch(name) {
|
||||
/******/ case "default": {
|
||||
/******/ register("@jupyter-widgets/base-manager", "1.0.12", () => (Promise.all([__webpack_require__.e("vendors-node_modules_base64-js_index_js-node_modules_sanitize-html_index_js"), __webpack_require__.e("webpack_sharing_consume_default_lumino_coreutils"), __webpack_require__.e("webpack_sharing_consume_default_jupyter-widgets_base_jupyter-widgets_base"), __webpack_require__.e("packages_base-manager_lib_index_js")]).then(() => (() => (__webpack_require__(/*! ../../packages/base-manager/lib/index.js */ "../../packages/base-manager/lib/index.js"))))));
|
||||
/******/ register("@jupyter-widgets/base", "6.0.11", () => (Promise.all([__webpack_require__.e("vendors-node_modules_backbone_backbone_js-node_modules_lodash_isEqual_js"), __webpack_require__.e("webpack_sharing_consume_default_lumino_widgets-webpack_sharing_consume_default_jquery_jquery"), __webpack_require__.e("webpack_sharing_consume_default_lumino_coreutils"), __webpack_require__.e("webpack_sharing_consume_default_lumino_messaging"), __webpack_require__.e("packages_base_lib_index_js-webpack_sharing_consume_default_jquery_jquery")]).then(() => (() => (__webpack_require__(/*! ../../packages/base/lib/index.js */ "../../packages/base/lib/index.js"))))));
|
||||
/******/ register("@jupyter-widgets/controls", "5.0.12", () => (Promise.all([__webpack_require__.e("vendors-node_modules_d3-color_src_color_js-node_modules_d3-format_src_defaultLocale_js-node_m-09b215"), __webpack_require__.e("webpack_sharing_consume_default_lumino_widgets-webpack_sharing_consume_default_jquery_jquery"), __webpack_require__.e("webpack_sharing_consume_default_jupyter-widgets_base_jupyter-widgets_base"), __webpack_require__.e("webpack_sharing_consume_default_lumino_algorithm-webpack_sharing_consume_default_lumino_signaling"), __webpack_require__.e("webpack_sharing_consume_default_lumino_messaging"), __webpack_require__.e("packages_controls_lib_index_js"), __webpack_require__.e("packages_controls_lib_version_js")]).then(() => (() => (__webpack_require__(/*! ../../packages/controls/lib/index.js */ "../../packages/controls/lib/index.js"))))));
|
||||
/******/ register("@jupyter-widgets/jupyterlab-manager", "5.0.15", () => (Promise.all([__webpack_require__.e("webpack_sharing_consume_default_lumino_widgets-webpack_sharing_consume_default_jquery_jquery"), __webpack_require__.e("webpack_sharing_consume_default_lumino_coreutils"), __webpack_require__.e("webpack_sharing_consume_default_jupyter-widgets_base_jupyter-widgets_base"), __webpack_require__.e("webpack_sharing_consume_default_lumino_algorithm-webpack_sharing_consume_default_lumino_signaling"), __webpack_require__.e("lib_index_js")]).then(() => (() => (__webpack_require__(/*! ./lib/index.js */ "./lib/index.js"))))));
|
||||
/******/ register("@jupyter-widgets/output", "6.0.11", () => (Promise.all([__webpack_require__.e("webpack_sharing_consume_default_jupyter-widgets_base_jupyter-widgets_base"), __webpack_require__.e("packages_output_lib_index_js")]).then(() => (() => (__webpack_require__(/*! ../../packages/output/lib/index.js */ "../../packages/output/lib/index.js"))))));
|
||||
/******/ register("jquery", "3.7.1", () => (__webpack_require__.e("vendors-node_modules_jquery_dist_jquery_js").then(() => (() => (__webpack_require__(/*! ../../node_modules/jquery/dist/jquery.js */ "../../node_modules/jquery/dist/jquery.js"))))));
|
||||
/******/ register("semver", "7.6.3", () => (__webpack_require__.e("vendors-node_modules_semver_index_js").then(() => (() => (__webpack_require__(/*! ../../node_modules/semver/index.js */ "../../node_modules/semver/index.js"))))));
|
||||
/******/ }
|
||||
/******/ break;
|
||||
/******/ }
|
||||
/******/ if(!promises.length) return initPromises[name] = 1;
|
||||
/******/ return initPromises[name] = Promise.all(promises).then(() => (initPromises[name] = 1));
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/publicPath */
|
||||
/******/ (() => {
|
||||
/******/ var scriptUrl;
|
||||
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
||||
/******/ var document = __webpack_require__.g.document;
|
||||
/******/ if (!scriptUrl && document) {
|
||||
/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
|
||||
/******/ scriptUrl = document.currentScript.src;
|
||||
/******/ if (!scriptUrl) {
|
||||
/******/ var scripts = document.getElementsByTagName("script");
|
||||
/******/ if(scripts.length) {
|
||||
/******/ var i = scripts.length - 1;
|
||||
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
||||
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
||||
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
||||
/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
||||
/******/ __webpack_require__.p = scriptUrl;
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/consumes */
|
||||
/******/ (() => {
|
||||
/******/ var parseVersion = (str) => {
|
||||
/******/ // see webpack/lib/util/semver.js for original code
|
||||
/******/ var p=p=>{return p.split(".").map((p=>{return+p==p?+p:p}))},n=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(str),r=n[1]?p(n[1]):[];return n[2]&&(r.length++,r.push.apply(r,p(n[2]))),n[3]&&(r.push([]),r.push.apply(r,p(n[3]))),r;
|
||||
/******/ }
|
||||
/******/ var versionLt = (a, b) => {
|
||||
/******/ // see webpack/lib/util/semver.js for original code
|
||||
/******/ a=parseVersion(a),b=parseVersion(b);for(var r=0;;){if(r>=a.length)return r<b.length&&"u"!=(typeof b[r])[0];var e=a[r],n=(typeof e)[0];if(r>=b.length)return"u"==n;var t=b[r],f=(typeof t)[0];if(n!=f)return"o"==n&&"n"==f||("s"==f||"u"==n);if("o"!=n&&"u"!=n&&e!=t)return e<t;r++}
|
||||
/******/ }
|
||||
/******/ var rangeToString = (range) => {
|
||||
/******/ // see webpack/lib/util/semver.js for original code
|
||||
/******/ var r=range[0],n="";if(1===range.length)return"*";if(r+.5){n+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var e=1,a=1;a<range.length;a++){e--,n+="u"==(typeof(t=range[a]))[0]?"-":(e>0?".":"")+(e=2,t)}return n}var g=[];for(a=1;a<range.length;a++){var t=range[a];g.push(0===t?"not("+o()+")":1===t?"("+o()+" || "+o()+")":2===t?g.pop()+" "+g.pop():rangeToString(t))}return o();function o(){return g.pop().replace(/^\((.+)\)$/,"$1")}
|
||||
/******/ }
|
||||
/******/ var satisfy = (range, version) => {
|
||||
/******/ // see webpack/lib/util/semver.js for original code
|
||||
/******/ if(0 in range){version=parseVersion(version);var e=range[0],r=e<0;r&&(e=-e-1);for(var n=0,i=1,a=!0;;i++,n++){var f,s,g=i<range.length?(typeof range[i])[0]:"";if(n>=version.length||"o"==(s=(typeof(f=version[n]))[0]))return!a||("u"==g?i>e&&!r:""==g!=r);if("u"==s){if(!a||"u"!=g)return!1}else if(a)if(g==s)if(i<=e){if(f!=range[i])return!1}else{if(r?f>range[i]:f<range[i])return!1;f!=range[i]&&(a=!1)}else if("s"!=g&&"n"!=g){if(r||i<=e)return!1;a=!1,i--}else{if(i<=e||s<g!=r)return!1;a=!1}else"s"!=g&&"n"!=g&&(a=!1,i--)}}var t=[],o=t.pop.bind(t);for(n=1;n<range.length;n++){var u=range[n];t.push(1==u?o()|o():2==u?o()&o():u?satisfy(u,version):!o())}return!!o();
|
||||
/******/ }
|
||||
/******/ var exists = (scope, key) => {
|
||||
/******/ return scope && __webpack_require__.o(scope, key);
|
||||
/******/ }
|
||||
/******/ var get = (entry) => {
|
||||
/******/ entry.loaded = 1;
|
||||
/******/ return entry.get()
|
||||
/******/ };
|
||||
/******/ var eagerOnly = (versions) => {
|
||||
/******/ return Object.keys(versions).reduce((filtered, version) => {
|
||||
/******/ if (versions[version].eager) {
|
||||
/******/ filtered[version] = versions[version];
|
||||
/******/ }
|
||||
/******/ return filtered;
|
||||
/******/ }, {});
|
||||
/******/ };
|
||||
/******/ var findLatestVersion = (scope, key, eager) => {
|
||||
/******/ var versions = eager ? eagerOnly(scope[key]) : scope[key];
|
||||
/******/ var key = Object.keys(versions).reduce((a, b) => {
|
||||
/******/ return !a || versionLt(a, b) ? b : a;
|
||||
/******/ }, 0);
|
||||
/******/ return key && versions[key];
|
||||
/******/ };
|
||||
/******/ var findSatisfyingVersion = (scope, key, requiredVersion, eager) => {
|
||||
/******/ var versions = eager ? eagerOnly(scope[key]) : scope[key];
|
||||
/******/ var key = Object.keys(versions).reduce((a, b) => {
|
||||
/******/ if (!satisfy(requiredVersion, b)) return a;
|
||||
/******/ return !a || versionLt(a, b) ? b : a;
|
||||
/******/ }, 0);
|
||||
/******/ return key && versions[key]
|
||||
/******/ };
|
||||
/******/ var findSingletonVersionKey = (scope, key, eager) => {
|
||||
/******/ var versions = eager ? eagerOnly(scope[key]) : scope[key];
|
||||
/******/ return Object.keys(versions).reduce((a, b) => {
|
||||
/******/ return !a || (!versions[a].loaded && versionLt(a, b)) ? b : a;
|
||||
/******/ }, 0);
|
||||
/******/ };
|
||||
/******/ var getInvalidSingletonVersionMessage = (scope, key, version, requiredVersion) => {
|
||||
/******/ return "Unsatisfied version " + version + " from " + (version && scope[key][version].from) + " of shared singleton module " + key + " (required " + rangeToString(requiredVersion) + ")"
|
||||
/******/ };
|
||||
/******/ var getInvalidVersionMessage = (scope, scopeName, key, requiredVersion, eager) => {
|
||||
/******/ var versions = scope[key];
|
||||
/******/ return "No satisfying version (" + rangeToString(requiredVersion) + ")" + (eager ? " for eager consumption" : "") + " of shared module " + key + " found in shared scope " + scopeName + ".\n" +
|
||||
/******/ "Available versions: " + Object.keys(versions).map((key) => {
|
||||
/******/ return key + " from " + versions[key].from;
|
||||
/******/ }).join(", ");
|
||||
/******/ };
|
||||
/******/ var fail = (msg) => {
|
||||
/******/ throw new Error(msg);
|
||||
/******/ }
|
||||
/******/ var failAsNotExist = (scopeName, key) => {
|
||||
/******/ return fail("Shared module " + key + " doesn't exist in shared scope " + scopeName);
|
||||
/******/ }
|
||||
/******/ var warn = /*#__PURE__*/ (msg) => {
|
||||
/******/ if (typeof console !== "undefined" && console.warn) console.warn(msg);
|
||||
/******/ };
|
||||
/******/ var init = (fn) => (function(scopeName, key, eager, c, d) {
|
||||
/******/ var promise = __webpack_require__.I(scopeName);
|
||||
/******/ if (promise && promise.then && !eager) {
|
||||
/******/ return promise.then(fn.bind(fn, scopeName, __webpack_require__.S[scopeName], key, false, c, d));
|
||||
/******/ }
|
||||
/******/ return fn(scopeName, __webpack_require__.S[scopeName], key, eager, c, d);
|
||||
/******/ });
|
||||
/******/
|
||||
/******/ var useFallback = (scopeName, key, fallback) => {
|
||||
/******/ return fallback ? fallback() : failAsNotExist(scopeName, key);
|
||||
/******/ }
|
||||
/******/ var load = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {
|
||||
/******/ if (!exists(scope, key)) return useFallback(scopeName, key, fallback);
|
||||
/******/ return get(findLatestVersion(scope, key, eager));
|
||||
/******/ });
|
||||
/******/ var loadVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {
|
||||
/******/ if (!exists(scope, key)) return useFallback(scopeName, key, fallback);
|
||||
/******/ var satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);
|
||||
/******/ if (satisfyingVersion) return get(satisfyingVersion);
|
||||
/******/ warn(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager))
|
||||
/******/ return get(findLatestVersion(scope, key, eager));
|
||||
/******/ });
|
||||
/******/ var loadStrictVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {
|
||||
/******/ if (!exists(scope, key)) return useFallback(scopeName, key, fallback);
|
||||
/******/ var satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);
|
||||
/******/ if (satisfyingVersion) return get(satisfyingVersion);
|
||||
/******/ if (fallback) return fallback();
|
||||
/******/ fail(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager));
|
||||
/******/ });
|
||||
/******/ var loadSingleton = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {
|
||||
/******/ if (!exists(scope, key)) return useFallback(scopeName, key, fallback);
|
||||
/******/ var version = findSingletonVersionKey(scope, key, eager);
|
||||
/******/ return get(scope[key][version]);
|
||||
/******/ });
|
||||
/******/ var loadSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {
|
||||
/******/ if (!exists(scope, key)) return useFallback(scopeName, key, fallback);
|
||||
/******/ var version = findSingletonVersionKey(scope, key, eager);
|
||||
/******/ if (!satisfy(requiredVersion, version)) {
|
||||
/******/ warn(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));
|
||||
/******/ }
|
||||
/******/ return get(scope[key][version]);
|
||||
/******/ });
|
||||
/******/ var loadStrictSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {
|
||||
/******/ if (!exists(scope, key)) return useFallback(scopeName, key, fallback);
|
||||
/******/ var version = findSingletonVersionKey(scope, key, eager);
|
||||
/******/ if (!satisfy(requiredVersion, version)) {
|
||||
/******/ fail(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));
|
||||
/******/ }
|
||||
/******/ return get(scope[key][version]);
|
||||
/******/ });
|
||||
/******/ var installedModules = {};
|
||||
/******/ var moduleToHandlerMapping = {
|
||||
/******/ "webpack/sharing/consume/default/@lumino/widgets": () => (loadSingletonVersion("default", "@lumino/widgets", false, [1,2,3,1,,"alpha",0])),
|
||||
/******/ "webpack/sharing/consume/default/jquery/jquery?123b": () => (loadStrictVersion("default", "jquery", false, [1,3,1,1], () => (__webpack_require__.e("vendors-node_modules_jquery_dist_jquery_js").then(() => (() => (__webpack_require__(/*! jquery */ "../../node_modules/jquery/dist/jquery.js"))))))),
|
||||
/******/ "webpack/sharing/consume/default/@lumino/coreutils": () => (loadSingletonVersion("default", "@lumino/coreutils", false, [1,2,0,0])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyter-widgets/base/@jupyter-widgets/base": () => (loadStrictVersion("default", "@jupyter-widgets/base", false, [1,6,0,11], () => (Promise.all([__webpack_require__.e("vendors-node_modules_backbone_backbone_js-node_modules_lodash_isEqual_js"), __webpack_require__.e("webpack_sharing_consume_default_lumino_widgets-webpack_sharing_consume_default_jquery_jquery"), __webpack_require__.e("webpack_sharing_consume_default_lumino_coreutils"), __webpack_require__.e("webpack_sharing_consume_default_lumino_messaging"), __webpack_require__.e("packages_base_lib_index_js-webpack_sharing_consume_default_jquery_jquery")]).then(() => (() => (__webpack_require__(/*! @jupyter-widgets/base */ "../../packages/base/lib/index.js"))))))),
|
||||
/******/ "webpack/sharing/consume/default/@lumino/algorithm": () => (loadSingletonVersion("default", "@lumino/algorithm", false, [1,2,0,0])),
|
||||
/******/ "webpack/sharing/consume/default/@lumino/signaling": () => (loadSingletonVersion("default", "@lumino/signaling", false, [1,2,0,0])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/settingregistry": () => (loadSingletonVersion("default", "@jupyterlab/settingregistry", false, [1,4,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/console": () => (loadSingletonVersion("default", "@jupyterlab/console", false, [1,4,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/notebook": () => (loadSingletonVersion("default", "@jupyterlab/notebook", false, [1,4,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/mainmenu": () => (loadSingletonVersion("default", "@jupyterlab/mainmenu", false, [1,4,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/rendermime": () => (loadSingletonVersion("default", "@jupyterlab/rendermime", false, [1,4,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/logconsole": () => (loadSingletonVersion("default", "@jupyterlab/logconsole", false, [1,4,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@lumino/disposable": () => (loadSingletonVersion("default", "@lumino/disposable", false, [1,2,0,0])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyter-widgets/base-manager/@jupyter-widgets/base-manager": () => (loadStrictVersion("default", "@jupyter-widgets/base-manager", false, [1,1,0,12], () => (Promise.all([__webpack_require__.e("vendors-node_modules_base64-js_index_js-node_modules_sanitize-html_index_js"), __webpack_require__.e("packages_base-manager_lib_index_js")]).then(() => (() => (__webpack_require__(/*! @jupyter-widgets/base-manager */ "../../packages/base-manager/lib/index.js"))))))),
|
||||
/******/ "webpack/sharing/consume/default/semver/semver": () => (loadStrictVersion("default", "semver", false, [1,7,3,5], () => (__webpack_require__.e("vendors-node_modules_semver_index_js").then(() => (() => (__webpack_require__(/*! semver */ "../../node_modules/semver/index.js"))))))),
|
||||
/******/ "webpack/sharing/consume/default/@jupyter-widgets/output/@jupyter-widgets/output": () => (loadStrictVersion("default", "@jupyter-widgets/output", false, [1,6,0,11], () => (__webpack_require__.e("packages_output_lib_index_js").then(() => (() => (__webpack_require__(/*! @jupyter-widgets/output */ "../../packages/output/lib/index.js"))))))),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/outputarea": () => (loadVersion("default", "@jupyterlab/outputarea", false, [1,4,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/services": () => (loadSingletonVersion("default", "@jupyterlab/services", false, [1,7,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/translation": () => (loadSingletonVersion("default", "@jupyterlab/translation", false, [1,4,4,6])),
|
||||
/******/ "webpack/sharing/consume/default/@lumino/messaging": () => (loadSingletonVersion("default", "@lumino/messaging", false, [1,2,0,0])),
|
||||
/******/ "webpack/sharing/consume/default/jquery/jquery?5edd": () => (load("default", "jquery", false, () => (__webpack_require__.e("vendors-node_modules_jquery_dist_jquery_js").then(() => (() => (__webpack_require__(/*! jquery */ "../../node_modules/jquery/dist/jquery.js"))))))),
|
||||
/******/ "webpack/sharing/consume/default/@lumino/domutils": () => (loadSingletonVersion("default", "@lumino/domutils", false, [1,2,0,0])),
|
||||
/******/ "webpack/sharing/consume/default/@jupyter-widgets/controls/@jupyter-widgets/controls": () => (loadStrictVersion("default", "@jupyter-widgets/controls", false, [1,5,0,12], () => (Promise.all([__webpack_require__.e("vendors-node_modules_d3-color_src_color_js-node_modules_d3-format_src_defaultLocale_js-node_m-09b215"), __webpack_require__.e("webpack_sharing_consume_default_lumino_messaging"), __webpack_require__.e("packages_controls_lib_index_js")]).then(() => (() => (__webpack_require__(/*! @jupyter-widgets/controls */ "../../packages/controls/lib/index.js")))))))
|
||||
/******/ };
|
||||
/******/ // no consumes in initial chunks
|
||||
/******/ var chunkMapping = {
|
||||
/******/ "webpack_sharing_consume_default_lumino_widgets-webpack_sharing_consume_default_jquery_jquery": [
|
||||
/******/ "webpack/sharing/consume/default/@lumino/widgets",
|
||||
/******/ "webpack/sharing/consume/default/jquery/jquery?123b"
|
||||
/******/ ],
|
||||
/******/ "webpack_sharing_consume_default_lumino_coreutils": [
|
||||
/******/ "webpack/sharing/consume/default/@lumino/coreutils"
|
||||
/******/ ],
|
||||
/******/ "webpack_sharing_consume_default_jupyter-widgets_base_jupyter-widgets_base": [
|
||||
/******/ "webpack/sharing/consume/default/@jupyter-widgets/base/@jupyter-widgets/base"
|
||||
/******/ ],
|
||||
/******/ "webpack_sharing_consume_default_lumino_algorithm-webpack_sharing_consume_default_lumino_signaling": [
|
||||
/******/ "webpack/sharing/consume/default/@lumino/algorithm",
|
||||
/******/ "webpack/sharing/consume/default/@lumino/signaling"
|
||||
/******/ ],
|
||||
/******/ "lib_index_js": [
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/settingregistry",
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/console",
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/notebook",
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/mainmenu",
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/rendermime",
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/logconsole",
|
||||
/******/ "webpack/sharing/consume/default/@lumino/disposable",
|
||||
/******/ "webpack/sharing/consume/default/@jupyter-widgets/base-manager/@jupyter-widgets/base-manager",
|
||||
/******/ "webpack/sharing/consume/default/semver/semver",
|
||||
/******/ "webpack/sharing/consume/default/@jupyter-widgets/output/@jupyter-widgets/output",
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/outputarea",
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/services",
|
||||
/******/ "webpack/sharing/consume/default/@jupyterlab/translation"
|
||||
/******/ ],
|
||||
/******/ "webpack_sharing_consume_default_lumino_messaging": [
|
||||
/******/ "webpack/sharing/consume/default/@lumino/messaging"
|
||||
/******/ ],
|
||||
/******/ "packages_base_lib_index_js-webpack_sharing_consume_default_jquery_jquery": [
|
||||
/******/ "webpack/sharing/consume/default/jquery/jquery?5edd"
|
||||
/******/ ],
|
||||
/******/ "packages_controls_lib_index_js": [
|
||||
/******/ "webpack/sharing/consume/default/@lumino/domutils"
|
||||
/******/ ],
|
||||
/******/ "@jupyter-widgets/controls": [
|
||||
/******/ "webpack/sharing/consume/default/@jupyter-widgets/controls/@jupyter-widgets/controls"
|
||||
/******/ ]
|
||||
/******/ };
|
||||
/******/ var startedInstallModules = {};
|
||||
/******/ __webpack_require__.f.consumes = (chunkId, promises) => {
|
||||
/******/ if(__webpack_require__.o(chunkMapping, chunkId)) {
|
||||
/******/ chunkMapping[chunkId].forEach((id) => {
|
||||
/******/ if(__webpack_require__.o(installedModules, id)) return promises.push(installedModules[id]);
|
||||
/******/ if(!startedInstallModules[id]) {
|
||||
/******/ var onFactory = (factory) => {
|
||||
/******/ installedModules[id] = 0;
|
||||
/******/ __webpack_require__.m[id] = (module) => {
|
||||
/******/ delete __webpack_require__.c[id];
|
||||
/******/ module.exports = factory();
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ startedInstallModules[id] = true;
|
||||
/******/ var onError = (error) => {
|
||||
/******/ delete installedModules[id];
|
||||
/******/ __webpack_require__.m[id] = (module) => {
|
||||
/******/ delete __webpack_require__.c[id];
|
||||
/******/ throw error;
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ try {
|
||||
/******/ var promise = moduleToHandlerMapping[id]();
|
||||
/******/ if(promise.then) {
|
||||
/******/ promises.push(installedModules[id] = promise.then(onFactory)['catch'](onError));
|
||||
/******/ } else onFactory(promise);
|
||||
/******/ } catch(e) { onError(e); }
|
||||
/******/ }
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/jsonp chunk loading */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.b = document.baseURI || self.location.href;
|
||||
/******/
|
||||
/******/ // object to store loaded and loading chunks
|
||||
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
||||
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
||||
/******/ var installedChunks = {
|
||||
/******/ "@jupyter-widgets/jupyterlab-manager": 0
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ __webpack_require__.f.j = (chunkId, promises) => {
|
||||
/******/ // JSONP chunk loading for javascript
|
||||
/******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
||||
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
|
||||
/******/
|
||||
/******/ // a Promise means "currently loading".
|
||||
/******/ if(installedChunkData) {
|
||||
/******/ promises.push(installedChunkData[2]);
|
||||
/******/ } else {
|
||||
/******/ if(!/^(webpack_sharing_consume_default_(lumino_((algorithm\-webpack_sharing_consume_default_lumino_signal|messag)ing|coreutils|widgets\-webpack_sharing_consume_default_jquery_jquery)|jupyter\-widgets_base_jupyter\-widgets_base)|@jupyter\-widgets\/controls)$/.test(chunkId)) {
|
||||
/******/ // setup Promise in chunk cache
|
||||
/******/ var promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
|
||||
/******/ promises.push(installedChunkData[2] = promise);
|
||||
/******/
|
||||
/******/ // start chunk loading
|
||||
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
||||
/******/ // create error before stack unwound to get useful stacktrace later
|
||||
/******/ var error = new Error();
|
||||
/******/ var loadingEnded = (event) => {
|
||||
/******/ if(__webpack_require__.o(installedChunks, chunkId)) {
|
||||
/******/ installedChunkData = installedChunks[chunkId];
|
||||
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
|
||||
/******/ if(installedChunkData) {
|
||||
/******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
|
||||
/******/ var realSrc = event && event.target && event.target.src;
|
||||
/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
|
||||
/******/ error.name = 'ChunkLoadError';
|
||||
/******/ error.type = errorType;
|
||||
/******/ error.request = realSrc;
|
||||
/******/ installedChunkData[1](error);
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
|
||||
/******/ } else installedChunks[chunkId] = 0;
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // no prefetching
|
||||
/******/
|
||||
/******/ // no preloaded
|
||||
/******/
|
||||
/******/ // no HMR
|
||||
/******/
|
||||
/******/ // no HMR manifest
|
||||
/******/
|
||||
/******/ // no on chunks loaded
|
||||
/******/
|
||||
/******/ // install a JSONP callback for chunk loading
|
||||
/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
|
||||
/******/ var [chunkIds, moreModules, runtime] = data;
|
||||
/******/ // add "moreModules" to the modules object,
|
||||
/******/ // then flag all "chunkIds" as loaded and fire callback
|
||||
/******/ var moduleId, chunkId, i = 0;
|
||||
/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
|
||||
/******/ for(moduleId in moreModules) {
|
||||
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
|
||||
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ if(runtime) var result = runtime(__webpack_require__);
|
||||
/******/ }
|
||||
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
|
||||
/******/ for(;i < chunkIds.length; i++) {
|
||||
/******/ chunkId = chunkIds[i];
|
||||
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
|
||||
/******/ installedChunks[chunkId][0]();
|
||||
/******/ }
|
||||
/******/ installedChunks[chunkId] = 0;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/ }
|
||||
/******/
|
||||
/******/ var chunkLoadingGlobal = self["webpackChunk_jupyter_widgets_jupyterlab_manager"] = self["webpackChunk_jupyter_widgets_jupyterlab_manager"] || [];
|
||||
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
|
||||
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/nonce */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.nc = undefined;
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/
|
||||
/******/ // module cache are used so entry inlining is disabled
|
||||
/******/ // startup
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ var __webpack_exports__ = __webpack_require__("webpack/container/entry/@jupyter-widgets/jupyterlab-manager");
|
||||
/******/ (_JUPYTERLAB = typeof _JUPYTERLAB === "undefined" ? {} : _JUPYTERLAB)["@jupyter-widgets/jupyterlab-manager"] = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=remoteEntry.9077b3d2deaffb329dfc.js.map
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,4 @@
|
|||
/* This is a generated file of CSS imports */
|
||||
/* It was generated by @jupyterlab/builder in Build.ensureAssets() */
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"packageManager": "python",
|
||||
"packageName": "jupyterlab_pygments",
|
||||
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab_pygments"
|
||||
}
|
||||
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"name": "jupyterlab_pygments",
|
||||
"version": "0.3.0",
|
||||
"description": "Pygments theme using JupyterLab CSS variables",
|
||||
"keywords": [
|
||||
"jupyter",
|
||||
"jupyterlab",
|
||||
"jupyterlab-extension"
|
||||
],
|
||||
"homepage": "https://github.com/jupyterlab/jupyterlab_pygments",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jupyterlab/jupyterlab_pygments/issues"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": {
|
||||
"name": "Jupyter Development Team",
|
||||
"email": "jupyter@googlegroups.com"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
||||
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
|
||||
"style/index.js"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"style": "style/index.css",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jupyterlab/jupyterlab_pygments.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "jlpm build:css && jlpm build:lib && jlpm build:labextension:dev",
|
||||
"build:css": "python generate_css.py",
|
||||
"build:labextension": "jupyter labextension build .",
|
||||
"build:labextension:dev": "jupyter labextension build --development True .",
|
||||
"build:lib": "tsc",
|
||||
"build:prod": "jlpm clean && jlpm build:css && jlpm build:lib && jlpm build:labextension",
|
||||
"clean": "jlpm clean:lib",
|
||||
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
|
||||
"clean:labextension": "rimraf jupyterlab_pygments/labextension",
|
||||
"clean:lib": "rimraf lib tsconfig.tsbuildinfo style/base.css",
|
||||
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
|
||||
"eslint": "jlpm eslint:check --fix",
|
||||
"eslint:check": "eslint . --cache --ext .ts,.tsx",
|
||||
"install:extension": "jlpm build",
|
||||
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
|
||||
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
|
||||
"prettier": "jlpm prettier:base --write --list-different",
|
||||
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
|
||||
"prettier:check": "jlpm prettier:base --check",
|
||||
"stylelint": "jlpm stylelint:check --fix",
|
||||
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
|
||||
"watch": "run-p watch:src watch:labextension",
|
||||
"watch:labextension": "jupyter labextension watch .",
|
||||
"watch:src": "tsc -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.8",
|
||||
"@types/node": "^20.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^4.0.0",
|
||||
"@types/json-schema": "^7.0.11",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-addons-linked-state-mixin": "^0.14.22",
|
||||
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
||||
"@typescript-eslint/parser": "^6.1.0",
|
||||
"css-loader": "^6.7.1",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "3.0.3",
|
||||
"rimraf": "^5.0.5",
|
||||
"source-map-loader": "^1.0.2",
|
||||
"style-loader": "^3.3.1",
|
||||
"stylelint": "^15.10.1",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-recommended": "^13.0.0",
|
||||
"stylelint-config-standard": "^34.0.0",
|
||||
"stylelint-csstree-validator": "^3.0.0",
|
||||
"stylelint-prettier": "^4.0.0",
|
||||
"typescript": "~5.0.2",
|
||||
"yjs": "^13.5.40"
|
||||
},
|
||||
"sideEffects": [
|
||||
"style/*.css",
|
||||
"style/index.js"
|
||||
],
|
||||
"styleModule": "style/index.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"jupyterlab": {
|
||||
"extension": true,
|
||||
"outputDir": "jupyterlab_pygments/labextension",
|
||||
"_build": {
|
||||
"load": "static/remoteEntry.5cbb9d2323598fbda535.js",
|
||||
"extension": "./extension",
|
||||
"style": "./style"
|
||||
}
|
||||
},
|
||||
"jupyter-releaser": {
|
||||
"hooks": {
|
||||
"before-build-npm": [
|
||||
"python -m pip install jupyterlab~=3.1",
|
||||
"jlpm"
|
||||
],
|
||||
"before-build-python": [
|
||||
"jlpm clean:all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"project": "tsconfig.json",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": [
|
||||
"@typescript-eslint"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/naming-convention": [
|
||||
"error",
|
||||
{
|
||||
"selector": "interface",
|
||||
"format": [
|
||||
"PascalCase"
|
||||
],
|
||||
"custom": {
|
||||
"regex": "^I[A-Z]",
|
||||
"match": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"warn",
|
||||
{
|
||||
"args": "none"
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-namespace": "off",
|
||||
"@typescript-eslint/no-use-before-define": "off",
|
||||
"@typescript-eslint/quotes": [
|
||||
"error",
|
||||
"single",
|
||||
{
|
||||
"avoidEscape": true,
|
||||
"allowTemplateLiterals": false
|
||||
}
|
||||
],
|
||||
"curly": [
|
||||
"error",
|
||||
"all"
|
||||
],
|
||||
"eqeqeq": "error",
|
||||
"prefer-arrow-callback": "error"
|
||||
}
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"coverage",
|
||||
"**/*.d.ts"
|
||||
],
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"arrowParens": "avoid",
|
||||
"endOfLine": "auto",
|
||||
"overrides": [
|
||||
{
|
||||
"files": "package.json",
|
||||
"options": {
|
||||
"tabWidth": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"stylelint": {
|
||||
"extends": [
|
||||
"stylelint-config-recommended",
|
||||
"stylelint-config-standard",
|
||||
"stylelint-prettier/recommended"
|
||||
],
|
||||
"plugins": [
|
||||
"stylelint-csstree-validator"
|
||||
],
|
||||
"rules": {
|
||||
"csstree/validator": true,
|
||||
"property-no-vendor-prefix": null,
|
||||
"selector-class-pattern": "^([a-z][A-z\\d]*)(-[A-z\\d]+)*$",
|
||||
"selector-no-vendor-prefix": null,
|
||||
"value-no-vendor-prefix": null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
"use strict";(self.webpackChunkjupyterlab_pygments=self.webpackChunkjupyterlab_pygments||[]).push([[568],{568:(t,e,a)=>{a.r(e),a.d(e,{default:()=>p});const p={id:"jupyterlab_pygments:plugin",autoStart:!0,activate:t=>{}}}}]);
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
var _JUPYTERLAB;(()=>{"use strict";var e,r,t={741:(e,r,t)=>{var n={"./index":()=>t.e(568).then((()=>()=>t(568))),"./extension":()=>t.e(568).then((()=>()=>t(568))),"./style":()=>t.e(747).then((()=>()=>t(747)))},a=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),o=(e,r)=>{if(t.S){var n="default",a=t.S[n];if(a&&a!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>a,init:()=>o})}},n={};function a(e){var r=n[e];if(void 0!==r)return r.exports;var o=n[e]={id:e,exports:{}};return t[e](o,o.exports,a),o.exports}a.m=t,a.c=n,a.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return a.d(r,{a:r}),r},a.d=(e,r)=>{for(var t in r)a.o(r,t)&&!a.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce(((r,t)=>(a.f[t](e,r),r)),[])),a.u=e=>e+"."+{568:"1e2faa2ba0bbe59c4780",747:"67662283a5707eeb4d4c"}[e]+".js?v="+{568:"1e2faa2ba0bbe59c4780",747:"67662283a5707eeb4d4c"}[e],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="jupyterlab_pygments:",a.l=(t,n,o,i)=>{if(e[t])e[t].push(n);else{var l,u;if(void 0!==o)for(var s=document.getElementsByTagName("script"),d=0;d<s.length;d++){var c=s[d];if(c.getAttribute("src")==t||c.getAttribute("data-webpack")==r+o){l=c;break}}l||(u=!0,(l=document.createElement("script")).charset="utf-8",l.timeout=120,a.nc&&l.setAttribute("nonce",a.nc),l.setAttribute("data-webpack",r+o),l.src=t),e[t]=[n];var p=(r,n)=>{l.onerror=l.onload=null,clearTimeout(f);var a=e[t];if(delete e[t],l.parentNode&&l.parentNode.removeChild(l),a&&a.forEach((e=>e(n))),r)return r(n)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=p.bind(null,l.onerror),l.onload=p.bind(null,l.onload),u&&document.head.appendChild(l)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{a.S={};var e={},r={};a.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];a.o(a.S,t)||(a.S[t]={});var i=a.S[t],l="jupyterlab_pygments",u=[];return"default"===t&&((e,r,t,n)=>{var o=i[e]=i[e]||{},u=o[r];(!u||!u.loaded&&(1!=!u.eager?n:l>u.from))&&(o[r]={get:()=>a.e(568).then((()=>()=>a(568))),from:l,eager:!1})})("jupyterlab_pygments","0.3.0"),e[t]=u.length?Promise.all(u).then((()=>e[t]=1)):1}}})(),(()=>{var e;a.g.importScripts&&(e=a.g.location+"");var r=a.g.document;if(!e&&r&&(r.currentScript&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&!e;)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{var e={761:0};a.f.j=(r,t)=>{var n=a.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var o=new Promise(((t,a)=>n=e[r]=[t,a]));t.push(n[2]=o);var i=a.p+a.u(r),l=new Error;a.l(i,(t=>{if(a.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src;l.message="Loading chunk "+r+" failed.\n("+o+": "+i+")",l.name="ChunkLoadError",l.type=o,l.request=i,n[1](l)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,o,[i,l,u]=t,s=0;if(i.some((r=>0!==e[r]))){for(n in l)a.o(l,n)&&(a.m[n]=l[n]);u&&u(a)}for(r&&r(t);s<i.length;s++)o=i[s],a.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunkjupyterlab_pygments=self.webpackChunkjupyterlab_pygments||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),a.nc=void 0;var o=a(741);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB).jupyterlab_pygments=o})();
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
/* This is a generated file of CSS imports */
|
||||
/* It was generated by @jupyterlab/builder in Build.ensureAssets() */
|
||||
|
||||
import 'jupyterlab_pygments/style/index.js';
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "css-loader",
|
||||
"versionInfo": "6.8.1",
|
||||
"licenseId": "MIT",
|
||||
"extractedText": "Copyright JS Foundation and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
|
||||
},
|
||||
{
|
||||
"name": "style-loader",
|
||||
"versionInfo": "3.3.3",
|
||||
"licenseId": "MIT",
|
||||
"extractedText": "Copyright JS Foundation and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue