-
-
Save Kreijstal/08863a35451f71150ef33f7672015540 to your computer and use it in GitHub Desktop.
var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="atomicwrites.data";var REMOTE_PACKAGE_BASE="atomicwrites.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","atomicwrites-1.1.5-py3.7.egg-info",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","atomicwrites",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:7174,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1317,2723,4107,5162,6422],sizes:[1317,1406,1384,1055,1260,752],successes:[1,1,1,1,1,1]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_atomicwrites.data")}Module["addRunDependency"]("datafile_atomicwrites.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.7/site-packages/atomicwrites-1.1.5-py3.7.egg-info/dependency_links.txt",start:0,end:1,audio:0},{filename:"/lib/python3.7/site-packages/atomicwrites-1.1.5-py3.7.egg-info/PKG-INFO",start:1,end:4866,audio:0},{filename:"/lib/python3.7/site-packages/atomicwrites-1.1.5-py3.7.egg-info/top_level.txt",start:4866,end:4879,audio:0},{filename:"/lib/python3.7/site-packages/atomicwrites-1.1.5-py3.7.egg-info/SOURCES.txt",start:4879,end:5391,audio:0},{filename:"/lib/python3.7/site-packages/atomicwrites/__init__.py",start:5391,end:11356,audio:0}],remote_package_size:11270,package_uuid:"8727c79a-2c11-4bee-a02b-dd2c9a03cf24"})})(); |
var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="attrs.data";var REMOTE_PACKAGE_BASE="attrs.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","attrs-18.1.0-py3.7.egg-info",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","attr",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:53212,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1255,2560,3965,5106,6211,7480,8655,9989,10693,11957,13146,14418,15437,16854,17976,19167,20545,21847,23214,24466,25735,26939,28096,29134,30380,31501,32907,34340,35615,36900,38227,39085,40479,41701,43011,43784,44700,45321,46546,47602,48796,49932,51338,52558],sizes:[1255,1305,1405,1141,1105,1269,1175,1334,704,1264,1189,1272,1019,1417,1122,1191,1378,1302,1367,1252,1269,1204,1157,1038,1246,1121,1406,1433,1275,1285,1327,858,1394,1222,1310,773,916,621,1225,1056,1194,1136,1406,1220,654],successes:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_attrs.data")}Module["addRunDependency"]("datafile_attrs.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/not-zip-safe",start:0,end:1,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/dependency_links.txt",start:1,end:2,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/PKG-INFO",start:2,end:11799,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/top_level.txt",start:11799,end:11804,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/SOURCES.txt",start:11804,end:13083,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/requires.txt",start:13083,end:13259,audio:0},{filename:"/lib/python3.7/site-packages/attr/exceptions.py",start:13259,end:14364,audio:0},{filename:"/lib/python3.7/site-packages/attr/__init__.py",start:14364,end:15560,audio:0},{filename:"/lib/python3.7/site-packages/attr/_compat.py",start:15560,end:20050,audio:0},{filename:"/lib/python3.7/site-packages/attr/_funcs.py",start:20050,end:27944,audio:0},{filename:"/lib/python3.7/site-packages/attr/validators.py",start:27944,end:32904,audio:0},{filename:"/lib/python3.7/site-packages/attr/_make.py",start:32904,end:88969,audio:0},{filename:"/lib/python3.7/site-packages/attr/filters.py",start:88969,end:90122,audio:0},{filename:"/lib/python3.7/site-packages/attr/_config.py",start:90122,end:90636,audio:0},{filename:"/lib/python3.7/site-packages/attr/converters.py",start:90636,end:91167,audio:0}],remote_package_size:57308,package_uuid:"d1c84b40-ab8a-4827-8289-8435f56ccb34"})})(); |
var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="cycler.data";var REMOTE_PACKAGE_BASE="cycler.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","cycler-0.10.0-py3.7.egg-info",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:9995,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1123,2222,3501,4513,5774,6981,8302,9628],sizes:[1123,1099,1279,1012,1261,1207,1321,1326,367],successes:[1,1,1,1,1,1,1,1,1]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_cycler.data")}Module["addRunDependency"]("datafile_cycler.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.7/site-packages/cycler.py",start:0,end:15959,audio:0},{filename:"/lib/python3.7/site-packages/cycler-0.10.0-py3.7.egg-info/dependency_links.txt",start:15959,end:15960,audio:0},{filename:"/lib/python3.7/site-packages/cycler-0.10.0-py3.7.egg-info/PKG-INFO",start:15960,end:16673,audio:0},{filename:"/lib/python3.7/site-packages/cycler-0.10.0-py3.7.egg-info/top_level.txt",start:16673,end:16680,audio:0},{filename:"/lib/python3.7/site-packages/cycler-0.10.0-py3.7.egg-info/SOURCES.txt",start:16680,end:17070,audio:0},{filename:"/lib/python3.7/site-packages/cycler-0.10.0-py3.7.egg-info/requires.txt",start:17070,end:17074,audio:0}],remote_package_size:14091,package_uuid:"5b544ef3-ec44-48a3-8c5f-6738b021c2e4"})})(); |
var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="decorator.data";var REMOTE_PACKAGE_BASE="decorator.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","decorator-4.3.0-py3.7.egg-info",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:11866,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1520,2791,3877,5234,6508,7629,8799,9929,11135],sizes:[1520,1271,1086,1357,1274,1121,1170,1130,1206,731],successes:[1,1,1,1,1,1,1,1,1,1]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_decorator.data")}Module["addRunDependency"]("datafile_decorator.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.7/site-packages/decorator.py",start:0,end:16298,audio:0},{filename:"/lib/python3.7/site-packages/decorator-4.3.0-py3.7.egg-info/not-zip-safe",start:16298,end:16299,audio:0},{filename:"/lib/python3.7/site-packages/decorator-4.3.0-py3.7.egg-info/pbr.json",start:16299,end:16346,audio:0},{filename:"/lib/python3.7/site-packages/decorator-4.3.0-py3.7.egg-info/dependency_links.txt",start:16346,end:16347,audio:0},{filename:"/lib/python3.7/site-packages/decorator-4.3.0-py3.7.egg-info/PKG-INFO",start:16347,end:19536,audio:0},{filename:"/lib/python3.7/site-packages/decorator-4.3.0-py3.7.egg-info/top_level.txt",start:19536,end:19546,audio:0},{filename:"/lib/python3.7/site-packages/decorator-4.3.0-py3.7.egg-info/SOURCES.txt",start:19546,end:19940,audio:0}],remote_package_size:15962,package_uuid:"4c777534-7b5b-40dc-8f07-a7651f2ae7b2"})})(); |
var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="joblib.data";var REMOTE_PACKAGE_BASE="joblib.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","joblib-0.11-py3.7.egg-info",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","joblib",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/joblib","test",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/joblib/test","data",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:267829,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1340,2598,3837,4561,5077,5456,6497,7831,9248,10376,11623,12843,13864,15107,16213,17527,18590,19670,20930,22161,23242,24410,25659,26767,27957,29008,30322,31823,33179,34626,36051,37253,38521,39610,40843,41884,42864,43942,44929,45992,46984,48224,49663,51186,52546,53822,54999,56258,57566,58923,60128,61422,62678,63982,65123,66366,67500,68929,70391,71555,72752,73962,75365,76667,78047,79472,80709,82090,83302,84665,85960,87258,88505,89869,91149,92426,93720,94904,96124,97370,98754,100080,101289,102464,103737,105075,106321,107418,108450,109738,110974,112303,113640,114921,116007,117321,118619,119973,121124,122418,123774,125081,126495,127824,129011,130367,131759,133120,134345,135457,136561,137723,138937,140239,141350,142442,143619,144868,145982,147098,148152,149274,150241,151425,152718,153844,155173,156428,157768,159014,159982,161108,162301,163459,164417,165496,166658,167718,168710,169837,171225,172609,173567,174635,175812,176928,178111,179365,180523,181726,182599,183633,184934,186165,187100,188016,189203,190672,191967,193223,194413,195684,196766,197677,198812,200050,201277,202359,203697,204816,205904,207108,208111,209053,210253,211379,212626,213811,215046,216308,217293,218370,219624,220896,221990,223265,224416,225792,227037,228267,229612,231616,233450,235250,236891,238847,240102,241475,242958,244802,246836,248711,250721,252064,254068,256071,258067,260082,262130,264157,266102,267570],sizes:[1340,1258,1239,724,516,379,1041,1334,1417,1128,1247,1220,1021,1243,1106,1314,1063,1080,1260,1231,1081,1168,1249,1108,1190,1051,1314,1501,1356,1447,1425,1202,1268,1089,1233,1041,980,1078,987,1063,992,1240,1439,1523,1360,1276,1177,1259,1308,1357,1205,1294,1256,1304,1141,1243,1134,1429,1462,1164,1197,1210,1403,1302,1380,1425,1237,1381,1212,1363,1295,1298,1247,1364,1280,1277,1294,1184,1220,1246,1384,1326,1209,1175,1273,1338,1246,1097,1032,1288,1236,1329,1337,1281,1086,1314,1298,1354,1151,1294,1356,1307,1414,1329,1187,1356,1392,1361,1225,1112,1104,1162,1214,1302,1111,1092,1177,1249,1114,1116,1054,1122,967,1184,1293,1126,1329,1255,1340,1246,968,1126,1193,1158,958,1079,1162,1060,992,1127,1388,1384,958,1068,1177,1116,1183,1254,1158,1203,873,1034,1301,1231,935,916,1187,1469,1295,1256,1190,1271,1082,911,1135,1238,1227,1082,1338,1119,1088,1204,1003,942,1200,1126,1247,1185,1235,1262,985,1077,1254,1272,1094,1275,1151,1376,1245,1230,1345,2004,1834,1800,1641,1956,1255,1373,1483,1844,2034,1875,2010,1343,2004,2003,1996,2015,2048,2027,1945,1468,259],successes:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_joblib.data")}Module["addRunDependency"]("datafile_joblib.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.7/site-packages/joblib-0.11-py3.7.egg-info/dependency_links.txt",start:0,end:1,audio:0},{filename:"/lib/python3.7/site-packages/joblib-0.11-py3.7.egg-info/PKG-INFO",start:1,end:5803,audio:0},{filename:"/lib/python3.7/site-packages/joblib-0.11-py3.7.egg-info/top_level.txt",start:5803,end:5810,audio:0},{filename:"/lib/python3.7/site-packages/joblib-0.11-py3.7.egg-info/SOURCES.txt",start:5810,end:12866,audio:0},{filename:"/lib/python3.7/site-packages/joblib/backports.py",start:12866,end:15476,audio:0},{filename:"/lib/python3.7/site-packages/joblib/memory.py",start:15476,end:54785,audio:0},{filename:"/lib/python3.7/site-packages/joblib/disk.py",start:54785,end:58020,audio:0},{filename:"/lib/python3.7/site-packages/joblib/__init__.py",start:58020,end:63071,audio:0},{filename:"/lib/python3.7/site-packages/joblib/testing.py",start:63071,end:65189,audio:0},{filename:"/lib/python3.7/site-packages/joblib/numpy_pickle_utils.py",start:65189,end:88703,audio:0},{filename:"/lib/python3.7/site-packages/joblib/_compat.py",start:88703,end:89132,audio:0},{filename:"/lib/python3.7/site-packages/joblib/_multiprocessing_helpers.py",start:89132,end:90311,audio:0},{filename:"/lib/python3.7/site-packages/joblib/hashing.py",start:90311,end:100474,audio:0},{filename:"/lib/python3.7/site-packages/joblib/my_exceptions.py",start:100474,end:104317,audio:0},{filename:"/lib/python3.7/site-packages/joblib/func_inspect.py",start:104317,end:117571,audio:0},{filename:"/lib/python3.7/site-packages/joblib/_parallel_backends.py",start:117571,end:131984,audio:0},{filename:"/lib/python3.7/site-packages/joblib/pool.py",start:131984,end:157131,audio:0},{filename:"/lib/python3.7/site-packages/joblib/_memory_helpers.py",start:157131,end:160737,audio:0},{filename:"/lib/python3.7/site-packages/joblib/format_stack.py",start:160737,end:175376,audio:0},{filename:"/lib/python3.7/site-packages/joblib/numpy_pickle.py",start:175376,end:198613,audio:0},{filename:"/lib/python3.7/site-packages/joblib/numpy_pickle_compat.py",start:198613,end:207052,audio:0},{filename:"/lib/python3.7/site-packages/joblib/parallel.py",start:207052,end:240132,audio:0},{filename:"/lib/python3.7/site-packages/joblib/logger.py",start:240132,end:245270,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_backports.py",start:245270,end:246164,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_pool.py",start:246164,end:263023,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_memory.py",start:263023,end:290199,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_func_inspect.py",start:290199,end:298796,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_func_inspect_special_encoding.py",start:298796,end:298942,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/__init__.py",start:298942,end:299015,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_parallel.py",start:299015,end:325662,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_disk.py",start:325662,end:327579,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_numpy_pickle.py",start:327579,end:361115,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_logger.py",start:361115,end:362227,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_hashing.py",start:362227,end:377286,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_testing.py",start:377286,end:379752,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_numpy_pickle_utils.py",start:379752,end:380164,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_format_stack.py",start:380164,end:384303,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_numpy_pickle_compat.py",start:384303,end:384927,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/common.py",start:384927,end:387988,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/test_my_exceptions.py",start:387988,end:390375,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl",start:390375,end:391361,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.gzip",start:391361,end:392192,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py33_np18.gz",start:392192,end:392984,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np16.pkl",start:392984,end:393970,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_04.npy",start:393970,end:394074,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.8.4_compressed_pickle_py27_np17.gz",start:394074,end:394733,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_02.npy",start:394733,end:394853,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.xz",start:394853,end:395565,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl",start:395565,end:396256,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z",start:396256,end:396299,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np16.pkl.gzip",start:396299,end:397068,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_04.npy",start:397068,end:397172,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_04.npy",start:397172,end:397276,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.xz",start:397276,end:398028,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_03.npy",start:398028,end:398335,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_03.npy",start:398335,end:398642,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_01.npy",start:398642,end:398762,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.bz2",start:398762,end:399783,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/__init__.py",start:399783,end:399783,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.xz",start:399783,end:400535,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl",start:400535,end:401205,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/create_numpy_pickle.py",start:401205,end:404814,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl",start:404814,end:405882,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_01.npy",start:405882,end:406002,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl",start:406002,end:407070,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.xz",start:407070,end:407822,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl",start:407822,end:408890,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.lzma",start:408890,end:409584,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.gzip",start:409584,end:410384,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.bz2",start:410384,end:411381,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.lzma",start:411381,end:412041,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_01.npy",start:412041,end:412161,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.lzma",start:412161,end:412858,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl",start:412858,end:413549,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np17.gz",start:413549,end:414207,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.bz2",start:414207,end:415212,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz",start:415212,end:416014,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl",start:416014,end:417082,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl",start:417082,end:417773,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_02.npy",start:417773,end:417893,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.gzip",start:417893,end:418691,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.xz",start:418691,end:419443,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.gzip",start:419443,end:420276,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_01.npy",start:420276,end:420396,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py33_np18.gz",start:420396,end:421069,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.lzma",start:421069,end:421770,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.bz2",start:421770,end:422770,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_02.npy",start:422770,end:422890,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np16.pkl.bz2",start:422890,end:423887,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py35_np19.gz",start:423887,end:424677,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.bz2",start:424677,end:425668,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py35_np19.gz",start:425668,end:426341,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np17.gz",start:426341,end:427098,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.gzip",start:427098,end:427929,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_01.npy",start:427929,end:428049,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z",start:428049,end:428086,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np16.gz",start:428086,end:428744,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.11.0_compressed_pickle_py36_np111.gz",start:428744,end:429544,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py34_np19.gz",start:429544,end:430338,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_03.npy",start:430338,end:430574,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_02.npy",start:430574,end:430694,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.lzma",start:430694,end:431409,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z",start:431409,end:431452,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py34_np19.gz",start:431452,end:432125,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_02.npy",start:432125,end:432245,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl",start:432245,end:432915,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_04.npy",start:432915,end:433019,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_04.npy",start:433019,end:433123,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_03.npy",start:433123,end:433430,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_03.npy",start:433430,end:433666,audio:0},{filename:"/lib/python3.7/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np16.gz",start:433666,end:434435,audio:0}],remote_package_size:271925,package_uuid:"2de694b1-dd84-4320-b2d2-8b406b18e5e5"})})(); |
var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="kiwisolver.data";var REMOTE_PACKAGE_BASE="kiwisolver.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","kiwisolver-1.0.1-py3.7.egg-info",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:74872,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1114,1765,2970,4135,4987,5747,6169,6900,7786,8716,9628,10423,11143,12003,12478,13038,13883,14793,15477,16410,17343,18479,19761,20988,22248,23603,24844,26242,26841,27354,28188,29009,29678,30538,31171,32153,32716,32985,33808,35137,36789,38443,39974,41469,42830,44122,45707,47191,48459,49648,51196,52632,54193,55487,56652,58087,58799,59599,60356,61275,62146,62938,63952,64765,65408,66166,66657,67938,69292,69937,70643,71454,71720,72408,73551],sizes:[1114,651,1205,1165,852,760,422,731,886,930,912,795,720,860,475,560,845,910,684,933,933,1136,1282,1227,1260,1355,1241,1398,599,513,834,821,669,860,633,982,563,269,823,1329,1652,1654,1531,1495,1361,1292,1585,1484,1268,1189,1548,1436,1561,1294,1165,1435,712,800,757,919,871,792,1014,813,643,758,491,1281,1354,645,706,811,266,688,1143,1321],successes:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_kiwisolver.data")}Module["addRunDependency"]("datafile_kiwisolver.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.7/site-packages/kiwisolver.so",start:0,end:153821,audio:0},{filename:"/lib/python3.7/site-packages/kiwisolver-1.0.1-py3.7.egg-info/dependency_links.txt",start:153821,end:153822,audio:0},{filename:"/lib/python3.7/site-packages/kiwisolver-1.0.1-py3.7.egg-info/PKG-INFO",start:153822,end:154891,audio:0},{filename:"/lib/python3.7/site-packages/kiwisolver-1.0.1-py3.7.egg-info/top_level.txt",start:154891,end:154902,audio:0},{filename:"/lib/python3.7/site-packages/kiwisolver-1.0.1-py3.7.egg-info/SOURCES.txt",start:154902,end:155580,audio:0},{filename:"/lib/python3.7/site-packages/kiwisolver-1.0.1-py3.7.egg-info/requires.txt",start:155580,end:155591,audio:0}],remote_package_size:78968,package_uuid:"eb1dfc44-cca3-45a3-ab59-b90fb57cdbe3"})})(); |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Python - iodide</title> | |
<link rel="stylesheet" type="text/css" href="https://iodide.io/dist/iodide.pyodide-20180623.css"> | |
</head> | |
<body> | |
<script id="jsmd" type="text/jsmd"> | |
%% meta | |
{ | |
"title": "Python", | |
"languages": { | |
"js": { | |
"pluginType": "language", | |
"languageId": "js", | |
"displayName": "Javascript", | |
"codeMirrorMode": "javascript", | |
"module": "window", | |
"evaluator": "eval", | |
"keybinding": "j", | |
"url": "" | |
}, | |
"py": { | |
"languageId": "py", | |
"displayName": "python", | |
"codeMirrorMode": "python", | |
"keybinding": "p", | |
"url": "https://iodide.io/pyodide-demo/pyodide.js", | |
"module": "pyodide", | |
"evaluator": "runPython", | |
"pluginType": "language" | |
} | |
}, | |
"lastExport": "2018-05-04T17:13:00.489Z" | |
} | |
%% md | |
Press Shift+Enter on the cell below to display the plot. | |
%% code {"language":"py"} | |
</script> | |
<script> | |
var blackout = document.createElement('div'); | |
blackout.setAttribute('style', 'width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #00000066; z-index: 10'); | |
document.body.appendChild(blackout); | |
var url_string = window.location; | |
var url = new URL(url_string); | |
var content = url.searchParams.get("sideload"); | |
fetch(content).then((response) => response.text()) | |
.then((text) => { | |
let jsmd = document.getElementById('jsmd'); | |
jsmd.innerHTML = jsmd.innerHTML + text; | |
let script = document.createElement('script'); | |
script.src = 'https://iodide.io/dist/iodide.pyodide-20180623.js'; | |
script.onload = () => { | |
let pyodide = document.createElement('script'); | |
pyodide.src = 'https://iodide.io/pyodide-demo/pyodide.js'; | |
pyodide.onload = () => { | |
languagePluginLoader.then(() => { | |
window.pyodide.loadPackage('matplotlib').then(() => { | |
window.pyodide.runPython('__name__ = "__main__"'); | |
blackout.parentNode.removeChild(blackout); | |
}); | |
}); | |
}; | |
document.body.appendChild(pyodide); | |
} | |
document.body.appendChild(script); | |
}); | |
</script> | |
<div id='page'></div> | |
</body> | |
</html> |
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)