jupyter-ra-extension 1.2.105__tar.gz → 1.2.200__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/PKG-INFO +1 -1
  2. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/jupyter_ra_extension/_version.py +1 -1
  3. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/jupyter_ra_extension/labextension/package.json +2 -2
  4. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/jupyter_ra_extension/labextension/schemas/jupyter-ra-extension/package.json.orig +1 -1
  5. jupyter_ra_extension-1.2.105/jupyter_ra_extension/labextension/static/509.4108fae53d01a3950c4a.js → jupyter_ra_extension-1.2.200/jupyter_ra_extension/labextension/static/509.b8f22b673d948a745827.js +1 -1
  6. jupyter_ra_extension-1.2.105/jupyter_ra_extension/labextension/static/remoteEntry.b1503d66791cd726d6f6.js → jupyter_ra_extension-1.2.200/jupyter_ra_extension/labextension/static/remoteEntry.20ac4cbb6a2c47f62923.js +1 -1
  7. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/package-lock.json +516 -516
  8. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/package.json +1 -1
  9. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/yarn.lock +587 -587
  10. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/.gitignore +0 -0
  11. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/.prettierignore +0 -0
  12. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/.yarnrc.yml +0 -0
  13. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/CHANGELOG.md +0 -0
  14. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/LICENSE +0 -0
  15. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/README.md +0 -0
  16. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/RELEASE.md +0 -0
  17. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/install.json +0 -0
  18. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/jupyter_ra_extension/__init__.py +0 -0
  19. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/jupyter_ra_extension/labextension/schemas/jupyter-ra-extension/plugin.json +0 -0
  20. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/jupyter_ra_extension/labextension/static/728.14099e2efce3e457cbf3.js +0 -0
  21. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/jupyter_ra_extension/labextension/static/style.js +0 -0
  22. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/jupyter_ra_extension/labextension/static/third-party-licenses.json +0 -0
  23. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/pyproject.toml +0 -0
  24. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/schema/plugin.json +0 -0
  25. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/setup.py +0 -0
  26. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/src/index.ts +0 -0
  27. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/style/base.css +0 -0
  28. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/style/index.css +0 -0
  29. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/style/index.js +0 -0
  30. {jupyter_ra_extension-1.2.105 → jupyter_ra_extension-1.2.200}/tsconfig.json +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter_ra_extension
3
- Version: 1.2.105
3
+ Version: 1.2.200
4
4
  Summary: Relational Algebra Symbols in Jupyter Lab
5
5
  Project-URL: Homepage, https://dbgit.prakinf.tu-ilmenau.de/ertr8623/jupyter-duckdb
6
6
  Project-URL: Bug Tracker, https://dbgit.prakinf.tu-ilmenau.de/ertr8623/jupyter-duckdb/issues
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '1.2.105'
4
+ __version__ = VERSION = '1.2.200'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyter-ra-extension",
3
- "version": "1.2.105",
3
+ "version": "1.2.200",
4
4
  "description": "Relational Algebra Symbols in Jupyter Lab",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -96,7 +96,7 @@
96
96
  "outputDir": "jupyter_ra_extension/labextension",
97
97
  "schemaDir": "schema",
98
98
  "_build": {
99
- "load": "static/remoteEntry.b1503d66791cd726d6f6.js",
99
+ "load": "static/remoteEntry.20ac4cbb6a2c47f62923.js",
100
100
  "extension": "./extension",
101
101
  "style": "./style"
102
102
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyter-ra-extension",
3
- "version": "1.2.105",
3
+ "version": "1.2.200",
4
4
  "description": "Relational Algebra Symbols in Jupyter Lab",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[]).push([[509],{509:(e,a,n)=>{n.r(a),n.d(a,{default:()=>t});const t={id:"jupyter-ra-extension:plugin",description:"Relational Algebra Symbols in Jupyter Lab",autoStart:!0,requires:[n(158).INotebookTracker],activate:(e,a)=>{console.log("JupyterLab extension jupyter-ra-extension is activated!");const n=e=>{a.currentWidget.content.activeCell.editor.replaceSelection(e)};e.commands.addCommand("ratui:text1",{label:"RA:",caption:"Relationale Algebra",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:projection",{label:"π",caption:"Projektion:\nπ a, b (R)\nAlternativ: pi",execute:()=>n("π")}),e.commands.addCommand("ratui:selection",{label:"σ",caption:"Selektion:\nσ a=1 (R)\nAlternativ: sigma",execute:()=>n("σ")}),e.commands.addCommand("ratui:rename",{label:"β",caption:"Umbenennung:\nβ a←b (R)\nAlternativ: beta",execute:()=>n("β")}),e.commands.addCommand("ratui:cross",{label:"×",caption:"Kreuzprodukt:\nR × S",execute:()=>n("×")}),e.commands.addCommand("ratui:join",{label:"⋈",caption:"Natürlicher Verbund:\nR ⋈ S\nAlternativ: join",execute:()=>n("⋈")}),e.commands.addCommand("ratui:left-outer-join",{label:"⟕",caption:"Left Outer Join:\nR ⟕ S\nAlternativ: ljoin",execute:()=>n("⟕")}),e.commands.addCommand("ratui:right-outer-join",{label:"⟖",caption:"Right Outer Join:\nR ⟖ S\nAlternativ: rjoin",execute:()=>n("⟖")}),e.commands.addCommand("ratui:full-outer-join",{label:"⟗",caption:"Full Outer Join:\nR ⟗ S\nAlternativ: fjoin, ojoin",execute:()=>n("⟗")}),e.commands.addCommand("ratui:union",{label:"∪",caption:"Vereinigung:\nR ∪ S\nAlternativ: cup",execute:()=>n("∪")}),e.commands.addCommand("ratui:intersection",{label:"∩",caption:"Schnitt:\nR ∩ S\nAlternativ: cap",execute:()=>n("∩")}),e.commands.addCommand("ratui:difference",{label:"-",caption:"Differenz:\nR - S\nAlternativ: \\",execute:()=>n("-")}),e.commands.addCommand("ratui:division",{label:"÷",caption:"Division:\nR ÷ S\nAlternativ: :",execute:()=>n("÷")}),e.commands.addCommand("ratui:text2",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:arrowleft",{label:"←",caption:"Alternativ: <-",execute:()=>n("←")}),e.commands.addCommand("ratui:text3",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:and",{label:"∧",caption:"Alternativ: and",execute:()=>n("∧")}),e.commands.addCommand("ratui:or",{label:"∨",caption:"Alternativ: or",execute:()=>n("∨")}),e.commands.addCommand("ratui:not",{label:"¬",caption:"Alternativ: !",execute:()=>n("¬")}),e.commands.addCommand("ratui:text4",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:equal",{label:"=",execute:()=>n("=")}),e.commands.addCommand("ratui:unequal",{label:"≠",caption:"Alternativ: !=",execute:()=>n("≠")}),e.commands.addCommand("ratui:lt",{label:"<",execute:()=>n("<")}),e.commands.addCommand("ratui:lte",{label:"≤",caption:"Alternativ: <=",execute:()=>n("≤")}),e.commands.addCommand("ratui:gte",{label:"≥",caption:"Alternativ: >=",execute:()=>n("≥")}),e.commands.addCommand("ratui:gt",{label:">",execute:()=>n(">")})}}}}]);
1
+ "use strict";(self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[]).push([[509],{509:(e,a,n)=>{n.r(a),n.d(a,{default:()=>t});const t={id:"jupyter-ra-extension:plugin",description:"Relational Algebra Symbols in Jupyter Lab",autoStart:!0,requires:[n(369).INotebookTracker],activate:(e,a)=>{console.log("JupyterLab extension jupyter-ra-extension is activated!");const n=e=>{a.currentWidget.content.activeCell.editor.replaceSelection(e)};e.commands.addCommand("ratui:text1",{label:"RA:",caption:"Relationale Algebra",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:projection",{label:"π",caption:"Projektion:\nπ a, b (R)\nAlternativ: pi",execute:()=>n("π")}),e.commands.addCommand("ratui:selection",{label:"σ",caption:"Selektion:\nσ a=1 (R)\nAlternativ: sigma",execute:()=>n("σ")}),e.commands.addCommand("ratui:rename",{label:"β",caption:"Umbenennung:\nβ a←b (R)\nAlternativ: beta",execute:()=>n("β")}),e.commands.addCommand("ratui:cross",{label:"×",caption:"Kreuzprodukt:\nR × S",execute:()=>n("×")}),e.commands.addCommand("ratui:join",{label:"⋈",caption:"Natürlicher Verbund:\nR ⋈ S\nAlternativ: join",execute:()=>n("⋈")}),e.commands.addCommand("ratui:left-outer-join",{label:"⟕",caption:"Left Outer Join:\nR ⟕ S\nAlternativ: ljoin",execute:()=>n("⟕")}),e.commands.addCommand("ratui:right-outer-join",{label:"⟖",caption:"Right Outer Join:\nR ⟖ S\nAlternativ: rjoin",execute:()=>n("⟖")}),e.commands.addCommand("ratui:full-outer-join",{label:"⟗",caption:"Full Outer Join:\nR ⟗ S\nAlternativ: fjoin, ojoin",execute:()=>n("⟗")}),e.commands.addCommand("ratui:union",{label:"∪",caption:"Vereinigung:\nR ∪ S\nAlternativ: cup",execute:()=>n("∪")}),e.commands.addCommand("ratui:intersection",{label:"∩",caption:"Schnitt:\nR ∩ S\nAlternativ: cap",execute:()=>n("∩")}),e.commands.addCommand("ratui:difference",{label:"-",caption:"Differenz:\nR - S\nAlternativ: \\",execute:()=>n("-")}),e.commands.addCommand("ratui:division",{label:"÷",caption:"Division:\nR ÷ S\nAlternativ: :",execute:()=>n("÷")}),e.commands.addCommand("ratui:text2",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:arrowleft",{label:"←",caption:"Alternativ: <-",execute:()=>n("←")}),e.commands.addCommand("ratui:text3",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:and",{label:"∧",caption:"Alternativ: and",execute:()=>n("∧")}),e.commands.addCommand("ratui:or",{label:"∨",caption:"Alternativ: or",execute:()=>n("∨")}),e.commands.addCommand("ratui:not",{label:"¬",caption:"Alternativ: !",execute:()=>n("¬")}),e.commands.addCommand("ratui:text4",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:equal",{label:"=",execute:()=>n("=")}),e.commands.addCommand("ratui:unequal",{label:"≠",caption:"Alternativ: !=",execute:()=>n("≠")}),e.commands.addCommand("ratui:lt",{label:"<",execute:()=>n("<")}),e.commands.addCommand("ratui:lte",{label:"≤",caption:"Alternativ: <=",execute:()=>n("≤")}),e.commands.addCommand("ratui:gte",{label:"≥",caption:"Alternativ: >=",execute:()=>n("≥")}),e.commands.addCommand("ratui:gt",{label:">",execute:()=>n(">")})}}}}]);
@@ -1 +1 @@
1
- var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,u,s,l,f,p,d,c,h,v,g,b,m,y={800:(e,r,t)=>{var n={"./index":()=>t.e(509).then((()=>()=>t(509))),"./extension":()=>t.e(509).then((()=>()=>t(509))),"./style":()=>t.e(728).then((()=>()=>t(728)))},o=(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),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==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:()=>o,init:()=>a})}},w={};function S(e){var r=w[e];if(void 0!==r)return r.exports;var t=w[e]={id:e,exports:{}};return y[e](t,t.exports,S),t.exports}S.m=y,S.c=w,S.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return S.d(r,{a:r}),r},S.d=(e,r)=>{for(var t in r)S.o(r,t)&&!S.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},S.f={},S.e=e=>Promise.all(Object.keys(S.f).reduce(((r,t)=>(S.f[t](e,r),r)),[])),S.u=e=>e+"."+{509:"4108fae53d01a3950c4a",728:"14099e2efce3e457cbf3"}[e]+".js?v="+{509:"4108fae53d01a3950c4a",728:"14099e2efce3e457cbf3"}[e],S.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),S.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="jupyter-ra-extension:",S.l=(t,n,o,a)=>{if(e[t])e[t].push(n);else{var i,u;if(void 0!==o)for(var s=document.getElementsByTagName("script"),l=0;l<s.length;l++){var f=s[l];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+o){i=f;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,S.nc&&i.setAttribute("nonce",S.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var p=(r,n)=>{i.onerror=i.onload=null,clearTimeout(d);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),r)return r(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),u&&document.head.appendChild(i)}},S.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{S.S={};var e={},r={};S.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];S.o(S.S,t)||(S.S[t]={});var a=S.S[t],i="jupyter-ra-extension",u=[];return"default"===t&&((e,r,t,n)=>{var o=a[e]=a[e]||{},u=o[r];(!u||!u.loaded&&(1!=!u.eager?n:i>u.from))&&(o[r]={get:()=>S.e(509).then((()=>()=>S(509))),from:i,eager:!1})})("jupyter-ra-extension","1.2.105"),e[t]=u.length?Promise.all(u).then((()=>e[t]=1)):1}}})(),(()=>{var e;S.g.importScripts&&(e=S.g.location+"");var r=S.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),S.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var o=e[n],a=(typeof o)[0];if(n>=r.length)return"u"==a;var i=r[n],u=(typeof i)[0];if(a!=u)return"o"==a&&"n"==u||"s"==u||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;n++}},o=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,a=1;a<e.length;a++)n--,t+="u"==(typeof(u=e[a]))[0]?"-":(n>0?".":"")+(n=2,u);return t}var i=[];for(a=1;a<e.length;a++){var u=e[a];i.push(0===u?"not("+s()+")":1===u?"("+s()+" || "+s()+")":2===u?i.pop()+" "+i.pop():o(u))}return s();function s(){return i.pop().replace(/^\((.+)\)$/,"$1")}},a=(e,r)=>{if(0 in e){r=t(r);var n=e[0],o=n<0;o&&(n=-n-1);for(var i=0,u=1,s=!0;;u++,i++){var l,f,p=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(f=(typeof(l=r[i]))[0]))return!s||("u"==p?u>n&&!o:""==p!=o);if("u"==f){if(!s||"u"!=p)return!1}else if(s)if(p==f)if(u<=n){if(l!=e[u])return!1}else{if(o?l>e[u]:l<e[u])return!1;l!=e[u]&&(s=!1)}else if("s"!=p&&"n"!=p){if(o||u<=n)return!1;s=!1,u--}else{if(u<=n||f<p!=o)return!1;s=!1}else"s"!=p&&"n"!=p&&(s=!1,u--)}}var d=[],c=d.pop.bind(d);for(i=1;i<e.length;i++){var h=e[i];d.push(1==h?c()|c():2==h?c()&c():h?a(h,r):!c())}return!!c()},i=(e,r)=>e&&S.o(e,r),u=e=>(e.loaded=1,e.get()),s=e=>Object.keys(e).reduce(((r,t)=>(e[t].eager&&(r[t]=e[t]),r)),{}),l=(e,r,t)=>{var o=t?s(e[r]):e[r];return Object.keys(o).reduce(((e,r)=>!e||!o[e].loaded&&n(e,r)?r:e),0)},f=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",p=e=>{throw new Error(e)},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},c=(e,r,t)=>t?t():((e,r)=>p("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),h=(e=>function(r,t,n,o,a){var i=S.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,S.S[r],t,!1,o,a)):e(r,S.S[r],t,n,o,a)})(((e,r,t,n,o,s)=>{if(!i(r,t))return c(e,t,s);var p=l(r,t,n);return a(o,p)||d(f(r,t,p,o)),u(r[t][p])})),v={},g={158:()=>h("default","@jupyterlab/notebook",!1,[1,4,3,6])},b={509:[158]},m={},S.f.consumes=(e,r)=>{S.o(b,e)&&b[e].forEach((e=>{if(S.o(v,e))return r.push(v[e]);if(!m[e]){var t=r=>{v[e]=0,S.m[e]=t=>{delete S.c[e],t.exports=r()}};m[e]=!0;var n=r=>{delete v[e],S.m[e]=t=>{throw delete S.c[e],r}};try{var o=g[e]();o.then?r.push(v[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}}))},(()=>{var e={760:0};S.f.j=(r,t)=>{var n=S.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=S.p+S.u(r),i=new Error;S.l(a,(t=>{if(S.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,o,[a,i,u]=t,s=0;if(a.some((r=>0!==e[r]))){for(n in i)S.o(i,n)&&(S.m[n]=i[n]);u&&u(S)}for(r&&r(t);s<a.length;s++)o=a[s],S.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),S.nc=void 0;var j=S(800);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["jupyter-ra-extension"]=j})();
1
+ var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,u,s,l,f,d,p,c,h,v,g,b,m,y={800:(e,r,t)=>{var n={"./index":()=>t.e(509).then((()=>()=>t(509))),"./extension":()=>t.e(509).then((()=>()=>t(509))),"./style":()=>t.e(728).then((()=>()=>t(728)))},o=(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),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==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:()=>o,init:()=>a})}},w={};function S(e){var r=w[e];if(void 0!==r)return r.exports;var t=w[e]={id:e,exports:{}};return y[e](t,t.exports,S),t.exports}S.m=y,S.c=w,S.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return S.d(r,{a:r}),r},S.d=(e,r)=>{for(var t in r)S.o(r,t)&&!S.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},S.f={},S.e=e=>Promise.all(Object.keys(S.f).reduce(((r,t)=>(S.f[t](e,r),r)),[])),S.u=e=>e+"."+{509:"b8f22b673d948a745827",728:"14099e2efce3e457cbf3"}[e]+".js?v="+{509:"b8f22b673d948a745827",728:"14099e2efce3e457cbf3"}[e],S.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),S.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="jupyter-ra-extension:",S.l=(t,n,o,a)=>{if(e[t])e[t].push(n);else{var i,u;if(void 0!==o)for(var s=document.getElementsByTagName("script"),l=0;l<s.length;l++){var f=s[l];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+o){i=f;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,S.nc&&i.setAttribute("nonce",S.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var d=(r,n)=>{i.onerror=i.onload=null,clearTimeout(p);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),r)return r(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.bind(null,i.onload),u&&document.head.appendChild(i)}},S.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{S.S={};var e={},r={};S.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];S.o(S.S,t)||(S.S[t]={});var a=S.S[t],i="jupyter-ra-extension",u=[];return"default"===t&&((e,r,t,n)=>{var o=a[e]=a[e]||{},u=o[r];(!u||!u.loaded&&(1!=!u.eager?n:i>u.from))&&(o[r]={get:()=>S.e(509).then((()=>()=>S(509))),from:i,eager:!1})})("jupyter-ra-extension","1.2.200"),e[t]=u.length?Promise.all(u).then((()=>e[t]=1)):1}}})(),(()=>{var e;S.g.importScripts&&(e=S.g.location+"");var r=S.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),S.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var o=e[n],a=(typeof o)[0];if(n>=r.length)return"u"==a;var i=r[n],u=(typeof i)[0];if(a!=u)return"o"==a&&"n"==u||"s"==u||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;n++}},o=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,a=1;a<e.length;a++)n--,t+="u"==(typeof(u=e[a]))[0]?"-":(n>0?".":"")+(n=2,u);return t}var i=[];for(a=1;a<e.length;a++){var u=e[a];i.push(0===u?"not("+s()+")":1===u?"("+s()+" || "+s()+")":2===u?i.pop()+" "+i.pop():o(u))}return s();function s(){return i.pop().replace(/^\((.+)\)$/,"$1")}},a=(e,r)=>{if(0 in e){r=t(r);var n=e[0],o=n<0;o&&(n=-n-1);for(var i=0,u=1,s=!0;;u++,i++){var l,f,d=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(f=(typeof(l=r[i]))[0]))return!s||("u"==d?u>n&&!o:""==d!=o);if("u"==f){if(!s||"u"!=d)return!1}else if(s)if(d==f)if(u<=n){if(l!=e[u])return!1}else{if(o?l>e[u]:l<e[u])return!1;l!=e[u]&&(s=!1)}else if("s"!=d&&"n"!=d){if(o||u<=n)return!1;s=!1,u--}else{if(u<=n||f<d!=o)return!1;s=!1}else"s"!=d&&"n"!=d&&(s=!1,u--)}}var p=[],c=p.pop.bind(p);for(i=1;i<e.length;i++){var h=e[i];p.push(1==h?c()|c():2==h?c()&c():h?a(h,r):!c())}return!!c()},i=(e,r)=>e&&S.o(e,r),u=e=>(e.loaded=1,e.get()),s=e=>Object.keys(e).reduce(((r,t)=>(e[t].eager&&(r[t]=e[t]),r)),{}),l=(e,r,t)=>{var o=t?s(e[r]):e[r];return Object.keys(o).reduce(((e,r)=>!e||!o[e].loaded&&n(e,r)?r:e),0)},f=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",d=e=>{throw new Error(e)},p=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},c=(e,r,t)=>t?t():((e,r)=>d("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),h=(e=>function(r,t,n,o,a){var i=S.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,S.S[r],t,!1,o,a)):e(r,S.S[r],t,n,o,a)})(((e,r,t,n,o,s)=>{if(!i(r,t))return c(e,t,s);var d=l(r,t,n);return a(o,d)||p(f(r,t,d,o)),u(r[t][d])})),v={},g={369:()=>h("default","@jupyterlab/notebook",!1,[1,4,4,0])},b={509:[369]},m={},S.f.consumes=(e,r)=>{S.o(b,e)&&b[e].forEach((e=>{if(S.o(v,e))return r.push(v[e]);if(!m[e]){var t=r=>{v[e]=0,S.m[e]=t=>{delete S.c[e],t.exports=r()}};m[e]=!0;var n=r=>{delete v[e],S.m[e]=t=>{throw delete S.c[e],r}};try{var o=g[e]();o.then?r.push(v[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}}))},(()=>{var e={760:0};S.f.j=(r,t)=>{var n=S.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=S.p+S.u(r),i=new Error;S.l(a,(t=>{if(S.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,o,[a,i,u]=t,s=0;if(a.some((r=>0!==e[r]))){for(n in i)S.o(i,n)&&(S.m[n]=i[n]);u&&u(S)}for(r&&r(t);s<a.length;s++)o=a[s],S.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),S.nc=void 0;var j=S(800);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["jupyter-ra-extension"]=j})();