@galaxyproject/jupyterlite 0.0.12 → 0.0.14

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.
@@ -311,7 +311,7 @@
311
311
  "../../../../pypi/jsonschema-4.25.1-py3-none-any.whl",
312
312
  "../../../../pypi/jsonschema_specifications-2025.9.1-py3-none-any.whl",
313
313
  "../../../../pypi/jupyter_core-5.8.1-py3-none-any.whl",
314
- "../../../../pypi/narwhals-2.4.0-py3-none-any.whl",
314
+ "../../../../pypi/narwhals-2.5.0-py3-none-any.whl",
315
315
  "../../../../pypi/nbformat-5.10.4-py3-none-any.whl",
316
316
  "../../../../pypi/packaging-25.0-py3-none-any.whl",
317
317
  "../../../../pypi/platformdirs-4.4.0-py3-none-any.whl",
@@ -4,7 +4,6 @@ const appElement = document.querySelector("#app");
4
4
  // Access attached data
5
5
  const incoming = JSON.parse(appElement?.dataset.incoming || "{}");
6
6
  const datasetId = incoming.visualization_config.dataset_id;
7
- const datasetUrl = incoming.visualization_config.dataset_url;
8
7
  const root = incoming.root;
9
8
 
10
9
  // Build query string
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE visualization SYSTEM "../../visualization.dtd">
3
- <visualization name="JupyterLite" creatable="true" embeddable="true">
3
+ <visualization name="JupyterLite" embeddable="true">
4
4
  <description>Pyodide-based Jupyter Notebooks</description>
5
5
  <data_sources>
6
6
  <data_source>
@@ -9,7 +9,7 @@
9
9
  </data_source>
10
10
  </data_sources>
11
11
  <params>
12
- <param required="true">dataset_id</param>
12
+ <param required="false">dataset_id</param>
13
13
  </params>
14
14
  <entry_point entry_point_type="script" src="dist/index.js" />
15
15
  <tests>