{% load static %}
{{ context.analysis_library_step|default:"+" }}

Synced +AnalysisWorkspaces library

0 selected

{% if context.analysis_library_notebooks_only %} Browse synchronized Datasets and select reusable Notebooks. Methods and Pipelines are intentionally omitted from this Notebook launcher. {% else %} Browse synchronized Datasets and select reusable Methods, Pipelines, or Notebooks. {% endif %} This list always comes from your synchronized +AnalysisWorkspaces Project. Analysis opens the library import window with your selection.

+AnalysisWorkspaces {{ context.analysis_library_datasets|length }} Dataset{{ context.analysis_library_datasets|length|pluralize }}
{% for dataset in context.analysis_library_datasets %}
{{ dataset.datasetName }} {{ dataset.sourceObjectType }}-{{ dataset.sourceObjectId }} · revision {{ dataset.revision }} {{ dataset.items|length }}
{% for group in dataset.groups %}
{{ group.label }} {{ group.items|length }}
    {% for item in group.items %}
  • {% endfor %}
{% endfor %}
{% empty %}
No synchronized Analysis Workspaces Synchronize a browser Workspace to make reusable items available here.
{% endfor %}