beaker-notebook 2.0.1__tar.gz → 2.0.2__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.
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/PKG-INFO +1 -1
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/pyproject.toml +3 -2
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/index.html +2 -2
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/BaseQueryCell-BkYxksI5.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/BaseQueryCell-XnrHAoo7.js +1 -1
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/BeakerAdmin-DZrn90Yo.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/BeakerAdmin-DuNKmmfE.js +33 -33
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/BeakerNotebookPanel.vue_vue_type_style_index_0_lang-DVEpDAgJ.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/BeakerNotebookPanel.vue_vue_type_style_index_0_lang-DrDlLZyG.js +38 -38
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/BeakerQueryCell.vue_vue_type_style_index_0_lang-CsPbh_vB.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/BeakerQueryCell.vue_vue_type_style_index_0_lang-CPkPOSp3.js +45 -45
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/BeakerRawCell.vue_vue_type_style_index_0_lang-C0LQPDG_.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/BeakerRawCell.vue_vue_type_style_index_0_lang-D8TlG5Oo.js +75 -75
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/BrainIcon-Cu5xmR-n.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/BrainIcon-A70GwOBX.js +1 -1
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/ChatInterface-CQS-IhF0.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/ChatInterface-C9YZQKEE.js +52 -52
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/DevInterface-D89vpZ2M.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/DevInterface-DXkBA1wd.js +58 -58
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/IntegrationPanel.vue_vue_type_style_index_0_lang-c-zr1Dig.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/IntegrationPanel.vue_vue_type_style_index_0_lang-hZdCs9nS.js +36 -36
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/IntegrationsInterface-BlUeSxlA.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/IntegrationsInterface-DjCyjnRx.js +175 -175
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/MediaPanel.vue_vue_type_style_index_0_lang-qeorC2Wr.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/MediaPanel.vue_vue_type_style_index_0_lang-CRBRyWLt.js +76 -76
- beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/NextBeakerQueryCell.vue_vue_type_style_index_0_lang-Dv4q8Yxf.js +1 -0
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/NextNotebookInterface-CnSA3fCt.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/NextNotebookInterface-Dj_IK4zV.js +406 -402
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/NotebookInterface-B63z6cMq.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/NotebookInterface-BxygyGjB.js +139 -135
- beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/NotebookSvg-B7NV42dO.js +1 -0
- beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/PlaygroundInterface-CQkPuYI6.js +1 -0
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/WorkflowOutputPanel.vue_vue_type_style_index_0_lang-CdsA6Nlb.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/WorkflowOutputPanel.vue_vue_type_style_index_0_lang-QRFDCqUh.js +1514 -1481
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/cellOperations-mmhE2rpR.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/cellOperations-BQvPEahk.js +37 -37
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/index-8H8ONTyz.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/index-D4H5S03U.js +1814 -1644
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/primevue-DXcp5I-A.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/primevue-CYe4lB2B.js +116 -116
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/renderers-D-ztt1K4.js → beaker_notebook-2.0.2/src/beaker_notebook/app/ui/static/renderers-DAW_9t52.js +4908 -4894
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/kernel.py +2 -2
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/agent.py +2 -2
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/context.py +38 -47
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/context_dump.py +1 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/subkernel.py +2 -229
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/utils.py +20 -2
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/workflow.py +151 -37
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/NextBeakerQueryCell.vue_vue_type_style_index_0_lang-COubACPH.js +0 -1
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/NotebookSvg-2w04pLXO.js +0 -1
- beaker_notebook-2.0.1/src/beaker_notebook/app/ui/static/PlaygroundInterface-CQXkNf61.js +0 -1
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/.gitignore +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/LICENSE.txt +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/README.md +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_kernel/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/api/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/api/handlers.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/api/integrations.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/api/notebook.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/api/subkernels.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/base.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/dev_app.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/handlers.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/notebook_app.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/server_app.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/beaker.svg +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/favicon.ico +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/BeakerAdmin-CmINXWMq.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/BeakerNotebookPanel-DlwDdhcR.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/BeakerQueryCell-CLP87HiT.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/BeakerRawCell-CYX7jUwf.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/ChatInterface-DKDl_3ZW.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/DevInterface-CX6JI9k4.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/IntegrationPanel-DKP_5B7W.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/IntegrationsInterface-BzFBE6eg.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/MediaPanel-DNCoIEA4.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/NextBeakerQueryCell-C426bZbZ.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/NextNotebookInterface-DxBYBP58.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/NotebookInterface-BdxzVo_D.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/PlaygroundInterface-BiWl-IG6.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/WorkflowOutputPanel-CLNRizln.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/_plugin-vue_export-helper-DlAUqK2U.js +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/cellOperations-DiO7UBn1.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/codemirror-CEJpu35t.js +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/index-CDHrXzwd.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/jupyterlab-DCB4j3g5.js +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/lato-v17-latin-ext_latin-300-CGqVYVBd.woff2 +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/lato-v17-latin-ext_latin-300-D-Ix9km9.woff +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/lato-v17-latin-ext_latin-700-CCBIyjkE.woff +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/lato-v17-latin-ext_latin-700-C_mCopxe.woff2 +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/lato-v17-latin-ext_latin-regular-Dz3ZLxjK.woff +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/lato-v17-latin-ext_latin-regular-GAITDyQJ.woff2 +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/pdf.worker-BQQyum15.mjs +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/pdfjs-B7zhfHd9.js +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/primeicons-C6QP2o4f.woff2 +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/primeicons-DMOk5skT.eot +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/primeicons-Dr5RGzOO.svg +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/primeicons-MpK4pl85.ttf +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/primeicons-WjwUDZjB.woff +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/renderers-DTrMDJiK.css +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/vue.esm-browser.prod.js +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/app/ui/static/xlsx-C3u7rb2R.js +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/builder/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/builder/beaker.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/builder/hooks.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/builder/templates.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/builder/utils.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/app.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/config.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/context.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/helpers.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/main.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/project.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/running.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/server.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/cli/subkernel.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/contexts/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/contexts/default/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/contexts/default/agent.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/contexts/default/context.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/contexts/default/default_payload.json +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/kernel.json +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/admin.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/agent_tasks.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/app.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/autodiscovery.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/analysis_agent.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/analysis_types.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/analyzer.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/message_types.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/rules/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/rules/base.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/rules/trust/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/rules/trust/categories.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/code_analysis/rules/trust/rules.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/config.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/exporters/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/exporters/chat.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/exporters/full_context_notebook.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/exporters/streamline.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/extension.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/integrations/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/integrations/adhoc.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/integrations/base.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/integrations/registry.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/integrations/skill.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/integrations/types.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/jupyter_kernel_proxy.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/kernel_state.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/message_types.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/notebook_state.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/reflector.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/templates/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/templates/agent_file.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/templates/context_file.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/templates/paths.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/templates/procedure_file.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/templates/readme_file.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/templates/subkernel_file.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/lib/types.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/auth/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/auth/dummy.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/auth/notebook.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/context/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/context/discovery_service.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/context/handlers.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/context/manager.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/context/util.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/kernel/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/kernel/manager.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/kernel/mappingmanager.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/kernel/provisioner.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/kernel/spec.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/session/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/storage/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/storage/base.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/services/storage/notebook.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/procedures/.gitkeep +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/procedures/fetch_state.jl +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/procedures/reflectors/array.jl +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/procedures/reflectors/default.jl +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/procedures/reflectors/dict.jl +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/procedures/reflectors/function.jl +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/procedures/reflectors/module.jl +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/procedures/reflectors/type.jl +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/julia/subkernel.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/.gitkeep +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/describe_variables.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/fetch_state.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/class.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/dataframe.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/default.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/function.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/mapping.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/module.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/ndarray.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/primitive.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/sequence.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/series.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/procedures/reflectors/string.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/python/subkernel.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/procedures/.gitkeep +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/procedures/fetch_state.r +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/procedures/reflectors/data_frame.r +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/procedures/reflectors/default.r +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/procedures/reflectors/function.r +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/procedures/reflectors/list.r +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/procedures/reflectors/vector.r +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/subkernels/rlang/subkernel.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/util/__init__.py +0 -0
- {beaker_notebook-2.0.1 → beaker_notebook-2.0.2}/src/beaker_notebook/util/refactor.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: beaker-notebook
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Beaker Notebook is a general-purpose, computational notebook with embedded agentic AI designed . It provides a flexible context system that enables domain-specific customization for domains such as data science, research, and computational workflows through specialized AI agents, integrations with external data sources and APIs, and structured workflows.
|
|
5
5
|
Project-URL: Documentation, https://github.com/jataware/beaker-kernel#readme
|
|
6
6
|
Project-URL: Issues, https://github.com/jataware/beaker-kernel/issues
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "beaker-notebook"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.2"
|
|
8
8
|
description = "Beaker Notebook is a general-purpose, computational notebook with embedded agentic AI designed . It provides a flexible context system that enables domain-specific customization for domains such as data science, research, and computational workflows through specialized AI agents, integrations with external data sources and APIs, and structured workflows."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -82,7 +82,7 @@ path = "src/beaker_notebook/builder/beaker.py"
|
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
[tool.bumpversion]
|
|
85
|
-
current_version="2.0.
|
|
85
|
+
current_version="2.0.2"
|
|
86
86
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<release>[ab])(?P<revision>\\d+))?"
|
|
87
87
|
serialize = [
|
|
88
88
|
"{major}.{minor}.{patch}{release}{revision}",
|
|
@@ -274,6 +274,7 @@ exclude_lines = [
|
|
|
274
274
|
]
|
|
275
275
|
|
|
276
276
|
|
|
277
|
+
|
|
277
278
|
[tool.hatch.envs.hatch-test]
|
|
278
279
|
extra-dependencies = [
|
|
279
280
|
"pytest",
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<link rel="icon" href="./favicon.ico">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
-
<script type="module" crossorigin src="./static/index-
|
|
8
|
-
<link rel="modulepreload" crossorigin href="./static/primevue-
|
|
7
|
+
<script type="module" crossorigin src="./static/index-D4H5S03U.js"></script>
|
|
8
|
+
<link rel="modulepreload" crossorigin href="./static/primevue-CYe4lB2B.js">
|
|
9
9
|
<link rel="modulepreload" crossorigin href="./static/jupyterlab-DCB4j3g5.js">
|
|
10
10
|
<link rel="stylesheet" crossorigin href="./static/index-CDHrXzwd.css">
|
|
11
11
|
</head>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{s as S,r as a,i,
|
|
1
|
+
import{s as S,r as a,i,f as _,n as f,U as $}from"./primevue-CYe4lB2B.js";const C=l=>{const e=S(l.cell),n=a(e.value.source===""),v=a(100),r=a(e.value.source),s=a(""),u=a(),c=i("session"),d=i("beakerSession"),x=$(),b=_(()=>[...l.cell.events]);function g(){const t=x?.root?.props?.config,R=t?t.extra?.send_notebook_state:void 0;e.value.source=r.value,n.value=!1,f(()=>{l.cell.execute(c,R).registerMessageHook(o=>{o.header?.msg_type==="stream"&&o.content?.name==="stderr"&&o.content?.text==="Request interrupted."&&(e.value.last_execution={status:"abort"},e.value.events.push({type:"abort",content:"Request interrupted."}),o.cell=e.value)})})}function k(t){n.value||(n.value=!0),t==="start"?t=0:t==="end"&&(t=u.value?.$el?.value.length||-1),f(()=>{u.value?.$el?.focus(),u.value.$el.setSelectionRange(t,t)})}function m(){r.value===e.value.source?n.value=!1:u.value?.$el?.blur()}function p(){e.value.source="",n.value=!0,v.value=100,r.value="",s.value=""}function h(){s.value.trim()&&(l.cell.respond(s.value,c),s.value="")}return{cell:e,isEditing:n,promptEditorMinHeight:v,promptText:r,response:s,textarea:u,session:c,beakerSession:d,events:b,execute:g,enter:k,exit:m,clear:p,respond:h}};export{C as u};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l as w } from "./jupyterlab-DCB4j3g5.js";
|
|
2
|
-
import {
|
|
3
|
-
import { f as
|
|
2
|
+
import { p as V, aN as F, aS as N, r as u, f as $, S as A, V as R, J as g, W as s, L as l, u as t, N as d, X as i, Q as b, z as y, aX as z, Y as U, af as a, ae as p, M as C, O as h, ak as K, aW as O } from "./primevue-CYe4lB2B.js";
|
|
3
|
+
import { f as M, __tla as __tla_0 } from "./index-D4H5S03U.js";
|
|
4
4
|
let le;
|
|
5
5
|
let __tla = Promise.all([
|
|
6
6
|
(()=>{
|
|
@@ -9,11 +9,11 @@ let __tla = Promise.all([
|
|
|
9
9
|
} catch {}
|
|
10
10
|
})()
|
|
11
11
|
]).then(async ()=>{
|
|
12
|
-
let
|
|
13
|
-
|
|
12
|
+
let W, X, q, G, H, J, Q, Y;
|
|
13
|
+
W = {
|
|
14
14
|
id: "admin"
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
X = {
|
|
17
17
|
style: {
|
|
18
18
|
"margin-right": "3rem",
|
|
19
19
|
display: "flex",
|
|
@@ -29,16 +29,16 @@ let __tla = Promise.all([
|
|
|
29
29
|
"font-size": "larger"
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
G = {
|
|
33
33
|
class: "stats"
|
|
34
34
|
};
|
|
35
|
-
|
|
35
|
+
H = {
|
|
36
36
|
class: "stats-tables"
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
J = {
|
|
39
39
|
class: "header"
|
|
40
40
|
};
|
|
41
|
-
|
|
41
|
+
Q = {
|
|
42
42
|
style: {
|
|
43
43
|
"font-size": "large"
|
|
44
44
|
}
|
|
@@ -46,13 +46,13 @@ let __tla = Promise.all([
|
|
|
46
46
|
Y = {
|
|
47
47
|
class: "context-config"
|
|
48
48
|
};
|
|
49
|
-
le =
|
|
49
|
+
le = V({
|
|
50
50
|
__name: "BeakerAdmin",
|
|
51
51
|
props: [
|
|
52
52
|
"config"
|
|
53
53
|
],
|
|
54
54
|
setup (Z) {
|
|
55
|
-
const
|
|
55
|
+
const j = F(), B = N(), _ = w.PageConfig.getBaseUrl(), r = u({}), S = u(), T = u("never"), m = u("---"), v = u([]), k = u([]), L = $(()=>r.value.sessions?.map((e)=>({
|
|
56
56
|
session_id: e.path,
|
|
57
57
|
raw_id: e.id,
|
|
58
58
|
kernel: e.kernel,
|
|
@@ -63,12 +63,12 @@ let __tla = Promise.all([
|
|
|
63
63
|
process_info: e.process_info,
|
|
64
64
|
context: e.kernel.context?.name,
|
|
65
65
|
context_config: e.kernel.context?.config
|
|
66
|
-
}))),
|
|
67
|
-
const o = w.URLExt.join(_, "/stats"), e = await
|
|
66
|
+
}))), x = $(()=>k.value.map((o)=>o.session_id)), c = async ()=>{
|
|
67
|
+
const o = w.URLExt.join(_, "/stats"), e = await M(o);
|
|
68
68
|
r.value = await e.json(), T.value = new Date().toUTCString();
|
|
69
69
|
}, E = async (o)=>{
|
|
70
70
|
for (const e of o){
|
|
71
|
-
const n = w.URLExt.join(_, "/api/sessions/", e), f = await
|
|
71
|
+
const n = w.URLExt.join(_, "/api/sessions/", e), f = await M(n, {
|
|
72
72
|
method: "DELETE",
|
|
73
73
|
headers: {
|
|
74
74
|
Authorization: `token ${r.value.token}`
|
|
@@ -76,7 +76,7 @@ let __tla = Promise.all([
|
|
|
76
76
|
});
|
|
77
77
|
if (!f.ok) {
|
|
78
78
|
const P = await f.text();
|
|
79
|
-
|
|
79
|
+
B.add({
|
|
80
80
|
severity: "error",
|
|
81
81
|
summary: "Error removing session",
|
|
82
82
|
detail: `${f.status} ${f.statusText} - ${P}`,
|
|
@@ -85,10 +85,10 @@ let __tla = Promise.all([
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
await c();
|
|
88
|
-
},
|
|
88
|
+
}, I = ()=>{
|
|
89
89
|
v.value.length === 0 || m.value === "---" || m.value === "destroy" && D(v.value);
|
|
90
90
|
}, D = (o)=>{
|
|
91
|
-
|
|
91
|
+
j.require({
|
|
92
92
|
message: `Are you sure you want to proceed? This will destroy session(s): ${o.map((e)=>e.session_id).join(", ")}`,
|
|
93
93
|
header: "Confirmation",
|
|
94
94
|
icon: "pi pi-exclamation-triangle",
|
|
@@ -101,20 +101,20 @@ let __tla = Promise.all([
|
|
|
101
101
|
reject: ()=>{}
|
|
102
102
|
});
|
|
103
103
|
};
|
|
104
|
-
return
|
|
104
|
+
return A(()=>{
|
|
105
105
|
c(), S.value = window.setInterval(c, 6e4);
|
|
106
|
-
}),
|
|
106
|
+
}), R(()=>{
|
|
107
107
|
clearInterval(S.value);
|
|
108
108
|
}), (o, e)=>(y(), g(b, null, [
|
|
109
109
|
s(t(z)),
|
|
110
|
-
l("div",
|
|
110
|
+
l("div", W, [
|
|
111
111
|
l("div", null, [
|
|
112
112
|
e[4] || (e[4] = l("h1", {
|
|
113
113
|
style: {
|
|
114
114
|
"text-align": "center"
|
|
115
115
|
}
|
|
116
116
|
}, "Beaker admin", -1)),
|
|
117
|
-
l("div",
|
|
117
|
+
l("div", X, [
|
|
118
118
|
l("span", q, "Last updated: " + d(T.value), 1),
|
|
119
119
|
s(t(U), {
|
|
120
120
|
icon: "pi pi-refresh",
|
|
@@ -126,9 +126,9 @@ let __tla = Promise.all([
|
|
|
126
126
|
})
|
|
127
127
|
])
|
|
128
128
|
]),
|
|
129
|
-
l("div",
|
|
129
|
+
l("div", G, [
|
|
130
130
|
e[9] || (e[9] = l("h2", null, "Stats", -1)),
|
|
131
|
-
l("div",
|
|
131
|
+
l("div", H, [
|
|
132
132
|
s(t(p), {
|
|
133
133
|
value: [
|
|
134
134
|
r.value.file_handles
|
|
@@ -278,16 +278,16 @@ let __tla = Promise.all([
|
|
|
278
278
|
l("div", null, [
|
|
279
279
|
e[22] || (e[22] = l("h2", null, "Sessions", -1)),
|
|
280
280
|
s(t(p), {
|
|
281
|
-
value:
|
|
281
|
+
value: L.value,
|
|
282
282
|
selection: v.value,
|
|
283
283
|
"onUpdate:selection": e[2] || (e[2] = (n)=>v.value = n),
|
|
284
|
-
"expanded-rows":
|
|
285
|
-
"onUpdate:expandedRows": e[3] || (e[3] = (n)=>
|
|
284
|
+
"expanded-rows": k.value,
|
|
285
|
+
"onUpdate:expandedRows": e[3] || (e[3] = (n)=>k.value = n),
|
|
286
286
|
"striped-rows": !0,
|
|
287
287
|
removableSort: ""
|
|
288
288
|
}, {
|
|
289
289
|
header: i(()=>[
|
|
290
|
-
l("div",
|
|
290
|
+
l("div", J, [
|
|
291
291
|
e[11] || (e[11] = l("span", {
|
|
292
292
|
class: "header-title"
|
|
293
293
|
}, "Sessions", -1)),
|
|
@@ -296,7 +296,7 @@ let __tla = Promise.all([
|
|
|
296
296
|
flex: "100"
|
|
297
297
|
}
|
|
298
298
|
}, null, -1)),
|
|
299
|
-
l("span",
|
|
299
|
+
l("span", Q, "Session count: " + d(r.value.sessions?.length || 0), 1),
|
|
300
300
|
e[13] || (e[13] = l("span", {
|
|
301
301
|
style: {
|
|
302
302
|
padding: "0 1rem"
|
|
@@ -315,7 +315,7 @@ let __tla = Promise.all([
|
|
|
315
315
|
s(t(U), {
|
|
316
316
|
severity: "success",
|
|
317
317
|
raised: "",
|
|
318
|
-
onClick:
|
|
318
|
+
onClick: I
|
|
319
319
|
}, {
|
|
320
320
|
default: i(()=>[
|
|
321
321
|
...e[10] || (e[10] = [
|
|
@@ -411,7 +411,7 @@ let __tla = Promise.all([
|
|
|
411
411
|
}, {
|
|
412
412
|
body: i(({ data: n })=>[
|
|
413
413
|
l("div", null, d(n.session_id), 1),
|
|
414
|
-
|
|
414
|
+
x.value.includes(n.session_id) ? (y(), g(b, {
|
|
415
415
|
key: 0
|
|
416
416
|
}, [
|
|
417
417
|
e[15] || (e[15] = l("br", null, null, -1)),
|
|
@@ -434,7 +434,7 @@ let __tla = Promise.all([
|
|
|
434
434
|
}, {
|
|
435
435
|
body: i(({ data: n })=>[
|
|
436
436
|
l("div", null, d(n.subkernel.id), 1),
|
|
437
|
-
|
|
437
|
+
x.value.includes(n.session_id) ? (y(), g(b, {
|
|
438
438
|
key: 0
|
|
439
439
|
}, [
|
|
440
440
|
e[17] || (e[17] = l("br", null, null, -1)),
|
|
@@ -457,7 +457,7 @@ let __tla = Promise.all([
|
|
|
457
457
|
}, {
|
|
458
458
|
body: i(({ data: n })=>[
|
|
459
459
|
l("div", null, d(n.context), 1),
|
|
460
|
-
|
|
460
|
+
x.value.includes(n.session_id) ? (y(), g(b, {
|
|
461
461
|
key: 0
|
|
462
462
|
}, [
|
|
463
463
|
e[18] || (e[18] = l("br", null, null, -1)),
|
|
@@ -521,7 +521,7 @@ let __tla = Promise.all([
|
|
|
521
521
|
])
|
|
522
522
|
])
|
|
523
523
|
]),
|
|
524
|
-
s(t(
|
|
524
|
+
s(t(O), {
|
|
525
525
|
position: "bottom-right"
|
|
526
526
|
})
|
|
527
527
|
], 64));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { d as $t, e as Rt, __tla as __tla_0 } from "./BeakerRawCell.vue_vue_type_style_index_0_lang-
|
|
3
|
-
import { u as Nt, m as Mt, n as Ee, o as Dt, p as De, q as Oe, r as $e, s as pe, j as Re, B as Ne, __tla as __tla_1 } from "./renderers-
|
|
1
|
+
import { p as ue, i as W, r as j, f as Y, w as Be, J as K, z as J, L, M as ae, N as rt, W as N, u as k, Y as ee, n as me, as as wt, x as Qe, a7 as le, Z as Ae, _ as ne, Q as ot, ar as gt, X as oe, ac as it, ab as vt, O as xt, a6 as lt, ax as Ue, ay as be, aq as bt, a4 as kt, l as Et, S as Bt, y as Ce, al as Ct, az as It, k as At, aA as st, aB as We, t as _t, aa as Ft, K as ke, j as Ze, ak as St, R as Tt, a8 as Ut } from "./primevue-CYe4lB2B.js";
|
|
2
|
+
import { d as $t, e as Rt, __tla as __tla_0 } from "./BeakerRawCell.vue_vue_type_style_index_0_lang-D8TlG5Oo.js";
|
|
3
|
+
import { u as Nt, m as Mt, n as Ee, o as Dt, p as De, q as Oe, r as $e, s as pe, j as Re, B as Ne, __tla as __tla_1 } from "./renderers-DAW_9t52.js";
|
|
4
4
|
import { _ as Pe } from "./_plugin-vue_export-helper-DlAUqK2U.js";
|
|
5
5
|
import { r as Ot, g as Pt, l as Ie } from "./jupyterlab-DCB4j3g5.js";
|
|
6
|
-
import { f as at, __tla as __tla_2 } from "./index-
|
|
6
|
+
import { f as at, __tla as __tla_2 } from "./index-D4H5S03U.js";
|
|
7
7
|
let N0, R0, D0, O0, $0;
|
|
8
8
|
let __tla = Promise.all([
|
|
9
9
|
(()=>{
|
|
@@ -22,7 +22,7 @@ let __tla = Promise.all([
|
|
|
22
22
|
} catch {}
|
|
23
23
|
})()
|
|
24
24
|
]).then(async ()=>{
|
|
25
|
-
let Lt, zt, qt, Vt, jt, Ht,
|
|
25
|
+
let Lt, zt, qt, Vt, jt, Ht, Xt, Gt;
|
|
26
26
|
Lt = {
|
|
27
27
|
id: "agent-input"
|
|
28
28
|
};
|
|
@@ -124,8 +124,8 @@ let __tla = Promise.all([
|
|
|
124
124
|
]));
|
|
125
125
|
}
|
|
126
126
|
});
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
Xt = {};
|
|
128
|
+
Gt = {
|
|
129
129
|
class: "container",
|
|
130
130
|
"xmlns:svg": "http://www.w3.org/2000/svg",
|
|
131
131
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -136,14 +136,14 @@ let __tla = Promise.all([
|
|
|
136
136
|
width: "1024"
|
|
137
137
|
};
|
|
138
138
|
function Jt(f, a) {
|
|
139
|
-
return J(), K("svg",
|
|
139
|
+
return J(), K("svg", Gt, [
|
|
140
140
|
...a[0] || (a[0] = [
|
|
141
141
|
wt('<defs id="defs2" data-v-a53841f6></defs><g transform="translate(0,-26.06665)" id="layer1" data-v-a53841f6><g transform="translate(34.695708,15.784521)" id="g6228" data-v-a53841f6><path id="beaker-body" d="m 73.909237,73.439453 c 0.659166,-9.27e-4 1.318331,-0.0019 1.997472,-0.0028 2.170595,-0.0023 4.341168,-7.89e-4 6.511763,10e-4 1.511508,-3.56e-4 3.023015,-8.7e-4 4.534522,-0.0015 3.163727,-7.79e-4 6.327446,3.52e-4 9.491172,0.0028 4.056474,0.003 8.112934,0.0013 12.169404,-0.0019 3.11935,-0.0019 6.23869,-0.0013 9.35804,6.7e-5 1.49596,3.54e-4 2.99192,-8e-5 4.48788,-0.0013 2.08869,-0.0013 4.17735,7.03e-4 6.26604,0.0037 0.61871,-0.0011 1.23743,-0.0021 1.87489,-0.0032 0.57003,0.0015 1.14006,0.003 1.72736,0.0045 l 1.49473,6.04e-4 c 2.79572,0.1322 5.1993,0.789731 7.75824,1.918675 2.18232,1.482857 3.91718,3.210953 4.97748,5.423958 1.06004,2.212468 1.50756,4.855503 1.10794,7.276041 -0.43693,2.646505 -1.86345,4.848272 -3.70417,7.14375 -1.58497,1.432987 -2.75492,2.018161 -4.7625,2.910417 -0.0245,6.129325 -0.0433,12.258635 -0.0548,18.388005 -0.006,2.84611 -0.013,5.69217 -0.025,8.53826 -0.0115,2.74656 -0.0178,5.49309 -0.0206,8.23968 -0.002,1.04793 -0.006,2.09585 -0.0115,3.14377 -0.008,1.46764 -0.009,2.93514 -0.008,4.40279 -0.002,0.83548 -0.005,1.67096 -0.007,2.53175 0.11527,1.91673 0.33954,3.07212 1.1856,4.76199 0.28616,0.62176 0.57231,1.24352 0.86713,1.88413 0.32504,0.68792 0.65007,1.37585 0.98496,2.08462 0.3223,0.6852 0.64461,1.3704 0.97668,2.07636 0.33799,0.71726 0.67599,1.43452 1.02423,2.17351 1.36139,2.8914 2.71844,5.78469 4.06797,8.68164 1.37381,2.94813 2.75953,5.89048 4.15065,8.83047 1.54244,3.26042 3.06609,6.52882 4.57233,9.80612 0.97379,2.10496 1.96242,4.2027 2.95176,6.30039 0.70027,1.48817 1.40033,2.97645 2.10013,4.46485 0.42616,0.90399 0.42616,0.90399 0.86092,1.82624 3.13618,7.02675 3.64956,7.75363 4.62446,11.89429 0.43513,1.84812 0.56285,3.77386 0.52135,5.67206 -0.0396,1.81231 -0.28552,3.63208 -0.73396,5.38847 -0.59366,2.32517 -1.43685,4.60909 -2.56696,6.72609 -1.60118,2.99943 -3.44065,5.97096 -5.89425,8.32472 -3.33218,3.19659 -6.63154,5.52987 -11.62823,7.52854 -5.13859,1.79602 -10.12058,1.96812 -15.5048,1.95899 -0.75087,0.002 -1.50173,0.004 -2.27534,0.006 -2.47555,0.005 -4.95104,0.004 -7.42659,0.002 -1.72491,0.001 -3.44982,0.003 -5.17473,0.004 -3.61303,0.003 -7.22605,0.002 -10.83908,-7.9e-4 -4.16659,-0.003 -8.333127,7.9e-4 -12.499705,0.008 -4.020415,0.007 -8.04081,0.007 -12.06123,0.006 -1.705197,-4e-5 -3.410394,0.002 -5.115588,0.005 -2.386009,0.004 -4.77192,0.001 -7.157926,-0.003 -1.051919,0.004 -1.051919,0.004 -2.125089,0.008 -6.3713,-0.0253 -11.895032,-1.02644 -17.566926,-4.09271 -4.778803,-2.82542 -8.727683,-6.47947 -11.790494,-11.12904 -2.835958,-5.26096 -4.055181,-10.04022 -4.025596,-15.99385 0.378251,-11.5332 8.519115,-23.77256 13.366626,-34.05064 1.184513,-2.51802 2.354694,-5.04253 3.524334,-7.56749 1.386342,-2.97968 2.789469,-5.95141 4.191992,-8.92349 0.76429,-1.62919 1.514021,-3.26319 2.257226,-4.90202 0.386681,-0.8381 0.773975,-1.67592 1.161687,-2.51355 0.209413,-0.45259 0.418827,-0.90518 0.634586,-1.37149 0.437964,-0.94614 0.876184,-1.89216 1.314649,-2.83807 1.568765,-3.39213 1.948791,-5.12906 1.946199,-8.87562 l 1.17e-4,-1.41579 c -1.85e-4,-1.55045 -0.0022,-3.1009 -0.0043,-4.65135 -5.02e-4,-1.07256 -8.73e-4,-2.14512 -0.0011,-3.21768 -0.001,-2.82775 -0.0036,-5.6555 -0.0065,-8.48325 -0.0027,-2.8836 -0.0039,-5.7672 -0.0052,-8.65079 -0.0028,-5.6615 -0.0074,-11.323 -0.01292,-16.984497 l -1.237133,-0.45992 C 58.542804,96.737662 57.153007,95.252318 55.624745,93.502212 54.496853,91.855489 53.865366,90.2781 53.475006,88.3263 c -0.121283,-2.716738 0.05868,-4.870756 1.058333,-7.408333 1.562053,-2.454655 3.087425,-4.260082 5.55625,-5.820833 4.331446,-1.954638 9.167107,-1.664261 13.820136,-1.65617 z M 64.55452,83.870968 c -0.425233,0.224411 -0.816314,0.581284 -1.025851,1.014039 -0.348042,0.718807 -0.426568,1.599215 -0.264583,2.38125 0.14422,0.696267 0.497178,1.4154 1.058333,1.852084 1.300285,1.011866 3.368645,0.444405 4.7625,1.322916 1.018681,0.642049 1.852083,1.5875 2.373741,2.723013 0.69781,2.30781 0.675865,4.503298 0.656823,6.89003 l 4.69e-4,1.54185 c -7.36e-4,1.67643 -0.009,3.35273 -0.01726,5.02913 -0.002,1.16445 -0.0035,2.3289 -0.0045,3.49335 -0.004,3.06089 -0.01443,6.12172 -0.02614,9.18259 -0.01084,3.12496 -0.01566,6.24994 -0.02099,9.37491 -0.03396,18.34919 -0.03396,18.34919 -0.769422,19.87533 l -0.940422,1.95215 c -0.307797,0.63883 -0.615595,1.27767 -0.932719,1.93586 -2.26936,4.72317 -4.447892,9.48324 -6.527937,14.29274 -0.474515,1.0587 -0.800989,1.77791 -1.414759,3.17061 -0.61377,1.3927 -1.056464,2.41802 -1.726145,4.48354 0.61729,-0.0425 0.716746,-0.0682 1.147228,-0.0722 1.3724,0.0289 2.744979,0.0492 4.117578,0.0662 0.764325,0.0123 1.528651,0.0245 2.316137,0.0372 4.011808,-0.18046 6.963259,-1.46773 10.499618,-3.27835 2.93718,-1.1455 5.375697,-1.37498 8.516276,-1.20716 3.699054,0.65586 6.631311,2.3481 9.739973,4.38216 2.557679,1.3867 4.766382,1.92622 7.672922,1.91823 0.74488,0.002 0.74488,0.002 1.50481,0.004 3.12547,-0.15627 5.67446,-1.5122 8.36745,-2.9807 2.85096,-1.51352 5.52986,-2.58694 8.78086,-2.71197 3.43485,0.11449 6.147,1.13989 9.25938,2.48046 3.00087,1.24928 5.57152,1.38595 8.81143,1.30757 0.49791,-0.0204 1.13285,0.0476 1.50175,0.0153 -1.12627,-2.70734 -1.89767,-4.24673 -2.96996,-6.3169 -6.48154,-13.0358 -8.70491,-17.19142 -8.97577,-20.10689 -0.18894,-10.40418 -0.57361,-35.06513 -0.57361,-54.251389 -0.01,-1.551357 1.40047,-2.497347 2.571,-3.21188 1.1618,-0.709211 2.77471,-0.223603 4.00182,-0.812649 0.62098,-0.298088 1.26737,-0.713009 1.5875,-1.322917 0.45274,-0.86254 0.56082,-1.982408 0.26459,-2.910416 -0.24726,-0.774606 -0.86387,-1.481253 -1.5875,-1.852083 -1.04859,-0.537362 -2.34489,-0.248794 -3.52204,-0.299962 -0.59003,-0.02565 -1.16936,-0.0022 -1.77176,-0.0034 -0.64574,1.19e-4 -1.29149,2.39e-4 -1.9568,3.7e-4 -0.67669,-9e-4 -1.35339,-0.0018 -2.05059,-0.0027 -2.24846,-0.0025 -4.49692,-0.003 -6.74538,-0.0033 -1.55582,-8.46e-4 -3.11164,-0.0017 -4.66746,-0.0027 -3.26567,-0.0016 -6.53135,-0.0021 -9.79703,-0.0019 -4.19406,2.7e-5 -8.388098,-0.0036 -12.582149,-0.0081 -3.214389,-0.0029 -6.428775,-0.0035 -9.643165,-0.0033 -1.546751,-3.17e-4 -3.093501,-0.0015 -4.640251,-0.0035 -2.159087,-0.0026 -4.318147,-0.0018 -6.477234,-2.36e-4 -0.967007,-0.0022 -0.967007,-0.0022 -1.953551,-0.0045 -0.586173,0.0011 -1.172347,0.0022 -1.776284,0.0034 -0.510896,-1.45e-4 -0.636509,0.0026 -0.95424,0.01879 -1.100249,0.05597 -2.236743,0.113404 -3.196686,0.620002 z m 55.3304,94.676542 c -0.79978,0.22937 -1.64358,0.63847 -2.11667,1.32291 -0.7671,1.10981 -1.12579,2.66113 -0.79375,3.96875 0.33906,1.33527 1.3662,2.66468 2.64584,3.175 1.40225,0.55922 3.23,0.29024 4.49791,-0.52916 0.86383,-0.55826 1.31295,-1.65464 1.5875,-2.64584 0.18834,-0.67995 0.25578,-1.4591 0,-2.11666 -0.52047,-1.33804 -1.59624,-2.5969 -2.91041,-3.175 -0.88802,-0.39064 -1.97787,-0.26745 -2.91042,0 z m -39.422918,2.38125 c -0.908385,0.55017 -1.810571,1.36432 -2.116666,2.38125 -0.539236,1.79149 -0.203755,3.97347 0.79375,5.55625 0.678173,1.07608 1.921705,1.89957 3.175,2.11666 1.791498,0.31031 3.873413,-0.18523 5.291666,-1.32291 0.922987,-0.74039 1.430443,-2.00222 1.5875,-3.175 0.179072,-1.33718 -0.06122,-2.83583 -0.79375,-3.96875 -0.82388,-1.2742 -2.213444,-2.3628 -3.704167,-2.64584 -1.429011,-0.27132 -2.989189,0.30482 -4.233333,1.05834 z m -24.870833,1.85208 c -1.057671,1.69227 -1.842609,3.21808 -2.645833,5.02708 -0.521992,1.1027 -1.044109,2.20533 -1.568057,3.3071 -2.018585,4.24721 -3.993042,8.50726 -5.840276,12.83249 -0.311052,0.72578 -0.622101,1.45157 -0.942578,2.19935 -1.188333,3.26029 -1.292669,6.24432 -1.174088,9.7069 0.676905,4.20393 2.166241,7.21437 4.762499,10.58333 2.241042,2.54208 4.931013,4.35342 7.987109,5.8043 3.300827,1.17126 6.416857,1.63658 9.911839,1.63941 0.62981,0.001 1.25962,0.002 1.908515,0.003 0.689201,-1.2e-4 1.378402,-2.4e-4 2.088487,-2.6e-4 0.727259,7.9e-4 1.454517,0.002 2.203814,0.003 2.410209,0.003 4.820413,0.003 7.230623,0.003 1.672796,8e-4 3.345591,0.002 5.018387,0.003 3.509361,0.002 7.018719,0.002 10.52808,0.002 4.05248,-1.6e-4 8.10495,0.003 12.15743,0.007 3.90188,0.004 7.80377,0.005 11.70565,0.005 1.65851,2.7e-4 3.31702,0.002 4.97552,0.004 2.3194,0.003 4.63878,0.002 6.95818,2.4e-4 0.68599,0.002 1.37198,0.003 2.07875,0.005 5.45617,-0.01 9.85474,-0.50821 14.79709,-3.02881 3.74039,-2.48004 6.49011,-5.58144 8.66511,-9.47539 1.32955,-3.59262 1.85764,-7.13647 1.5875,-10.31875 -0.27014,-3.18228 -1.1231,-4.67715 -2.18281,-6.99492 -0.28275,-0.61937 -0.56549,-1.23875 -0.8568,-1.87689 -1.27768,-2.71739 -2.58424,-5.42 -3.90157,-8.11836 -1.27493,-2.63584 -2.50059,-5.29304 -3.71967,-7.95508 -0.72992,-1.59218 -0.72992,-1.59218 -1.77457,-3.36516 h -8.73125 c -0.35671,-2.4e-4 -0.95375,-0.007 -0.95375,-0.007 0,0 0.49601,0.96177 0.68917,1.33027 0.44047,0.92628 0.88157,1.85226 1.32292,2.77813 0.24556,0.51569 0.49113,1.03137 0.74414,1.56269 0.96791,2.00227 1.96433,3.98933 2.96002,5.97793 0.80951,1.63481 1.61285,3.27257 2.41433,4.91133 0.20429,0.41456 0.40859,0.82913 0.61908,1.25626 2.31976,4.74819 4.13827,9.12914 3.84576,13.94075 -0.0984,1.61844 -1.06978,3.07768 -1.85208,4.49791 -0.27144,0.49279 -0.62081,0.94067 -0.97566,1.37726 -0.5159,0.63473 -1.13043,1.07808 -1.67018,1.79774 -2.44551,1.74679 -4.77025,2.71392 -7.67291,3.43959 -0.97843,0.0493 -1.95844,0.0702 -2.9381,0.0725 -0.59788,0.003 -1.19576,0.005 -1.81175,0.008 -0.65373,1.8e-4 -1.30747,2.7e-4 -1.98101,5.3e-4 -0.69028,0.002 -1.38056,0.004 -2.09176,0.007 -2.28741,0.006 -4.5748,0.009 -6.86221,0.0105 -1.58849,0.002 -3.17697,0.005 -4.76544,0.007 -3.33276,0.004 -6.66551,0.006 -9.99826,0.007 -4.26939,0.001 -8.538708,0.0114 -12.808074,0.0235 -3.282143,0.008 -6.56427,0.01 -9.846421,0.0101 -1.573887,10e-4 -3.147774,0.004 -4.721652,0.01 -2.202745,0.007 -4.405336,0.006 -6.608087,0.003 -0.974172,0.006 -0.974172,0.006 -1.968024,0.0119 -3.970033,-0.017 -7.408697,-0.92517 -10.80794,-2.35329 -0.407344,-0.17114 -0.759342,-0.45614 -1.107943,-0.72761 -0.7911,-0.61605 -1.53253,-1.30701 -2.216892,-2.03314 -1.865004,-1.97882 -2.559035,-4.11941 -3.074774,-6.69811 -0.227243,-3.52227 0.666995,-6.24645 2.133203,-9.43508 0.95145,-1.97697 1.920673,-3.94441 2.89388,-5.91075 0.498116,-1.03532 0.994382,-2.07152 1.488281,-3.10885 1.045683,-2.18911 2.092843,-4.3775 3.141927,-6.56498 0.259209,-0.54059 0.518418,-1.08117 0.785482,-1.63814 0.480328,-0.9955 1.21632,-2.48121 1.463476,-2.97553 0.247156,-0.49431 0.826865,-1.5705 0.826865,-1.5705 0,0 -0.592218,-0.0125 -0.826865,-0.017 -0.234647,-0.004 -8.995833,0 -8.995833,0 z m 57.679171,7.40833 c -0.62182,0.13346 -1.25985,0.51326 -1.5875,1.05834 -0.45664,0.75966 -0.56257,1.81108 -0.26459,2.64583 0.20966,0.58733 0.88195,0.88195 1.32292,1.32292 0.0882,0.0882 0.14935,0.21685 0.26458,0.26458 0.48889,0.2025 1.07753,0.14125 1.5875,0 0.4956,-0.13727 0.97351,-0.41643 1.32292,-0.79375 0.26799,-0.28939 0.46599,-0.66901 0.52917,-1.05833 0.0999,-0.61558 0.0143,-1.2943 -0.26459,-1.85209 -0.27889,-0.55779 -0.7684,-1.03755 -1.32291,-1.32291 -0.47701,-0.24548 -1.06298,-0.37717 -1.5875,-0.26459 z m -15.610421,2.38125 c -1.200047,0.36207 -2.445062,1.21735 -2.910417,2.38125 -0.527954,1.32046 -0.144198,2.98077 0.529167,4.23334 0.38501,0.71618 1.10848,1.25855 1.852083,1.5875 0.650262,0.28766 1.413283,0.36868 2.116667,0.26458 0.859251,-0.12717 1.827121,-0.38943 2.381251,-1.05833 0.9826,-1.18611 1.44068,-3.00588 1.05833,-4.49792 -0.29455,-1.14939 -1.32274,-2.10971 -2.38125,-2.64583 -0.790706,-0.40048 -1.79727,-0.52061 -2.645831,-0.26459 z m 27.781251,4.23334 c -0.68722,0.1825 -1.34398,0.56092 -1.85208,1.05833 -0.36748,0.35975 -0.65648,0.82732 -0.79375,1.32292 -0.25896,0.93494 -0.37125,2.01412 0,2.91041 0.4773,1.15232 1.49351,2.16853 2.64583,2.64584 0.81481,0.33751 1.83102,0.33751 2.64583,0 1.15232,-0.47731 2.2844,-1.4521 2.64584,-2.64584 0.39095,-1.29123 -0.0612,-2.83583 -0.79375,-3.96875 -0.41194,-0.6371 -1.1296,-1.09138 -1.85209,-1.32291 -0.83987,-0.26915 -1.79343,-0.22637 -2.64583,0 z m -55.827084,7.67291 c -1.224554,0.76995 -2.118475,2.09265 -2.645834,3.43959 -0.355147,0.90709 -0.485663,1.96169 -0.264583,2.91041 0.422232,1.81192 1.411082,3.66099 2.910417,4.7625 1.172204,0.86118 2.782131,1.15683 4.233333,1.05834 1.421555,-0.0965 2.878823,-0.66979 3.96875,-1.5875 1.029807,-0.86709 1.873379,-2.11552 2.116667,-3.43959 0.340722,-1.85434 0.0066,-4.0004 -1.058334,-5.55625 -0.93988,-1.3732 -2.59486,-2.3552 -4.233333,-2.64583 -1.686107,-0.29908 -3.577404,0.14683 -5.027083,1.05833 z m 39.158334,2.91042 c -1.30496,0.96235 -1.91128,2.87757 -1.85208,4.49792 0.0504,1.37954 0.764,2.85461 1.85208,3.70416 1.2818,1.0008 3.18358,1.44773 4.7625,1.05834 1.45821,-0.35962 2.75584,-1.57319 3.43958,-2.91042 0.5235,-1.02384 0.59282,-2.3375 0.26459,-3.43958 -0.41288,-1.38632 -1.32051,-2.86006 -2.64584,-3.43959 -1.78508,-0.78057 -4.25282,-0.62717 -5.82083,0.52917 z" class="main-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-inside-big" d="m 103.74534,108.96209 c 1.94939,0.29834 3.81324,1.3407 5.29167,2.64583 1.66873,1.47312 3.01091,3.44103 3.70416,5.55625 0.60491,1.84568 0.71616,3.93178 0.26459,5.82084 -0.57272,2.39589 -1.86262,4.72498 -3.63802,6.43268 -1.45695,1.4014 -3.42217,2.31903 -5.39089,2.77812 -1.82545,0.42568 -3.83342,0.4603 -5.622395,-0.0992 -2.492143,-0.77942 -4.892855,-2.30317 -6.515365,-4.34908 -1.404669,-1.77122 -2.267682,-4.09225 -2.38125,-6.35 -0.121441,-2.41426 0.630547,-4.92549 1.852083,-7.01146 0.992805,-1.69538 2.477017,-3.22052 4.233334,-4.10104 2.475663,-1.24115 5.464593,-1.7419 8.202083,-1.32294 z m -6.085417,6.61458 c -0.96026,0.4536 -1.658661,1.42309 -2.116666,2.38125 -0.462719,0.96803 -0.688707,2.114 -0.529167,3.175 0.234593,1.56013 0.88049,3.25308 2.116667,4.23334 1.491757,1.18293 3.682183,1.65838 5.556253,1.32291 1.56507,-0.28016 3.11117,-1.30699 3.96875,-2.64583 0.91503,-1.42852 1.22115,-3.38535 0.79375,-5.02708 -0.39561,-1.51961 -1.48521,-3.04502 -2.91042,-3.70417 -2.08279,-0.96327 -4.804258,-0.71554 -6.879167,0.26458 z" class="alt-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-top-most-2" d="m 116.17807,51.449968 c 1.55254,0.07554 3.10305,0.885444 4.23602,1.949624 0.94914,0.891512 1.62405,2.157529 1.85208,3.439583 0.32762,1.841978 0.12803,3.928204 -0.79375,5.55625 -0.89581,1.582175 -2.53976,2.778091 -4.23333,3.439583 -1.31697,0.514395 -2.86527,0.62153 -4.23333,0.264583 -1.46613,-0.382534 -2.80089,-1.342584 -3.81993,-2.463932 -0.84726,-0.932319 -1.59028,-2.105606 -1.73632,-3.356901 -0.25292,-2.167101 0.11499,-4.740031 1.5875,-6.35 1.70054,-1.859286 4.62436,-2.601247 7.14106,-2.47879 z m -2.40391,4.656902 c -0.55562,0.234902 -1.0628,0.7058 -1.29757,1.261472 -0.30892,0.731169 -0.33167,1.660118 0,2.38125 0.33976,0.738723 1.08947,1.305394 1.85208,1.5875 0.4963,0.183593 1.08994,0.180142 1.5875,0 0.64768,-0.234492 1.29533,-0.699128 1.5875,-1.322917 0.37408,-0.798679 0.37408,-1.847154 0,-2.645833 -0.29217,-0.623789 -0.93653,-1.097736 -1.5875,-1.322917 -0.67505,-0.23351 -1.48409,-0.216705 -2.14201,0.06144 z" class="contrast-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dor-inside-3" d="m 104.00992,153.14751 c 1.42372,0.0626 2.77485,0.98101 3.78685,1.98437 0.88787,0.88029 1.59952,2.06861 1.7694,3.3073 0.22096,1.61114 -0.12995,3.42732 -1.05833,4.7625 -1.01948,1.4662 -2.74028,2.59453 -4.49792,2.91041 -1.60058,0.28765 -3.42099,-0.13911 -4.7625,-1.05833 -1.311584,-0.89871 -2.337281,-2.40903 -2.645833,-3.96875 -0.349087,-1.76462 -0.0821,-3.90057 1.058333,-5.29167 1.453772,-1.77332 4.05916,-2.74656 6.35,-2.64583 z" class="alt-fill-2" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-inside-2" d="m 91.839086,136.74334 c 1.664756,0.32641 3.443631,1.05218 4.497917,2.38125 1.076839,1.35751 1.524009,3.30604 1.322916,5.02708 -0.174001,1.48917 -0.956665,3.01885 -2.116666,3.96875 -1.424796,1.16674 -3.459175,1.76997 -5.291667,1.5875 -1.491926,-0.14856 -2.939522,-1.02643 -3.96875,-2.11666 -0.866843,-0.91822 -1.460608,-2.18323 -1.5875,-3.43959 -0.154777,-1.53245 0.223156,-3.20375 1.058333,-4.49791 0.784342,-1.21539 2.095032,-2.11242 3.439584,-2.64584 0.823875,-0.32685 1.776051,-0.43512 2.645833,-0.26458 z" class="contrast-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-inside-topmost" d="m 115.387,94.410008 c 0.9421,0.121325 1.91323,0.45371 2.64583,1.058333 1.13209,0.93432 2.1084,2.261901 2.38125,3.704167 0.33437,1.767472 -0.0574,3.797042 -1.05833,5.291662 -0.88471,1.32107 -2.40213,2.37448 -3.96875,2.64584 -1.7915,0.31031 -3.8308,-0.2405 -5.29167,-1.32292 -1.23959,-0.91846 -2.13537,-2.4457 -2.38125,-3.96875 -0.23317,-1.44431 0.26872,-2.993084 0.95912,-4.282941 0.56483,-1.055244 1.41134,-2.058143 2.48047,-2.596224 1.27028,-0.639319 2.82289,-0.710805 4.23333,-0.529167 z" class="contrast-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-outside-2" d="m 83.637003,58.162091 c 1.524302,-0.221073 3.37041,0.009 4.497917,1.058333 1.082238,1.007201 1.610726,2.783211 1.322916,4.233334 -0.268193,1.351284 -1.423618,2.539323 -2.645833,3.175 -0.942186,0.490033 -2.168538,0.603525 -3.175,0.264583 -1.124482,-0.378688 -2.121864,-1.316674 -2.645833,-2.38125 -0.507798,-1.03172 -0.516861,-2.317683 -0.264584,-3.439583 0.155995,-0.693724 0.555548,-1.349298 1.058334,-1.852084 0.502786,-0.502786 1.148399,-0.956276 1.852083,-1.058333 z" class="alt-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-near-surface-2" d="m 117.76825,144.15167 c 0.67117,0.15495 1.27328,0.70994 1.5875,1.32292 0.56467,1.10157 0.69722,2.54436 0.26458,3.70416 -0.34874,0.93488 -1.19481,1.73483 -2.11666,2.11667 -0.89629,0.37126 -1.97548,0.25896 -2.91042,0 -0.4956,-0.13727 -0.97351,-0.41643 -1.32292,-0.79375 -0.53597,-0.57879 -0.97056,-1.33273 -1.05833,-2.11667 -0.11656,-1.04105 0.008,-2.31126 0.74901,-3.0521 1.16661,-1.16696 3.19945,-1.55242 4.80724,-1.18123 z" class="contrast-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-near-surface" d="m 80.99117,156.85167 c 1.228188,-0.0232 2.674106,0.36218 3.439583,1.32292 0.777223,0.97548 0.805069,2.4878 0.529167,3.70416 -0.140683,0.62022 -0.535165,1.22589 -1.058333,1.5875 -0.967942,0.66904 -2.29948,1.08477 -3.439584,0.79375 -1.029006,-0.26266 -1.893285,-1.1734 -2.38125,-2.11666 -0.366954,-0.70934 -0.441962,-1.60256 -0.264583,-2.38125 0.184795,-0.81124 0.691152,-1.57525 1.322917,-2.11667 0.510005,-0.43707 1.180534,-0.78108 1.852083,-0.79375 z" class="alt-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-top-most" d="m 97.130753,47.843342 c 0.783276,0.218245 1.471987,0.868696 1.852083,1.5875 0.373329,0.706005 0.506687,1.620196 0.264584,2.38125 -0.321942,1.012028 -1.147866,1.946195 -2.116667,2.38125 -0.724091,0.325164 -1.658435,0.32799 -2.38125,0 -0.853736,-0.387399 -1.522332,-1.239052 -1.852083,-2.116667 -0.248163,-0.660472 -0.204459,-1.441385 0,-2.116666 0.184297,-0.608691 0.524269,-1.242182 1.058333,-1.5875 0.900996,-0.582571 2.141439,-0.817149 3.175,-0.529167 z" class="alt-fill" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path><path id="dot-near-outside" d="m 99.185998,61.795387 c 0.699713,-0.01723 1.423432,0.364897 1.913502,0.864621 0.47029,0.47955 0.83923,1.181956 0.79375,1.852083 -0.0696,1.026155 -0.72188,2.090367 -1.5875,2.645834 -0.672148,0.431316 -1.627634,0.528936 -2.381247,0.264583 -0.706169,-0.247711 -1.328616,-0.885351 -1.5875,-1.5875 -0.310969,-0.843415 -0.286048,-1.940432 0.212612,-2.688356 0.5478,-0.821629 1.649181,-1.326955 2.636383,-1.351265 z" class="alt-fill-2" data-v-551ff1c2="" style="stroke-width:0.26458332;" data-v-a53841f6></path></g></g>', 2)
|
|
142
142
|
])
|
|
143
143
|
]);
|
|
144
144
|
}
|
|
145
145
|
let Qt, Wt;
|
|
146
|
-
R0 = Pe(
|
|
146
|
+
R0 = Pe(Xt, [
|
|
147
147
|
[
|
|
148
148
|
"render",
|
|
149
149
|
Jt
|
|
@@ -558,7 +558,7 @@ let __tla = Promise.all([
|
|
|
558
558
|
case "utf-8":
|
|
559
559
|
return C(this, e, t);
|
|
560
560
|
case "ascii":
|
|
561
|
-
return
|
|
561
|
+
return G(this, e, t);
|
|
562
562
|
case "latin1":
|
|
563
563
|
case "binary":
|
|
564
564
|
return de(this, e, t);
|
|
@@ -612,9 +612,9 @@ let __tla = Promise.all([
|
|
|
612
612
|
if (t >= r) return 1;
|
|
613
613
|
if (t >>>= 0, r >>>= 0, o >>>= 0, l >>>= 0, this === e) return 0;
|
|
614
614
|
let s = l - o, M = r - t;
|
|
615
|
-
const H = Math.min(s, M), V = this.slice(o, l),
|
|
616
|
-
for(let z = 0; z < H; ++z)if (V[z] !==
|
|
617
|
-
s = V[z], M =
|
|
615
|
+
const H = Math.min(s, M), V = this.slice(o, l), X = e.slice(t, r);
|
|
616
|
+
for(let z = 0; z < H; ++z)if (V[z] !== X[z]) {
|
|
617
|
+
s = V[z], M = X[z];
|
|
618
618
|
break;
|
|
619
619
|
}
|
|
620
620
|
return s < M ? -1 : M < s ? 1 : 0;
|
|
@@ -638,22 +638,22 @@ let __tla = Promise.all([
|
|
|
638
638
|
if (n.length < 2 || e.length < 2) return -1;
|
|
639
639
|
l = 2, s /= 2, M /= 2, t /= 2;
|
|
640
640
|
}
|
|
641
|
-
function H(
|
|
642
|
-
return l === 1 ?
|
|
641
|
+
function H(X, z) {
|
|
642
|
+
return l === 1 ? X[z] : X.readUInt16BE(z * l);
|
|
643
643
|
}
|
|
644
644
|
let V;
|
|
645
645
|
if (o) {
|
|
646
|
-
let
|
|
647
|
-
for(V = t; V < s; V++)if (H(n, V) === H(e,
|
|
648
|
-
if (
|
|
649
|
-
} else
|
|
646
|
+
let X = -1;
|
|
647
|
+
for(V = t; V < s; V++)if (H(n, V) === H(e, X === -1 ? 0 : V - X)) {
|
|
648
|
+
if (X === -1 && (X = V), V - X + 1 === M) return X * l;
|
|
649
|
+
} else X !== -1 && (V -= V - X), X = -1;
|
|
650
650
|
} else for(t + M > s && (t = s - M), V = t; V >= 0; V--){
|
|
651
|
-
let
|
|
651
|
+
let X = !0;
|
|
652
652
|
for(let z = 0; z < M; z++)if (H(n, V + z) !== H(e, z)) {
|
|
653
|
-
|
|
653
|
+
X = !1;
|
|
654
654
|
break;
|
|
655
655
|
}
|
|
656
|
-
if (
|
|
656
|
+
if (X) return V;
|
|
657
657
|
}
|
|
658
658
|
return -1;
|
|
659
659
|
}
|
|
@@ -737,7 +737,7 @@ let __tla = Promise.all([
|
|
|
737
737
|
const l = n[o];
|
|
738
738
|
let s = null, M = l > 239 ? 4 : l > 223 ? 3 : l > 191 ? 2 : 1;
|
|
739
739
|
if (o + M <= t) {
|
|
740
|
-
let H, V,
|
|
740
|
+
let H, V, X, z;
|
|
741
741
|
switch(M){
|
|
742
742
|
case 1:
|
|
743
743
|
l < 128 && (s = l);
|
|
@@ -749,7 +749,7 @@ let __tla = Promise.all([
|
|
|
749
749
|
H = n[o + 1], V = n[o + 2], (H & 192) === 128 && (V & 192) === 128 && (z = (l & 15) << 12 | (H & 63) << 6 | V & 63, z > 2047 && (z < 55296 || z > 57343) && (s = z));
|
|
750
750
|
break;
|
|
751
751
|
case 4:
|
|
752
|
-
H = n[o + 1], V = n[o + 2],
|
|
752
|
+
H = n[o + 1], V = n[o + 2], X = n[o + 3], (H & 192) === 128 && (V & 192) === 128 && (X & 192) === 128 && (z = (l & 15) << 18 | (H & 63) << 12 | (V & 63) << 6 | X & 63, z > 65535 && z < 1114112 && (s = z));
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
755
|
s === null ? (s = 65533, M = 1) : s > 65535 && (s -= 65536, r.push(s >>> 10 & 1023 | 55296), s = 56320 | s & 1023), r.push(s), o += M;
|
|
@@ -764,7 +764,7 @@ let __tla = Promise.all([
|
|
|
764
764
|
for(; r < e;)t += String.fromCharCode.apply(String, n.slice(r, r += O));
|
|
765
765
|
return t;
|
|
766
766
|
}
|
|
767
|
-
function
|
|
767
|
+
function G(n, e, t) {
|
|
768
768
|
let r = "";
|
|
769
769
|
t = Math.min(n.length, t);
|
|
770
770
|
for(let o = e; o < t; ++o)r += String.fromCharCode(n[o] & 127);
|
|
@@ -909,14 +909,14 @@ let __tla = Promise.all([
|
|
|
909
909
|
return e = +e, t = t >>> 0, r || te(this, e, t, 4, 4294967295, 0), this[t] = e >>> 24, this[t + 1] = e >>> 16, this[t + 2] = e >>> 8, this[t + 3] = e & 255, t + 4;
|
|
910
910
|
};
|
|
911
911
|
function ze(n, e, t, r, o) {
|
|
912
|
-
|
|
912
|
+
Ge(e, r, o, n, t, 7);
|
|
913
913
|
let l = Number(e & BigInt(4294967295));
|
|
914
914
|
n[t++] = l, l = l >> 8, n[t++] = l, l = l >> 8, n[t++] = l, l = l >> 8, n[t++] = l;
|
|
915
915
|
let s = Number(e >> BigInt(32) & BigInt(4294967295));
|
|
916
916
|
return n[t++] = s, s = s >> 8, n[t++] = s, s = s >> 8, n[t++] = s, s = s >> 8, n[t++] = s, t;
|
|
917
917
|
}
|
|
918
918
|
function qe(n, e, t, r, o) {
|
|
919
|
-
|
|
919
|
+
Ge(e, r, o, n, t, 7);
|
|
920
920
|
let l = Number(e & BigInt(4294967295));
|
|
921
921
|
n[t + 7] = l, l = l >> 8, n[t + 6] = l, l = l >> 8, n[t + 5] = l, l = l >> 8, n[t + 4] = l;
|
|
922
922
|
let s = Number(e >> BigInt(32) & BigInt(4294967295));
|
|
@@ -1038,9 +1038,9 @@ let __tla = Promise.all([
|
|
|
1038
1038
|
return `The "${n}" argument must be of type number. Received type ${typeof e}`;
|
|
1039
1039
|
}, TypeError), Fe("ERR_OUT_OF_RANGE", function(n, e, t) {
|
|
1040
1040
|
let r = `The value of "${n}" is out of range.`, o = t;
|
|
1041
|
-
return Number.isInteger(t) && Math.abs(t) > 2 ** 32 ? o =
|
|
1041
|
+
return Number.isInteger(t) && Math.abs(t) > 2 ** 32 ? o = Xe(String(t)) : typeof t == "bigint" && (o = String(t), (t > BigInt(2) ** BigInt(32) || t < -(BigInt(2) ** BigInt(32))) && (o = Xe(o)), o += "n"), r += ` It must be ${e}. Received ${o}`, r;
|
|
1042
1042
|
}, RangeError);
|
|
1043
|
-
function
|
|
1043
|
+
function Xe(n) {
|
|
1044
1044
|
let e = "", t = n.length;
|
|
1045
1045
|
const r = n[0] === "-" ? 1 : 0;
|
|
1046
1046
|
for(; t >= r + 4; t -= 3)e = `_${n.slice(t - 3, t)}${e}`;
|
|
@@ -1049,7 +1049,7 @@ let __tla = Promise.all([
|
|
|
1049
1049
|
function ct(n, e, t) {
|
|
1050
1050
|
fe(e, "offset"), (n[e] === void 0 || n[e + t] === void 0) && he(e, n.length - (t + 1));
|
|
1051
1051
|
}
|
|
1052
|
-
function
|
|
1052
|
+
function Ge(n, e, t, r, o, l) {
|
|
1053
1053
|
if (n > t || n < e) {
|
|
1054
1054
|
const s = typeof e == "bigint" ? "n" : "";
|
|
1055
1055
|
let M;
|
|
@@ -1592,9 +1592,9 @@ let __tla = Promise.all([
|
|
|
1592
1592
|
}
|
|
1593
1593
|
]), P = async (g, c)=>{
|
|
1594
1594
|
const y = Ie.URLExt.join(Ie.PageConfig.getBaseUrl(), "export", g), C = x(p.notebook), O = new $e;
|
|
1595
|
-
if (O.fromJSON(C), O.content.cells && Array.isArray(O.content.cells) && (O.content.cells = O.content.cells.map((
|
|
1596
|
-
const
|
|
1597
|
-
O.content.metadata.chat_history =
|
|
1595
|
+
if (O.fromJSON(C), O.content.cells && Array.isArray(O.content.cells) && (O.content.cells = O.content.cells.map((G)=>G.cell_type === "raw" ? new pe(G) : G.cell_type === "code" ? new Ee(G) : G.cell_type === "query" ? new Re(G) : G.cell_type === "markdown" ? new Ne(G) : new pe(G))), g === "full_context_notebook") {
|
|
1596
|
+
const G = await u.executeAction("get_agent_history", {}).done;
|
|
1597
|
+
O.content.metadata.chat_history = G.content.return;
|
|
1598
1598
|
}
|
|
1599
1599
|
const q = O.toIPynb();
|
|
1600
1600
|
at(y, {
|
|
@@ -1606,15 +1606,15 @@ let __tla = Promise.all([
|
|
|
1606
1606
|
headers: {
|
|
1607
1607
|
"Content-Type": "application/json;charset=UTF-8"
|
|
1608
1608
|
}
|
|
1609
|
-
}).then(async (
|
|
1610
|
-
if (
|
|
1611
|
-
const de = await
|
|
1609
|
+
}).then(async (G)=>{
|
|
1610
|
+
if (G.status === 200) {
|
|
1611
|
+
const de = await G.blob(), _e = G.headers.get("content-disposition"), Q = ut.parse(_e).parameters.filename;
|
|
1612
1612
|
De(de, Q);
|
|
1613
1613
|
} else {
|
|
1614
|
-
const de = await
|
|
1614
|
+
const de = await G.json();
|
|
1615
1615
|
v(de, "Error converting notebook");
|
|
1616
1616
|
}
|
|
1617
|
-
}).catch((
|
|
1617
|
+
}).catch((G)=>console.error(G));
|
|
1618
1618
|
}, U = async (g, c)=>{
|
|
1619
1619
|
if (F.value || $(), g === "streamline") {
|
|
1620
1620
|
const y = x(p.notebook), C = new $e;
|