You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
3.1 KiB
1 line
3.1 KiB
"use strict";(self.webpackChunkjupyter_web=self.webpackChunkjupyter_web||[]).push([[1326],{31539:(h,i)=>{Object.defineProperty(i,"__esModule",{value:!0}),i.VERSION=void 0,i.VERSION="3.2.2"},52494:function(h,i,l){var e,a=this&&this.__extends||(e=function(r,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,c){o.__proto__=c}||function(o,c){for(var d in c)Object.prototype.hasOwnProperty.call(c,d)&&(o[d]=c[d])})(r,n)},function(r,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=r}e(r,n),r.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}),u=this&&this.__values||function(e){var r="function"==typeof Symbol&&Symbol.iterator,n=r&&e[r],o=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(i,"__esModule",{value:!0}),i.HandlerList=void 0;var s=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return a(r,e),r.prototype.register=function(n){return this.add(n,n.priority)},r.prototype.unregister=function(n){this.remove(n)},r.prototype.handlesDocument=function(n){var o,c;try{for(var d=u(this),f=d.next();!f.done;f=d.next()){var y=f.value.item;if(y.handlesDocument(n))return y}}catch(_){o={error:_}}finally{try{f&&!f.done&&(c=d.return)&&c.call(d)}finally{if(o)throw o.error}}throw new Error("Can't find handler for document")},r.prototype.document=function(n,o){return void 0===o&&(o=null),this.handlesDocument(n).create(n,o)},r}(l(63670).PrioritizedList);i.HandlerList=s},31326:(h,i,l)=>{Object.defineProperty(i,"__esModule",{value:!0}),i.mathjax=void 0;var a=l(31539),u=l(52494),t=l(185);i.mathjax={version:a.VERSION,handlers:new u.HandlerList,document:function(s,e){return i.mathjax.handlers.document(s,e)},handleRetriesFor:t.handleRetriesFor,retryAfter:t.retryAfter,asyncLoad:null}},63670:(h,i)=>{Object.defineProperty(i,"__esModule",{value:!0}),i.PrioritizedList=void 0;var l=function(){function a(){this.items=[],this.items=[]}return a.prototype[Symbol.iterator]=function(){var u=0,t=this.items;return{next:function(){return{value:t[u++],done:u>t.length}}}},a.prototype.add=function(u,t){void 0===t&&(t=a.DEFAULTPRIORITY);var s=this.items.length;do{s--}while(s>=0&&t<this.items[s].priority);return this.items.splice(s+1,0,{item:u,priority:t}),u},a.prototype.remove=function(u){var t=this.items.length;do{t--}while(t>=0&&this.items[t].item!==u);t>=0&&this.items.splice(t,1)},a.DEFAULTPRIORITY=5,a}();i.PrioritizedList=l},185:(h,i)=>{Object.defineProperty(i,"__esModule",{value:!0}),i.retryAfter=i.handleRetriesFor=void 0,i.handleRetriesFor=function l(u){return new Promise(function t(s,e){try{s(u())}catch(r){r.retry&&r.retry instanceof Promise?r.retry.then(function(){return t(s,e)}).catch(function(n){return e(n)}):r.restart&&r.restart.isCallback?MathJax.Callback.After(function(){return t(s,e)},r.restart):e(r)}})},i.retryAfter=function a(u){var t=new Error("MathJax retry");throw t.retry=u,t}}}]); |